Skip to content

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

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

v0.1.5 (2020-04-22)

22 Apr 21:01
ad52d0e
Compare
Choose a tag to compare

Releasing the latest changes, which include support for oneOf, anyOf values in resource schema json.

v0.1.4 (2020-03-09)

09 Mar 23:27
fb5ff54
Compare
Choose a tag to compare

Releasing the latest changes, which include a fix to generated pom.xml files on project initialization and a bug fix with serialization of resource models.

v0.1.3 (2020-01-14)

14 Jan 23:57
Compare
Choose a tag to compare
  • Bumps sdks to latest version.
  • Removes writeOnlyProperties before recording progress or logging

v0.1.2 (2019-12-16)

16 Dec 19:47
7460c2a
Compare
Choose a tag to compare

Use a static HTTP client to prevent memory pressure that is seen when new HTTP clients are created for every request.

v0.1.1 (2019-11-20)

22 Nov 23:03
8178cca
Compare
Choose a tag to compare

Releasing changes related to fixing #212 so that JARs that do not contain "SNAPSHOT" are properly packaged.