Skip to content

Releases: awslabs/cloudformation-accustom

[1.4.0] Significant Refactoring, Improved Testing

05 Aug 03:31
2dfdf69
Compare
Choose a tag to compare

This is a cleanup release before 2.0.

[1.3.2] Added type awareness and pre-commit test

16 Mar 10:33
87160a0
Compare
Choose a tag to compare

Build infrastructure needed some significant improvements. Much happier with this than 1.2.1

Full Changelog: 1.2.1...1.3.2

[1.2.1] Closing out 1.2 release

15 Feb 13:17
a689689
Compare
Choose a tag to compare

This will be the last release for accustom, baring critical bug fixes and other management issues, until I rebuild accustom to use CloudFormation Registry resources.

Full Changelog: 1.1.2...1.2.1

Cherrypick Release: Language changes to move away from Blacklist/Whitelist to Allowlist/Blocklist

15 Feb 10:05
6134f3d
Compare
Choose a tag to compare

This merges in the changes of issue #18 in as "Blacklist" and "Whitelist" have negative connotations, so needed to change them to something more acceptable. "Blacklist" and "Whitelist" will still work to preserve backwards compatibility with previous deployments written for versions 1.1.1 and earlier.

If "Blacklist" and "Whitelist" are used there will also be an error written to the logs at a WARNING level to inform users they need to move towards using "Allowlist" and "Blocklist"

Added License Headers and new PyPi Release (Deprecated, please use 1.1.2)

10 Feb 05:39
e402989
Compare
Choose a tag to compare

Change from MIT license to Apache 2.0 license and add appropriate code headers. PyPi required a new version despite there being no code changes, other than comments, between 1.1.0 and 1.1.1.

1.1.0 Release Notes for reference as 1.1.0 has been yanked.

  • #1 Redaction of DEBUG event printing interface to prevent information leaks in logs.
  • #5 Chained Lambda Invocations with Timeout Support
  • #11 Removes dependency on botocore.vendored.requests allowing for Python3.8 based Lambda support.
  • #2 (Partial) Includes some new Unit Tests and Functional Tests