You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.3.1] - 2020-08-19
10
+
### Fixed
11
+
-[Support Library] Cast from empty string to number or boolean (#22)
12
+
13
+
9
14
## [0.3.0] - 2020-08-09
10
15
### Added
11
16
-[CLI Plugin] Primary and additional identifiers can be retrieved using the appropriate methods in base model class
12
-
-[Support Library] Recast properties from string to intended primitive type based on model
17
+
-[Support Library] Recast properties from string to intended primitive type based on model (#9)
13
18
-[Support Library] New wrapper class for integer types (simplification from bigint)
14
19
15
20
### Changed
@@ -22,17 +27,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
27
23
28
## [0.2.1] - 2020-07-14
24
29
### Fixed
25
-
-[Support Library] Callback context not being properly formatted
30
+
-[Support Library] Callback context not being properly formatted (#15)
26
31
27
32
28
33
## [0.2.0] - 2020-07-08
29
34
### Added
30
-
-[Support Library] Support protocol version 2.0.0 to response the handler result with callback directly and allow CloudFormation service to orchestrate the callback
35
+
-[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)
31
36
32
37
33
38
## [0.1.2] - 2020-05-25
34
39
### Fixed
35
-
-[Support Library] Error messages not appearing in CloudWatch
40
+
-[Support Library] Error messages not appearing in CloudWatch (#10)
36
41
37
42
38
43
## [0.1.1] - 2020-05-02
@@ -61,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61
66
-[Support Library] Base Model class as well as Progress Event class
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "cfn-rpdk",
3
-
"version": "0.3.0",
3
+
"version": "0.3.1",
4
4
"description": "The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.",
0 commit comments