Skip to content

v0.2.27

Choose a tag to compare

@Brianwithay21 Brianwithay21 released this 17 Nov 20:18
· 63 commits to master since this release
14ab4ff

What's New

CFN HOOK types can now target resource types with wildcard target names which are matched to hook target types during invocation.

For example, the target name AWS::S3*::Bucket* would resolve and be invoked by the following resource types:

  • AWS::S3::Bucket
  • AWS::S3::BucketPolicy
  • AWS::S3Outpost::Bucket
  • AWS::S3Outpost::BucketPolicy

What's Changed

  • fix(schema) - Use ASCII characters for \w in pattern regex by @kddejong in #931
  • fix(contract): added regex for JSON string formats date-time, date, time, and email by @mmaeng in #930
  • chore(CD): Update pypi GHA to new syntax by @mmaeng in #937
  • fix(core) - Ignore timestamp issues when creating a ZipFile on py3.8 and greater by @kddejong in #927
  • generate_docs() for conditionalCreateOnlyProperties by @PatMyron in #740
  • Add support for Wildcard Hook Targets by @Brianwithay21 in #945
  • version bump v0.2.27 by @Brianwithay21 in #946

Full Changelog: v0.2.26...v0.2.27