Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products."
rss: true
---

<Update label="2026-06-25" tags={["Edge Scripting","(New)"]}>
## 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)
</Update>

<Update label="2026-06-23" tags={["Shield","(New)"]}>
## Custom Response Pages for Bunny Shield

Expand Down
6 changes: 6 additions & 0 deletions scripting/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description: Latest updates and improvements to Edge Scripting.
rss: true
---

<Update label="2026-06-25" tags={["New"]}>
## 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)
</Update>

<Update label="2026-03-26" tags={["New"]}>
## Node.js file system API

Expand Down