Skip to content

@voltagent/serverless-hono@2.0.10

Choose a tag to compare

@voltagent-bot voltagent-bot released this 08 Apr 02:41
· 3 commits to main since this release
74b76aa

Patch Changes

  • #1191 a21275f Thanks @ravyg! - fix(serverless-hono): defer waitUntil cleanup to prevent tool crashes in Cloudflare Workers

    The finally block in toCloudflareWorker(), toVercelEdge(), and toDeno() was calling cleanup() immediately when the Response was returned, before streaming and tool execution completed. This cleared the global ___voltagent_wait_until while tools were still using it, causing crashes with time-consuming tools.

    Cleanup is now deferred through the platform's own waitUntil() so it runs only after all pending background work has settled.

  • Updated dependencies [19fa54b]:

    • @voltagent/server-core@2.1.12