Skip to content

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

v2.1.10-lib (2022-03-30)

30 Mar 20:44
c6517cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.9-lib...v2.1.10-lib

v2.1.9-lib (2022-02-10)

10 Feb 22:17
1ff68f9
Compare
Choose a tag to compare

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)

10 Feb 22:15
1ff68f9
Compare
Choose a tag to compare

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)

24 Aug 19:46
0902f6f
Compare
Choose a tag to compare
  • Added Type[BaseModel] Annotation to TypeConfiguration
  • Add Session Object to SessionProxy

v2.1.7-lib (2021-06-24)

24 Jun 22:45
aafa15c
Compare
Choose a tag to compare

Following are the changes released in this version:

  • Adding support for TypeConfiguration

v2.1.4-plugin (2021-06-24)

24 Jun 22:45
aafa15c
Compare
Choose a tag to compare

Following are the changes released in this version:

  • Adding support for TypeConfiguration

v2.1.6-lib (2021-05-19)

19 May 19:34
5e753b5
Compare
Choose a tag to compare
cloudformation-cli-python-lib version 2.1.6 (#156)

v2.1.3-plugin (2021-05-19)

19 May 20:52
f1fc623
Compare
Choose a tag to compare
cloudformation-cli-python-plugin version 2.1.3 (#157)

v2.1.5-lib (2020-11-24)

25 Nov 01:43
ae8533f
Compare
Choose a tag to compare

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)

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