Skip to content

v1.16.11-rc6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 May 15:39
· 8 commits to main since this release
Add cancellable wrapper for responsive async UDF cancellation

Wraps the inner coroutine in _cancellable_run which polls cancel_event
and raises CancelledError at the next await (~100ms), ensuring vector
UDFs respect disconnect/timeout signals without waiting for completion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>