pulumi/CHANGELOG_PENDING.md

19 lines
623 B
Markdown
Raw Normal View History

2021-05-06 20:27:21 +02:00
### Improvements
- [sdk/go] - Improve error messages for (un)marshalling properties.
[#7936](https://github.com/pulumi/pulumi/pull/7936)
- [sdk/go] - Initial support for (un)marshalling output values.
[#7861](https://github.com/pulumi/pulumi/pull/7861)
- [sdk/go] - Add `RegisterInputType` and register built-in types.
[#7928](https://github.com/pulumi/pulumi/pull/7928)
### Bug Fixes
- [cli] Use json.Unmarshal instead of custom parser
[#7954](https://github.com/pulumi/pulumi/pull/7954)
- [sdk/{go,dotnet}] - Thread replaceOnChanges through Go and .NET
[#7967](https://github.com/pulumi/pulumi/pull/7967)