Skip to content

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

v2.2.0 (2023-12-08)

08 Dec 17:50
a96dc21
Compare
Choose a tag to compare

Update Go dependencies

v1.2.0 (2023-02-13)

13 Feb 20:08
c92cc86
Compare
Choose a tag to compare
  • Update Go dependencies

v1.1.0 (2023-02-01)

01 Feb 20:39
e49b6df
Compare
Choose a tag to compare
  • Loosen requirements on cloudformation-cli
  • Add method to provide plugin information that is included in artifact zip
  • Enable the use of an extensions type configuration
  • Force go to build with amd64 to cover Apple M1 chips

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

24 Nov 21:15
f7249d1
Compare
Choose a tag to compare

Releases new version of the plugin that is compatible with newer versions of the cloudformation-cli.

v1.0.3 (2020-11-04)

04 Nov 19:45
97c6315
Compare
Choose a tag to compare
  • Fix importpath backward incompatible change

v1.0.2 (2020-10-19)

19 Oct 19:55
93e9ce5
Compare
Choose a tag to compare
  • Receive import_path flag from cli
  • cfn generate does not override the Makefile
  • Fix 'cfn generate' on Windows systems
  • Fix contract test failures
  • LIST returns empty array

v1.0.1 (2020-09-01)

04 Sep 15:51
62fb7b3
Compare
Choose a tag to compare
  • Provide AWS Account ID, region, partition, system tags, next token in the request to handler
  • Fix Internal Failure when invoking handler with protocol version 2.0.0
  • Fix recursive logging issue

v1.0.0 (2020-06-29)

29 Jun 19:37
c159be9
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-06-01)

01 Jun 20:14
f77a5df
Compare
Choose a tag to compare

adding sam-tests/ to initially generated default .gitignore: #144

v0.1.5 (2020-04-22)

22 Apr 18:10
09e9b48
Compare
Choose a tag to compare

Releasing latest fixes that unblock registrations with new protocolVersion.