mirror of https://github.com/pulumi/pulumi.git
1.5 KiB
1.5 KiB
Improvements
-
[sdk/go] - Improve error messages for (un)marshalling properties. #7936
-
[sdk/go] - Initial support for (un)marshalling output values. #7861
-
[sdk/go] - Add
RegisterInputType
and register built-in types. #7928 -
[codegen] - Packages include
Package.Version
when provided. #7938 -
[auto/*] - Fix escaped HTML characters from color directives in event stream.
E.g.
"\u003c{%reset%}\u003edebug: \u003c{%reset%}\u003e"
->"<{%reset%}>debug: <{%reset%}>"
#7998 -
[auto/*] - Allow eliding color directives from event logs by passing
NO_COLOR
env var.E.g.
"<{%reset%}>debug: <{%reset%}>"
->"debug: "
#7998 -
[schema] The syntactical well-formedness of a package schema is now described and checked by a JSON schema metaschema. #7952