Skip to content

Releases: aws-cloudformation/cloudformation-resource-schema

v2.0.10 (2024-07-17)

17 Jul 21:03
b322bba
Compare
Choose a tag to compare

This release is to bump the version from 2.0.9 to 2.0.10 and publish the changes previously made in v2.0.9 to Maven Central.

There have been no changes since the release of 2.0.9. Version 2.0.10 is essentially a replica of v.2.0.9, except the version is getting bumped as a release with the tag v2.0.9 has already been created. The workflow to publish to Maven Central passed, but did not actual publish this release, so 2.0.10 is the attempt to remedy this.

v2.0.9 (2023-09-20)

20 Sep 19:21
92bda29
Compare
Choose a tag to compare

v2.0.8 (2023-02-15)

15 Feb 20:26
c57e80c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.0.8

v2.0.7 (2022-04-13)

13 Apr 21:57
eeb4064
Compare
Choose a tag to compare

This release fixes a bug with nested writeOnlyProperties

v2.0.6 (2021-10-06)

03 Dec 21:55
e40c67b
Compare
Choose a tag to compare

This release includes additions to the schema such as:

Add tagging metadata into resource schema
Add nonPublicProperties and nonPublicDefinitions lists of JSONPointers
Check if properties list is empty before attempting to remove

v2.0.5 (2021-06-23)

23 Jun 19:43
99361c0
Compare
Choose a tag to compare

This release includes additions to the schema such as:

  • Set default taggable to false when UpdateHandler not provided
  • Change the definition of taggable to be non-relevant to update handler
  • Support TypeConfiguration in provider-definition-schema
  • Adding conditionallyCreateOnlyProperties to metaschema

v2.0.4 (2021-02-15)

15 Feb 21:59
fe3e0c9
Compare
Choose a tag to compare

This release includes additions to the schema such as:

  • Allow replacementStrategy in the schema
  • Adding taggable support in schema
  • Add property Transform in Uluru Schema to avoid falsely drifted resources

v2.0.3 (2020-04-22)

22 Apr 16:12
6338fab
Compare
Choose a tag to compare

This release includes additions to the schema such as:

  • Custom stabilization timeouts

  • Resource links for properties/resources

This release also includes a fix to the ResourceTypeSchema class which allows anyOf/oneOf and conditionals.

v2.0.2 (2020-01-06)

06 Jan 19:21
bb28cbd
Compare
Choose a tag to compare

Releasing latest changes, which includes more in depth ref validation and some enhancements to remove writeOnlyProperties if included in a model.

v2.0.1 (2019-12-06)

06 Dec 20:24
Compare
Choose a tag to compare

Support $id keyword.