Skip to content

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

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

v2.0.1 (2020-07-13)

13 Jul 19:04
2d6ef33
Compare
Choose a tag to compare

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)

29 Jun 17:22
193def2
Compare
Choose a tag to compare

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)

11 May 16:33
6907d25
Compare
Choose a tag to compare

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