Releases: aws-cloudformation/cloudformation-cli-python-plugin
Releases · aws-cloudformation/cloudformation-cli-python-plugin
v2.1.10-lib (2022-03-30)
What's Changed
- Bump aws-encryption-sdk from 2.0.0 to 2.2.0 in /src by @dependabot in #173
- Implemented nested dict re-cast by @JohnPreston in #174
- Return AccessDenied Error Code when failing to decrypt credentials by @Brianwithay21 in #178
Full Changelog: v2.1.9-lib...v2.1.10-lib
v2.1.9-lib (2022-02-10)
Releasing the latest changes of the cloudformation-cli-python-lib, which include:
- Initialize a Hook project with cfn init --artifact-type HOOK --type-name
For example: cfn init --artifact-type HOOK --type-name My::Test::Example - Using cfn init without parameters will now first ask if you want to create a resource, module, or a hook. If you choose to create a hook,
you will be asked to choose a language plugin. - Use cfn validate to validate your hook before submitting
- Use cfn submit to register your hook, making it available for use by CloudFormation in your AWS account
v2.1.5-plugin (2022-02-10)
Releasing the latest changes of the cloudformation-cli-python-plugin, which include:
- Initialize a Hook project with cfn init --artifact-type HOOK --type-name
For example: cfn init --artifact-type HOOK --type-name My::Test::Example - Using cfn init without parameters will now first ask if you want to create a resource, module, or a hook. If you choose to create a hook,
you will be asked to choose a language plugin. - Use cfn validate to validate your hook before submitting
- Use cfn submit to register your hook, making it available for use by CloudFormation in your AWS account
v2.1.8-lib (2021-08-24)
- Added Type[BaseModel] Annotation to TypeConfiguration
- Add Session Object to SessionProxy
v2.1.7-lib (2021-06-24)
Following are the changes released in this version:
- Adding support for TypeConfiguration
v2.1.4-plugin (2021-06-24)
Following are the changes released in this version:
- Adding support for TypeConfiguration
v2.1.6-lib (2021-05-19)
cloudformation-cli-python-lib version 2.1.6 (#156)
v2.1.3-plugin (2021-05-19)
cloudformation-cli-python-plugin version 2.1.3 (#157)
v2.1.5-lib (2020-11-24)
Releasing the latest version of the python support lib, which includes changes to loosely deserialize request data (#142)
v2.1.2-plugin (2020-11-24)
Releasing latest changes to cloudformation-cli-python-plugin, which include: