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,19 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.2.1] - 2020-07-14
10
+
### Fixed
11
+
-[Support Library] Callback context not being properly formatted
12
+
13
+
9
14
## [0.2.0] - 2020-07-08
10
15
### Added
11
-
-[Support Library] Support protocol version 2.0.0 to response the handler result with callback directly and allow CloudFormation service to orchestrate the callback.
16
+
-[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
17
13
18
14
19
## [0.1.2] - 2020-05-25
15
20
### Fixed
16
-
-[Support Library]Fix error messages not appearing in CloudWatch
21
+
-[Support Library]Error messages not appearing in CloudWatch
17
22
18
23
19
24
## [0.1.1] - 2020-05-02
20
25
### Fixed
21
-
-[Support Library]Fix event handler binding
26
+
-[Support Library]Event handler binding issue
22
27
23
28
24
29
## [0.1.0] - 2020-04-24
@@ -30,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
35
-[Support Library] Fallback to S3 in log delivery
31
36
32
37
### Fixed
33
-
-[Support Library]Fix CloudWatch log delivery
38
+
-[Support Library] CloudWatch log delivery issue
34
39
35
40
36
41
## [0.0.1] - 2020-04-14
@@ -42,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
47
-[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.2.0",
3
+
"version": "0.2.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