File tree Expand file tree Collapse file tree 4 files changed +16
-80
lines changed Expand file tree Collapse file tree 4 files changed +16
-80
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ corebus. This table identifies the corebus component that does the work.
49
49
| GetLocalDeploymentStatus | _ Future_ |
50
50
| ListLocalDeployments | _ Future_ |
51
51
| ListComponents | _ Future_ |
52
- | ValidateAuthorizationToken | _ Future _ |
52
+ | ValidateAuthorizationToken | ggipcd |
53
53
| CreateDebugPassword | _ Future_ |
54
54
| PauseComponent | _ Future_ |
55
55
| ResumeComponent | _ Future_ |
Original file line number Diff line number Diff line change
1
+ # Release Notes v2.0.1
2
+
3
+ This is a minor release that adds the missing features to support default recipe
4
+ of Stream manager v2.2.0.
5
+
6
+ ## New with this release
7
+
8
+ - Add recipe variable interpolation to greengrass recipe's timeout section
9
+ - Add support for ValidateAuthorizationToken IPC command for stream manager
10
+ - Fix warnings from Fleet provisioning
11
+ - Add retry and backoff to jobs listener
12
+
1
13
# Release Notes v2.0.0 (Dec 16 2024)
2
14
3
15
This is the first release of the Greengrass nucleus lite. It aims to be
@@ -37,9 +49,7 @@ This is the first release of Greengrass nucleus lite.
37
49
38
50
## Known issues
39
51
40
- The differences between Greengrass nucleus lite and Greengrass nucleus along
41
- with the currently known issues can be found in the
42
- [ KNOWN_ISSUES] ( ./docs/KNOWN_ISSUES.md ) document. For an updated list of
43
- issues/feature requests, please take a look at GitHub issues in the repository.
52
+ For an updated list of issues/feature requests, please take a look at GitHub
53
+ issues in the repository.
44
54
45
55
We welcome you to create an issue to report bugs or suggest features.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- 2.0.0
1
+ 2.0.1
You can’t perform that action at this time.
0 commit comments