Skip to content

Releases: aws-cloudformation/cloudformation-cli-java-plugin

v2.0.7-lib (2021-09-21)

21 Sep 20:57
6073892
Compare
Choose a tag to compare

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)

25 Jun 22:14
7b33efd
Compare
Choose a tag to compare

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)

25 Jun 22:14
7b33efd
Compare
Choose a tag to compare

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)

02 Mar 18:20
3a60cc9
Compare
Choose a tag to compare

Releasing the latest changes of the cloudformation-cli-java-plugin, which include:

  • Skip validation on delete requests

v2.0.5-lib (2021-03-02)

02 Mar 18:17
3a60cc9
Compare
Choose a tag to compare

Releasing the latest changes of the cloudformation-cli-java-plugin, which include:

  • Skip validation on delete requests

v2.0.4-plugin (2021-02-18)

18 Feb 23:58
8d02fd1
Compare
Choose a tag to compare

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)

18 Feb 23:36
35cb390
Compare
Choose a tag to compare

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)

24 Nov 21:29
d1e4600
Compare
Choose a tag to compare

v2.0.3-lib (2020-11-04)

04 Nov 19:03
75133ad
Compare
Choose a tag to compare

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)

25 Aug 18:09
4c5d349
Compare
Choose a tag to compare
  • 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