Skip to content

Releases: connec/cloudformatious

0.7.0

12 Apr 17:16
Compare
Choose a tag to compare

Breaking Changes

  • f91ff6f chore!: upgrade aws-sdk crates

Features

  • 8f0f3a4 feat: report nested stack events

Fixes

  • 87cc393 fix: use debug representation for generic cfn API errors
  • 161e51c fix: allow ResourceTargetDefinition without name for attribute Properties

Other Changes

  • f6f947d chore: add a script to cleanup after failed tests
  • f946857 chore: remove unreproducible test cases
  • a85f37a chore: fix new clippy lints
  • 2a8ed2f chore: bump version

0.6.0

28 Jul 22:49
Compare
Choose a tag to compare

Breaking Changes

  • 72fe8e1 chore!: upgrade aws-sdk crates

Fixes

  • 4ae445f fix: avoid panicking if change_set_id isn't available on stack
  • dfc6cc3 fix: parameterise region in serverless transform permission

Other Changes

  • b08f871 chore: fix new clippy issues
  • 0824777 chore: update test to handle CloudFormation API change
  • 4f79d85 chore: bump version

0.5.0

03 Dec 18:56
Compare
Choose a tag to compare

Breaking Changes

  • 6745355 feat!: add ROLLBACK_COMPLETE as a blocked stack

Other Changes

0.4.0

02 Dec 17:11
Compare
Choose a tag to compare

Breaking Changes

  • b87d620 feat!: add disable_rollback option to ApplyStackInput
  • 43a13de feat!: add ApplyStackError::Blocked variant

Features

  • b165f6d feat: add BlockedStackStatus enum

Fixes

  • b6063db fix: enable default features on parse_display

Other Changes

  • d99c34b chore: remove unnecessary Tags from non-empty test template
  • 1da8578 test: add test machinery for reaching blocked stack statuses
  • 40fbd7a chore: bump version

0.3.1

09 Nov 01:01
Compare
Choose a tag to compare

Fixes

  • cf01882 fix: handle alternative status reason for a change set with no changes

Other Changes

0.3.0

06 Nov 16:42
Compare
Choose a tag to compare

Breaking Changes

  • 4b07082 refactor!: rename Status::is_{terminal,settled}

Other Changes

0.2.0

30 Oct 11:04
Compare
Choose a tag to compare

Breaking Changes

  • ee6a590 refactor!: switch from rusoto to the official aws-sdk
  • c64ef3d refactor!: remove some aws-sdk types from the public API
  • 45d977b refactor!: use SdkConfig to decode authorization messages
  • 56dc415 refactor!: use parse-display instead of serde

Other Changes

  • 95b8cd2 test: fix testing of the README.md
  • e34e87b chore: bump version

0.1.2

21 Sep 22:22
Compare
Choose a tag to compare

Fixes

  • 7e5e35d fix: handle spooky SecretsManager::Secret change sets

Other Changes

0.1.0

03 Sep 15:26
Compare
Choose a tag to compare

Features

  • b9d58fe feat: impl Deserialize + FromStr for Capability
  • 828da22 feat: Flesh out change_set and make it public
  • 4ad8537 feat: Add an API to get the ChangeSet that will be applied

Other Changes

  • 7597be7 doc: Add a CLI example
  • 8483689 doc: Update cli example to include change set confirmation
  • 8695baf chore: Bump version