From 532e14cf2eb25756f0382ff8e3bbe5c4be025d04 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 1 Jul 2026 11:07:19 +0000 Subject: [PATCH] Add changelog entries for Cache API documentation restructure (#325) Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01D28zcoV8mh8e8WgWximB6K --- changelog.mdx | 6 ++++++ scripting/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 9a3837f..736e045 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## Cache API documentation reorganized into dedicated section + + The Edge Scripting Cache API documentation has been restructured from a single page into a multi-page section covering the API overview and limitations, managing default and named caches, reading and writing cache entries (`match`, `put`, `delete`), and end-to-end examples including a new on-demand refresh and purge recipe. The `waitUntil` runtime reference has also been expanded with a full API signature and a cache-population example. [Learn more](/scripting/cache) + + ## AVIF, HEIC and HEIF are now GA diff --git a/scripting/changelog.mdx b/scripting/changelog.mdx index e448a05..5e77d14 100644 --- a/scripting/changelog.mdx +++ b/scripting/changelog.mdx @@ -4,6 +4,12 @@ description: Latest updates and improvements to Edge Scripting. rss: true --- + + ## Cache API documentation reorganized into dedicated section + + The Cache API documentation has been restructured from a single page into a dedicated multi-page section with separate pages for the [API overview and limitations](/scripting/cache), [managing default and named caches](/scripting/cache/managing-caches), [reading and writing cache entries](/scripting/cache/reading-writing) (`match`, `put`, `delete`), and [end-to-end examples](/scripting/cache/examples) including a new on-demand refresh and purge recipe. The [`waitUntil` runtime reference](/scripting/runtime#waituntil) has also been expanded with a full API signature and a cache-population example. + + ## Node.js file system API