pulumi/CHANGELOG_PENDING.md
Anton Tayanovskyy 2288f8b7fb
Fix issue with lazy_import affecting pulumi-eks (#7024)
* Fix issue with lazy_import in presense of modules-as-attrs

* Temporary inline _lazy_import into generated code for smooth updates

* Add CHANGELOG entry

* Rename _lazy_import to lazy_import

* Comments on short-circuit behavior

* Comment fix
2021-05-11 22:48:08 -04:00

758 B

Breaking Changes

Improvements

  • [auto/dotnet] - Provide PulumiFn implementation that allows runtime stack type #6910

  • [auto/go] - Provide GetPermalink for all results #6875

Bug Fixes

  • [auto/python] - Export missing ProjectBackend type #6984

  • [sdk/nodejs] - Fix noisy errors. #6995

  • Config: Avoid emitting integers in objects using exponential notation. #7005

  • [codegen/python] - Fix issue with lazy_import affecting pulumi-eks #7024