Releases: aws-cloudformation/cloudformation-cli-java-plugin
v2.0.7-lib (2021-09-21)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Add Amazon exception map to CFN exception for throttling issues
- Add Tag helper class into code-gen package
- Adding extra condition to avoid subsequent validation
v2.0.6-plugin (2021-06-25)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Marking NotStabilized Error Code as Terminal
- Added feature toggles
- Add CloudFormation resource type configuration support
v2.0.6-lib (2021-06-25)
Releasing the latest changes of the cloudformation-cli-java-plugin, which include:
- Marking NotStabilized Error Code as Terminal
- Added feature toggles
- Add CloudFormation resource type configuration support
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