-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a930ca
commit cccc2bd
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Highlights: | ||
|
||
This release contains fixes for performance and stability issues | ||
|
||
Changeset: | ||
2022-04-18 - 6a1dfb8c - Refactor and cleanup exception to failure conversion code (#1148) | ||
2022-04-18 - b00561f6 - Make WorkflowThreadContext#destroy non-blocking and remove deadlock detector from the call (#1151) | ||
2022-04-18 - bd3ae1b7 - Moved NO_COMPLETION counter reporting to handle all cases (#1149) | ||
2022-04-19 - 397b7785 - Fix for Worker#isSuspended not returning correct state (#1155) | ||
2022-04-19 - 48bdd4d7 - Reimplemented WorkflowRunLockManager to fix design flaw with an unsafe unlock (#1147) | ||
2022-04-19 - b12df1f1 - Rework PotentialDeadlockException to don't override the original stacktrace (#1152) |