Releases: pulumi/pulumi-java
Releases · pulumi/pulumi-java
v0.14.0
Improvements
Bug Fixes
v0.13.0
Improvements
- Codegen: pluginDownloadURL is now supported through the automatically generated build.gradle
- Update pulumi/pulumi to v3.121.0
Bug Fixes
- Unable to rehydrate a resource that has required inputs
v0.12.0
Improvements
- Plugin: will now automatically use the Gradle executor if build.gradle.kts is present
- Codegen: support for overlays
Bug Fixes
- Generated Utilities.java will use the correct basePackage
v0.11.0
Improvements
Bug Fixes
v0.10.0
Improvements
Bug Fixes
v0.9.9
Improvements
Bug Fixes
v0.9.8
Improvements
- Adds
MissingRequiredPropertyException
to the main java SDK to be used later in the generated provider SDKs.
Bug Fixes
- Fixes
builder()
implementation for result types where the identifier of the local variable defined for the result type collides with one of the fields of the result type. - Adds
options.encoding = "UTF-8"
to thecompileJava
options so that it can handle non-ASCII characters in the source code, especially in the documentation comments of fields.
v0.9.7
Improvements
- Plugin: clean up resources and exit cleanly on receiving SIGINT or CTRL_BREAK.
Bug Fixes
v0.9.6
v0.9.5
Improvements
Bug Fixes
- [sdk] Fix links to output docs.
- [codegen] Remove a TODO from codegen output.