From 0db87325112f6664e33338e3b7b715be1ea607de Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 11 Jun 2026 15:11:47 +0000 Subject: [PATCH 1/4] Add changelog entries for Stream documentation improvements from PR #284 Updated MP4 fallback resolution docs, direct play URL examples, -auto captions flag, and cross-linking between Stream pages. https://claude.ai/code/session_01Vy276pr7HGpZ41cyAn1zii --- changelog.mdx | 6 ++++++ stream/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 1757ce5..247bfdc 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -3,6 +3,12 @@ title: "Changelog" description: "Latest updates and improvements across bunny.net products." --- + + ## Stream embedding, encoding & storage structure documentation improvements + + Updated MP4 fallback documentation to reflect support for 240p, 360p, 720p & 1080p resolutions. Added direct play URL and embed URL examples with query parameters, documented the `-auto` captions flag, and improved cross-linking between Stream pages. [Learn more](/stream/storage-structure) + + ## Edge Scripting support now in CLI diff --git a/stream/changelog.mdx b/stream/changelog.mdx index 409738e..6ea444a 100644 --- a/stream/changelog.mdx +++ b/stream/changelog.mdx @@ -3,6 +3,12 @@ title: "Changelog" description: "Latest updates and improvements to Stream." --- + + ## Stream embedding, encoding & storage structure documentation improvements + + Updated MP4 fallback documentation to reflect support for 240p, 360p, 720p & 1080p resolutions. Added direct play URL and embed URL examples with query parameters, documented the `-auto` captions flag, and improved cross-linking between Stream pages. [Learn more](/stream/storage-structure) + + ## Stream Transcribing supported languages reference From c2df91ae1a460dfb267b051e80f807e783156299 Mon Sep 17 00:00:00 2001 From: NathanZBunny Date: Fri, 12 Jun 2026 16:41:23 +0100 Subject: [PATCH 2/4] Improve Stream documentation for direct play URLs Updated documentation for direct play URLs to include support for query parameters and improved cross-linking. Revised MP4 fallback documentation to reflect additional resolution support. --- stream/changelog.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stream/changelog.mdx b/stream/changelog.mdx index 6ea444a..6f66d16 100644 --- a/stream/changelog.mdx +++ b/stream/changelog.mdx @@ -4,9 +4,9 @@ description: "Latest updates and improvements to Stream." --- - ## Stream embedding, encoding & storage structure documentation improvements + ## Direct play URLs now support query parameters & documentation improvements - Updated MP4 fallback documentation to reflect support for 240p, 360p, 720p & 1080p resolutions. Added direct play URL and embed URL examples with query parameters, documented the `-auto` captions flag, and improved cross-linking between Stream pages. [Learn more](/stream/storage-structure) + Added direct play URL and embed URL examples with query parameters, documented the `-auto` captions flag, and improved cross-linking between Stream pages. Updated MP4 fallback documentation to reflect support for 240p, 360p, 720p & 1080p resolutions. [Learn more](/stream/storage-structure) @@ -94,4 +94,4 @@ description: "Latest updates and improvements to Stream." ## Smart Chapters Automatically generate chapters for your videos using AI. Smart Chapters analyzes your video's caption track to create chapter markers, improving navigation for viewers. [Learn more](/stream/smart-chapters) - \ No newline at end of file + From 610ff69fab76f53fb839f1017255dfa20b61a8cf Mon Sep 17 00:00:00 2001 From: NathanZBunny Date: Fri, 12 Jun 2026 16:42:37 +0100 Subject: [PATCH 3/4] Improve Stream documentation and examples Updated documentation for direct play URLs and MP4 fallback resolutions. --- changelog.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 247bfdc..d2dd8b7 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,9 +4,9 @@ description: "Latest updates and improvements across bunny.net products." --- - ## Stream embedding, encoding & storage structure documentation improvements + ## Direct play URLs now support query paramters and documentation improvements - Updated MP4 fallback documentation to reflect support for 240p, 360p, 720p & 1080p resolutions. Added direct play URL and embed URL examples with query parameters, documented the `-auto` captions flag, and improved cross-linking between Stream pages. [Learn more](/stream/storage-structure) + Added direct play URL and embed URL examples with query parameters, documented the `-auto` captions flag, and improved cross-linking between Stream pages. Updated MP4 fallback documentation to reflect support for 240p, 360p, 720p & 1080p resolutions. [Learn more](/stream/storage-structure) @@ -260,4 +260,4 @@ The CDN Logging API now supports exact request ID lookup and includes additional ## Database SDKs Connect to Bunny Database using official SDKs for TypeScript, Go, Rust, and .NET. [Learn more](/database/connect/typescript) - \ No newline at end of file + From 6120ccacc06fa47fdcfaebae0caf84931b7295e9 Mon Sep 17 00:00:00 2001 From: NathanZBunny Date: Fri, 12 Jun 2026 16:43:46 +0100 Subject: [PATCH 4/4] Fix typo in changelog regarding query parameters --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index d2dd8b7..28d80e2 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,7 +4,7 @@ description: "Latest updates and improvements across bunny.net products." --- - ## Direct play URLs now support query paramters and documentation improvements + ## Direct play URLs now support query parameters and documentation improvements Added direct play URL and embed URL examples with query parameters, documented the `-auto` captions flag, and improved cross-linking between Stream pages. Updated MP4 fallback documentation to reflect support for 240p, 360p, 720p & 1080p resolutions. [Learn more](/stream/storage-structure)