pulumi/CHANGELOG_PENDING.md
Ian Wahbe 906dce73a1
Emit schema.Package.Version when possible (#7938)
* Emit schema.Package.Version when possible

* Update CHANGELOG_PENDING.md

* Correctly interpret python versions (I hope)

* Update PLUGIN_VERSION to the package version

* Modify tests to conform with master merge
2021-09-17 23:11:54 -07:00

25 lines
849 B
Markdown

### 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)
- [codegen] - Packages include `Package.Version` when provided.
[#7938](https://github.com/pulumi/pulumi/pull/7938)
### Bug Fixes
- [codegen/schema] - Correct validation for Package
[#7896](https://github.com/pulumi/pulumi/pull/7896)
- [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)