pulumi/CHANGELOG_PENDING.md

20 lines
705 B
Markdown
Raw Normal View History

2021-03-25 20:01:45 +01:00
### Breaking
2021-03-18 16:45:26 +01:00
2021-03-25 20:01:45 +01:00
### Improvements
- [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)
- [sdk/python] Ensure all async tasks are awaited prior to exit.
[#6606](https://github.com/pulumi/pulumi/pull/6606)
2021-03-03 20:48:57 +01:00
### Bug Fixes
2021-03-03 19:45:26 +01:00
- [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)