Skip to content

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

v2.1.2-plugin (2020-11-24)

24 Nov 22:09
7df5f3c
Compare
Choose a tag to compare

v2.1.4-lib (2020-11-12)

12 Nov 22:11
583497a
Compare
Choose a tag to compare

Releasing latest python support lib, which includes some changes to the request model (addition of previousSystemTags)

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

04 Nov 22:39
333aff6
Compare
Choose a tag to compare

Releasing the latest support library changes, which includes:

  • Looser deserialization
  • Identifier utilities for generating primary identifiers

v2.1.2-lib

16 Sep 19:10
5b80d11
Compare
Choose a tag to compare

Releases the latest plugin changes, which include a fix to address #122 , namely making responseEndpoint optional.

Tested in #123

v2.1.1-plugin

11 Sep 22:38
36b217b
Compare
Choose a tag to compare

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

11 Sep 22:36
36b217b
Compare
Choose a tag to compare

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

11 Aug 01:06
d00dd26
Compare
Choose a tag to compare

added new properties (desiredResourceTags, systemTags, awsAccountId, region, awsPartition): #107

removed customer account ID from metric namespace: #108

v2.0.0 (2020-06-29)

29 Jun 21:37
21a7da9
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