Releases: aws-cloudformation/cloudformation-cli-python-plugin
v2.1.2-plugin (2020-11-24)
Releasing latest changes to cloudformation-cli-python-plugin, which include:
v2.1.4-lib (2020-11-12)
Releasing latest python support lib, which includes some changes to the request model (addition of previousSystemTags)
v2.1.3-lib (2020-11-04)
Releasing the latest support library changes, which includes:
- Looser deserialization
- Identifier utilities for generating primary identifiers
v2.1.2-lib
v2.1.1-plugin
Releases the latest changes in the cloudformation-cli-python-plugin. This includes a version bump in the requirements.txt file to ensure the projects created with the plugin use the latest version of the library.
v2.1.1-lib
Releases the latest changes for the cloudformation-cli-python-lib. Changes include modifications to the request class to enable contract testing. Docker versions >4 are also allowed, along with a correction to generated code mentioned in #114
v2.1.0
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