Skip to content

Commit ae76f5f

Browse files
authored
Release v1.1.0 (#1290)
1 parent ca98885 commit ae76f5f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
923
## [v1.0.2] - 2023-09-25
1024
### Added
1125
- Add a structured error for non-determinism failures

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ package internal
4343
// Due to all of this unreliability, this should be used as strictly informational
4444
// metadata, e.g. for caller version monitoring, never behavioral (use
4545
// FeatureVersion or feature flags instead).
46-
const LibraryVersion = "1.0.2"
46+
const LibraryVersion = "1.1.0"
4747

4848
// FeatureVersion is a semver that informs the server of what high-level behaviors
4949
// this client supports.

0 commit comments

Comments
 (0)