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-08-06" tags={["Stream","(Improvement)"]}>
## 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. [Learn more](/stream/http-api)
</Update>

<Update label="2026-07-31" tags={["CDN","(New)"]}>
## IP Family Policy for Pull Zones

Expand Down
8 changes: 7 additions & 1 deletion stream/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description: "Latest updates and improvements to Stream."
rss: true
---

<Update label="2026-08-06" tags={["Stream","(Improvement)"]}>
## 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. [Learn more](/stream/http-api)
</Update>

<Update label="2026-07-16" tags={["Stream","(Improvement)"]}>
## Bunny Player extended Chromecast support

Expand Down Expand Up @@ -106,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)
</Update>
</Update>