Skip to content

Latest commit

 

History

History
87 lines (61 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

87 lines (61 loc) · 3.54 KB

Changelog

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

Added

  • [CLI Plugin] Wildcard .gitignore pattern in case rpdk.log rotates
  • [Support Library] New properties for resource request: desiredResourceTags, previousResourceTags, systemTags, awsAccountId, region and awsPartition (#23)

Removed

  • [Support Library] Account ID from metric namespace

0.3.1 - 2020-08-19

Fixed

  • [Support Library] Cast from empty string to number or boolean (#22)

0.3.0 - 2020-08-09

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

0.2.1 - 2020-07-14

Fixed

  • [Support Library] Callback context not being properly formatted (#15)

0.2.0 - 2020-07-08

Added

  • [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

Fixed

  • [Support Library] Error messages not appearing in CloudWatch (#10)

0.1.1 - 2020-05-02

Fixed

  • [Support Library] Event handler binding issue

0.1.0 - 2020-04-24

Added

  • [Support Library] Schedule CloudWatch Events for re-invocation during long process
  • [Support Library] Publish metrics to CloudWatch

Changed

  • [Support Library] Fallback to S3 in log delivery

Fixed

  • [Support Library] CloudWatch log delivery issue

0.0.1 - 2020-04-14

Added

  • [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