Releases: aws-cloudformation/cloudformation-resource-schema
v2.0.10 (2024-07-17)
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)
v2.0.8 (2023-02-15)
What's Changed
- Fix default tagging metadata value will be override issue by @Yunhao-Jiao in #135
- Update README with 'tagging' metadata key description by @marcuram in #138
- Fix typo in tagging description in readme by @marcuram in #140
- Add custom tag arrayType by @gsurbhi in #141
- Bump everit-json-schema version by @elruwen in #142
- Bump version to 2.0.8 by @bcorman3 in #143
New Contributors
- @marcuram made their first contribution in #138
- @gsurbhi made their first contribution in #141
- @elruwen made their first contribution in #142
Full Changelog: v2.0.7...v2.0.8
v2.0.7 (2022-04-13)
This release fixes a bug with nested writeOnlyProperties
v2.0.6 (2021-10-06)
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)
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)
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)
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)
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)
Support $id
keyword.