Skip to content

Commit

Permalink
Release v1.1.0 (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng authored Nov 9, 2023
1 parent ca98885 commit ae76f5f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.1.0] - 2023-11-06
### Added
- Added new poller thread pool usage metrics #1275 #1291
- Added metrics tag workflowruntimelength in workflow context #1277
- Added GetWorkflowTaskList and GetActivityTaskList APIs #1292

### Changed
- Updated idl version
- Improved retrieval of binaryChecksum #1279

### Fixed
- Fixed error log #1284
- Fixed in TestEnv workflow interceptor is not propagated correctly for child workflows #1289

## [v1.0.2] - 2023-09-25
### Added
- Add a structured error for non-determinism failures
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ package internal
// Due to all of this unreliability, this should be used as strictly informational
// metadata, e.g. for caller version monitoring, never behavioral (use
// FeatureVersion or feature flags instead).
const LibraryVersion = "1.0.2"
const LibraryVersion = "1.1.0"

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

0 comments on commit ae76f5f

Please sign in to comment.