-
Notifications
You must be signed in to change notification settings - Fork 134
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
Release v1.1.0 #1290
Conversation
CHANGELOG.md
Outdated
|
||
### 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 comment
The 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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
Still out of date with PR title. missing test-only aspect
CHANGELOG.md
Outdated
### Added | ||
- Added new poller thread pool usage metrics #1275 #1291 | ||
- Added metrics tag workflowruntimelength in workflow context #1277 | ||
- Added DisableStrictNonDeterminismCheck worker option #1288 |
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
What changed?
See changelog
Why?
How did you test it?
internally tested with canary test D11792027
Potential risks