Releases: aws-cloudformation/cloudformation-cli-java-plugin
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
v0.1.5 (2020-04-22)
Releasing the latest changes, which include support for oneOf, anyOf values in resource schema json.
v0.1.4 (2020-03-09)
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)
- Bumps sdks to latest version.
- Removes writeOnlyProperties before recording progress or logging
v0.1.2 (2019-12-16)
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)
Releasing changes related to fixing #212 so that JARs that do not contain "SNAPSHOT" are properly packaged.