From 1565b8a0a7e31c0edfc8df38bcbcc642b58197f7 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 25 Jun 2026 18:46:20 +0000 Subject: [PATCH] Add changelog entries for Edge Scripting Runtime API documentation (#314) Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01VpPzgxMiMydQEnSYK9872r --- changelog.mdx | 6 ++++++ scripting/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index d14634d0..1417afae 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## Edge Scripting Runtime API and `waitUntil` documentation + + New Runtime API reference page for Edge Scripting, documenting the `waitUntil` function that allows scripts to continue running after a request completes — useful for maintaining WebSocket connections and background tasks. The WebSocket guide has also been updated with a practical `waitUntil` example. [Learn more](/scripting/runtime) + + ## Custom Response Pages for Bunny Shield diff --git a/scripting/changelog.mdx b/scripting/changelog.mdx index e448a050..70c489f4 100644 --- a/scripting/changelog.mdx +++ b/scripting/changelog.mdx @@ -4,6 +4,12 @@ description: Latest updates and improvements to Edge Scripting. rss: true --- + + ## Runtime API and `waitUntil` + + New Runtime API reference documenting the `waitUntil` function, which extends script isolate lifetime after a request finishes — ideal for keeping WebSocket connections alive and running background work. The WebSocket guide now includes a `waitUntil` usage example. [Learn more](/scripting/runtime) + + ## Node.js file system API