Releases: aws-cloudformation/cloudformation-cli-typescript-plugin
Releases · aws-cloudformation/cloudformation-cli-typescript-plugin
v0.5.0
Added
- [Support Library] Queue to avoid throttling of internal AWS API calls (#30)
- [Support Library] Optional use of worker threads for performance reasons (#30)
Changed
- [Support Library] Increase default options for util inspect so that deep objects are also printed (#27)
- [Support Library] Expose the model type reference in the resource class (#27)
Fixed
v0.4.0
Added
- [Support Library] Pass a logger interface to the handlers (#26)
- [Support Library] Scrub sensitive information when logging (#26)
Changed
- [Support Library] Make the input data (
callbackContext
andrequest
) immutable (#26)
Fixed
- [CLI Plugin] Avoid zip error by using less strict timestamp check (#26)
v0.3.3
v0.3.2
Added
- [CLI Plugin] Wildcard .gitignore pattern in case rpdk.log rotates
- [Support Library] New properties for resource request:
desiredResourceTags
,previousResourceTags
,systemTags
,awsAccountId
,region
andawsPartition
(#23)
Removed
- [Support Library] Account ID from metric namespace
v0.3.1
v0.3.0
Added
- [CLI Plugin] Primary and additional identifiers can be retrieved using the appropriate methods in base model class
- [Support Library] Recast properties from string to intended primitive type based on model (#9)
- [Support Library] New wrapper class for integer types (simplification from bigint)
Changed
- [CLI Plugin] Improve model serialization/deserialization to handle complex schemas
- [Support Library] While leveraging
class-transformer
library, the properties can now be cast into proper types
Removed
- [Support Library] Global definitions and auxiliary code extending ES6 Map
v0.2.1
v0.2.0
v0.1.2
v0.1.1
Fixed
- [Support Library] Fix event handler binding