From b6d5a8f91417e9401e418bd0605f09839a7479ca Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Aug 2026 07:55:32 +0000 Subject: [PATCH 1/3] Changelog: Stream API v1.5.13 Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01NJoxHvzWzGpp55Ugqzw5rX --- changelog.mdx | 6 ++++++ stream/changelog.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index cd5f7d52..6f4e11af 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## Stream API v1.5.13 + + The Stream API added structured error responses to several endpoints. Fetch Video now returns 422 when the origin file cannot be retrieved and 429 when too many fetch jobs are queued. Set Thumbnail returns 400 for invalid requests and 422 for origin fetch failures. Caption upload responses now include validation details via a structured result type. The resolution cleanup endpoint gained `allResolutions` and `outputs` parameters for finer control over which encoded outputs (HLS, MP4, or all) to remove. Live stream management endpoints have been removed from the API. [Learn more](/stream/http-api) + + ## IP Family Policy for Pull Zones diff --git a/stream/changelog.mdx b/stream/changelog.mdx index 4052afad..ecefb851 100644 --- a/stream/changelog.mdx +++ b/stream/changelog.mdx @@ -4,6 +4,12 @@ description: "Latest updates and improvements to Stream." rss: true --- + + ## Stream API v1.5.13 + + The Stream API added structured error responses to several endpoints. Fetch Video now returns 422 when the origin file cannot be retrieved and 429 when too many fetch jobs are queued. Set Thumbnail returns 400 for invalid requests and 422 for origin fetch failures. Caption upload responses now include validation details via a structured result type. The resolution cleanup endpoint gained `allResolutions` and `outputs` parameters for finer control over which encoded outputs (HLS, MP4, or all) to remove. Live stream management endpoints have been removed from the API. [Learn more](/stream/http-api) + + ## Bunny Player extended Chromecast support From d55f28762c2573193b88398399291be24ce93f80 Mon Sep 17 00:00:00 2001 From: zeljko-at-bunny <132432357+zeljko-at-bunny@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:02:23 +0200 Subject: [PATCH 2/3] Update changelog.mdx --- stream/changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stream/changelog.mdx b/stream/changelog.mdx index ecefb851..e615752a 100644 --- a/stream/changelog.mdx +++ b/stream/changelog.mdx @@ -7,7 +7,7 @@ rss: true ## Stream API v1.5.13 - The Stream API added structured error responses to several endpoints. Fetch Video now returns 422 when the origin file cannot be retrieved and 429 when too many fetch jobs are queued. Set Thumbnail returns 400 for invalid requests and 422 for origin fetch failures. Caption upload responses now include validation details via a structured result type. The resolution cleanup endpoint gained `allResolutions` and `outputs` parameters for finer control over which encoded outputs (HLS, MP4, or all) to remove. Live stream management endpoints have been removed from the API. [Learn more](/stream/http-api) + The Stream API added structured error responses to several endpoints. Fetch Video now returns 422 when the origin file cannot be retrieved and 429 when too many fetch jobs are queued. Set Thumbnail returns 400 for invalid requests and 422 for origin fetch failures. Caption upload responses now include validation details via a structured result type. The resolution cleanup endpoint gained `allResolutions` and `outputs` parameters for finer control over which encoded outputs (HLS, MP4, or all) to remove. [Learn more](/stream/http-api) @@ -112,4 +112,4 @@ rss: true ## 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 737194595256d8ce4f6cd98d76332de135bb163e Mon Sep 17 00:00:00 2001 From: zeljko-at-bunny <132432357+zeljko-at-bunny@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:02:43 +0200 Subject: [PATCH 3/3] Update changelog.mdx --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 6f4e11af..ab8fa68c 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -7,7 +7,7 @@ rss: true ## Stream API v1.5.13 - The Stream API added structured error responses to several endpoints. Fetch Video now returns 422 when the origin file cannot be retrieved and 429 when too many fetch jobs are queued. Set Thumbnail returns 400 for invalid requests and 422 for origin fetch failures. Caption upload responses now include validation details via a structured result type. The resolution cleanup endpoint gained `allResolutions` and `outputs` parameters for finer control over which encoded outputs (HLS, MP4, or all) to remove. Live stream management endpoints have been removed from the API. [Learn more](/stream/http-api) + The Stream API added structured error responses to several endpoints. Fetch Video now returns 422 when the origin file cannot be retrieved and 429 when too many fetch jobs are queued. Set Thumbnail returns 400 for invalid requests and 422 for origin fetch failures. Caption upload responses now include validation details via a structured result type. The resolution cleanup endpoint gained `allResolutions` and `outputs` parameters for finer control over which encoded outputs (HLS, MP4, or all) to remove. [Learn more](/stream/http-api)