Skip to content

v0.86.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 00:06
· 1209 commits to main since this release

Fixed

  • The on-channel model worker now awaits the survivor task it cancels on shutdown, so
    stopping the worker no longer leaks a pending task into event-loop teardown.
  • A lock release that fails during waiter teardown is now logged at debug level instead
    of being silently suppressed.