All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.2 - 2020-08-31
- [CLI Plugin] Wildcard .gitignore pattern in case rpdk.log rotates
- [Support Library] New properties for resource request:
desiredResourceTags
,previousResourceTags
,systemTags
,awsAccountId
,region
andawsPartition
(#23)
- [Support Library] Account ID from metric namespace
0.3.1 - 2020-08-19
- [Support Library] Cast from empty string to number or boolean (#22)
0.3.0 - 2020-08-09
- [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)
- [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
- [Support Library] Global definitions and auxiliary code extending ES6 Map
0.2.1 - 2020-07-14
- [Support Library] Callback context not being properly formatted (#15)
0.2.0 - 2020-07-08
- [Support Library] Support protocol version 2.0.0 to response the handler result with callback directly and allow CloudFormation service to orchestrate the callback (#12)
0.1.2 - 2020-05-25
- [Support Library] Error messages not appearing in CloudWatch (#10)
0.1.1 - 2020-05-02
- [Support Library] Event handler binding issue
0.1.0 - 2020-04-24
- [Support Library] Schedule CloudWatch Events for re-invocation during long process
- [Support Library] Publish metrics to CloudWatch
- [Support Library] Fallback to S3 in log delivery
- [Support Library] CloudWatch log delivery issue
0.0.1 - 2020-04-14
- [CLI Plugin] Initial version in line with Python plugin
- [CLI Plugin] Build using SAM CLI (both locally or with docker support)
- [Support Library] Callback in order to report progress to CloudFormation
- [Support Library] Mechanism for log delivery to CloudWatch
- [Support Library] Base Model class as well as Progress Event class