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
-[Support Library] Make certain request fields optional to unblock contract testing (#25)
13
-
-[Support Library] Update optional dependency to newer AWS SDK Javascript used in Lambda runtime
25
+
-[Support Library] Update optional dependency to newer AWS SDK Javascript used in Lambda runtime (#25)
14
26
15
27
16
28
## [0.3.2] - 2020-08-31
@@ -24,41 +36,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
36
25
37
## [0.3.1] - 2020-08-19
26
38
### Fixed
27
-
-[Support Library] Cast from empty string to number or boolean (#22)
39
+
-[Support Library] Cast from empty string to number or boolean (#12) (#22)
28
40
29
41
30
42
## [0.3.0] - 2020-08-09
31
43
### Added
32
-
-[CLI Plugin] Primary and additional identifiers can be retrieved using the appropriate methods in base model class
33
-
-[Support Library] Recast properties from string to intended primitive type based on model (#9)
34
-
-[Support Library] New wrapper class for integer types (simplification from bigint)
44
+
-[CLI Plugin] Primary and additional identifiers can be retrieved using the appropriate methods in base model class (#18)
45
+
-[Support Library] Recast properties from string to intended primitive type based on model (#9) (#18)
46
+
-[Support Library] New wrapper class for integer types (simplification from bigint) (#18)
35
47
36
48
### Changed
37
-
-[CLI Plugin] Improve model serialization/deserialization to handle complex schemas
38
-
-[Support Library] While leveraging `class-transformer` library, the properties can now be cast into proper types
49
+
-[CLI Plugin] Improve model serialization/deserialization to handle complex schemas (#18)
50
+
-[Support Library] While leveraging `class-transformer` library, the properties can now be cast into proper types (#18)
39
51
40
52
### Removed
41
-
-[Support Library] Global definitions and auxiliary code extending ES6 Map
53
+
-[Support Library] Global definitions and auxiliary code extending ES6 Map (#18)
42
54
43
55
44
56
## [0.2.1] - 2020-07-14
45
57
### Fixed
46
-
-[Support Library] Callback context not being properly formatted (#15)
58
+
-[Support Library] Callback context not being properly formatted (#15) (#16)
47
59
48
60
49
61
## [0.2.0] - 2020-07-08
50
62
### Added
51
-
-[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)
63
+
-[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) (#13)
52
64
53
65
54
66
## [0.1.2] - 2020-05-25
55
67
### Fixed
56
-
-[Support Library] Error messages not appearing in CloudWatch (#10)
68
+
-[Support Library] Error messages not appearing in CloudWatch (#10) (#11)
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.3",
3
+
"version": "0.4.0",
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