pulumi/CHANGELOG_PENDING.md

20 lines
743 B
Markdown

### Breaking
### Improvements
- [sdk/nodejs] Improve performance of dynamic providers by caching serlialized/deserialized providers.
[#6646](https://github.com/pulumi/pulumi/pull/6646)
- [cli] Support full fidelity YAML round-tripping
- Strip Byte-order Mark (BOM) from YAML configs during load. - [#6636](https://github.com/pulumi/pulumi/pull/6636)
- Swap out YAML parser library - [#6642](https://github.com/pulumi/pulumi/pull/6642)
### Bug Fixes
- [automation/python] Fix passing of additional environment variables.
[#6639](https://github.com/pulumi/pulumi/pull/6639)
- [sdk/python] Make exceptions raised by calls to provider functions (e.g. data sources) catchable.
[#6504](https://github.com/pulumi/pulumi/pull/6504)