Releases: aws-cloudformation/cloudformation-cli-go-plugin
Releases · aws-cloudformation/cloudformation-cli-go-plugin
v2.2.0 (2023-12-08)
Update Go dependencies
v1.2.0 (2023-02-13)
v1.1.0 (2023-02-01)
- 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)
Releases new version of the plugin that is compatible with newer versions of the cloudformation-cli.
v1.0.3 (2020-11-04)
- Fix importpath backward incompatible change
v1.0.2 (2020-10-19)
- 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)
- 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)
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)
adding sam-tests/
to initially generated default .gitignore
: #144
v0.1.5 (2020-04-22)
Releasing latest fixes that unblock registrations with new protocolVersion.