Skip to content

v4.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 07:21
· 5 commits to refs/heads/main since this release
3013ae9

4.1.1 (2022-10-20)

NOTE: This release contained an unintentional breaking change since we introduced a removal policy for email address identities which was set to RETAIN by default, i.e. your resources won't be deleted if you delete the CDK resource. In most cases this is maybe even desired (see #506) but it's not a patch release in this case. We have introduced a new minor version 4.2.0 which keeps the original behavior where the removal policy is DESTROY by default, like it was before. However, you can customize the removal policy if you want to retain the resources.

Bug Fixes

  • domain: expose sns topic (c774147)
  • email: retain on removal (2315e6d)