-
Notifications
You must be signed in to change notification settings - Fork 138
Release v1.1.0 #1290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.1.0 #1290
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,21 @@ 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 DisableStrictNonDeterminismCheck worker option #1288 | ||
- Added GetWorkflowTaskList and GetActivityTaskList APIs #1292 | ||
|
||
### Changed | ||
- Updated idl version | ||
- Improved retrieval of binaryChecksum #1279 | ||
|
||
### Fixed | ||
- Fixed error log #1284 | ||
- Fixed workflow interceptor is not propagated correctly for child workflows #1289 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. out of date with the PR title, as this is a test-only thing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ah good catch There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still out of date with PR title. missing test-only aspect |
||
|
||
## [v1.0.2] - 2023-09-25 | ||
### Added | ||
- Add a structured error for non-determinism failures | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a no-op change until I merge #1281. can be removed from changelog