File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v1.1.0] - 2023-11-06
10
+ ### Added
11
+ - Added new poller thread pool usage metrics #1275 #1291
12
+ - Added metrics tag workflowruntimelength in workflow context #1277
13
+ - Added GetWorkflowTaskList and GetActivityTaskList APIs #1292
14
+
15
+ ### Changed
16
+ - Updated idl version
17
+ - Improved retrieval of binaryChecksum #1279
18
+
19
+ ### Fixed
20
+ - Fixed error log #1284
21
+ - Fixed in TestEnv workflow interceptor is not propagated correctly for child workflows #1289
22
+
9
23
## [ v1.0.2] - 2023-09-25
10
24
### Added
11
25
- Add a structured error for non-determinism failures
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ package internal
43
43
// Due to all of this unreliability, this should be used as strictly informational
44
44
// metadata, e.g. for caller version monitoring, never behavioral (use
45
45
// FeatureVersion or feature flags instead).
46
- const LibraryVersion = "1.0.2 "
46
+ const LibraryVersion = "1.1.0 "
47
47
48
48
// FeatureVersion is a semver that informs the server of what high-level behaviors
49
49
// this client supports.
You can’t perform that action at this time.
0 commit comments