Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 20:16
· 398 commits to master since this release
cccc2bd

Highlights

This release contains fixes for performance and stability issues

What's Changed

  • Moved NO_COMPLETION counter reporting to handle all cases by @Spikhalskiy in #1149
  • Refactor and cleanup "exception to failure" conversion code by @Spikhalskiy in #1148
  • Make WorkflowThreadContext#destroy non-blocking and remove deadlock detector from the call by @Spikhalskiy in #1151
  • Rework PotentialDeadlockException to don't override the original stacktrace by @Spikhalskiy in #1152
  • Reimplemented WorkflowRunLockManager to fix design flaw with an unsafe unlock by @Spikhalskiy in #1147
  • Fix for Worker#isSuspended not returning the correct state by @Spikhalskiy in #1155

Full Changelog: v1.9.1...v1.10.0