Releases: aws-cloudformation/cloudformation-cli-java-plugin
v2.0.5-plugin (2021-03-02)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Skip validation on delete requests
v2.0.5-lib (2021-03-02)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Skip validation on delete requests
v2.0.4-plugin (2021-02-18)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Added driftable metadata
- Update aws-cloudformation-resource-schema version
- Add plugin information in a json metadata file
- Handle void response in injectCredentialsAndInvoke
- Update integration test script
- Loosening requirements on cloudformation-cli
- Adding Long support
- Converter utility to cast multi-typed properties
- Adding rollback and system tags support
- Log response payload for better troubleshooting
v2.0.4-lib (2021-02-18)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Added driftable metadata
- Update aws-cloudformation-resource-schema version
- Add plugin information in a json metadata file
- Handle void response in injectCredentialsAndInvoke
- Update integration test script
- Loosening requirements on cloudformation-cli
- Adding Long support
- Converter utility to cast multi-typed properties
- Adding rollback and system tags support
- Log response payload for better troubleshooting
v2.0.3-plugin (2020-11-24)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
v2.0.3-lib (2020-11-04)
Releasing the latest changes for the java library (aws-cloudformation-rpdk-java-plugin), which includes:
- wildcard .gitignore pattern in case rpdk.log rotates
- Handle AwsServiceExceptions thrown by handlers
- Added invalid request on invalid payload deserialization
- Metrics refactor to publish in bulk
- Provide stackId in ResourceHandlerRequest
- Add package.properties to provide plugin version in runtime
- Alternate entry point without Lambda
- Adding snapshot support
- Added stack-id in resource name generation
- Log response payload for better troubleshooting
- Various version bumps across dependencies.
v2.0.2 (2020-08-25)
- Removed Account ID from metric namespace
- Added writeOnlyProperties redaction to testEntrypoint
- Adjustments to code-gen
- Add getPreviousResourceTags method to handler request
- Prevent build failures if pom.xml does not exist
- Additional CloudWatch metrics
- Use standard AWS SDK exception message for call chaining
v2.0.1 (2020-07-13)
Releasing the latest changes, which include
Java
- Fix stabilization issue for writeOnly properties
- Add partition info for handler request
- Fix for removing delay and handshake mode for callchain in 2.0.0
Python
- Fix dependency version on
cloudformation-cli
v2.0.0 (2020-06-29)
Support protocol version 2.0.0 to response the handler result with callback directly and allow CloudFormation service to orchestrate the callback.
It will resolve several resource limits:
- Resource model limit: 16K -> 6M
- Resource re-invoke payload: 8K -> 6M
- Resource max stabilization time : 12H -> 36H
v0.1.6 (2020-05-11)
Releasing the latest changes, which include
- support of aws-guided code-gen
- support of two new proxy methods
- a fix to 8k limit exception in cloudwatch