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
18 changes: 12 additions & 6 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ description: "Latest updates and improvements across bunny.net products."
rss: true
---

<Update label="2026-06-25" tags={["Stream","(New)"]}>
## Bunny Stream & Player Data and Privacy

New documentation covering how Bunny Stream and Bunny Player handle data privacy — including no cookies or PII collection, anonymous technical telemetry, and resumable playback managed entirely via browser local storage. [Learn more](/stream/data-and-privacy)
</Update>

<Update label="2026-06-25" tags={["Storage","(Improvement)"]}>
## Storage dashboard multiple CDN URLs

The Storage dashboard file manager now notes that multiple CDN URLs are visible when more than one Pull zone is connected to a Storage zone. [Learn more](/storage/dashboard)
</Update>

<Update label="2026-06-24" tags={["DNS","(New)"]}>
## DNS Limits and Defaults

Expand All @@ -28,12 +40,6 @@ rss: true
New documentation covering IPv4 and IPv6 connectivity across the bunny.net CDN, including network tier support, origin connectivity, CDN Acceleration with dual-stack origins, and Origin Shield for guaranteed IPv6 connectivity. [Learn more](/cdn/connectivity)
</Update>

<Update label="2026-06-16" tags={["CDN","(New)"]}>
## CDN Connectivity documentation

New documentation covering IPv4 and IPv6 connectivity across the bunny.net CDN, including network tier support, origin connectivity, CDN Acceleration with dual-stack origins, and Origin Shield for guaranteed IPv6 connectivity. [Learn more](/cdn/connectivity)
</Update>

<Update label="2026-06-08" tags={["CLI","(New)"]}>
## Edge Scripting support now in CLI

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

<Update label="2026-06-25" tags={["Storage","(Improvement)"]}>
## Storage dashboard multiple CDN URLs

The Storage dashboard file manager now notes that multiple CDN URLs are visible when more than one Pull zone is connected to a Storage zone. [Learn more](/storage/dashboard)
</Update>

<Update label="2026-06-09" tags={["Storage","(New)"]}>
## Root directory deletion support

Expand Down
6 changes: 6 additions & 0 deletions 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-06-25" tags={["Stream","(New)"]}>
## Bunny Stream & Player Data and Privacy

New documentation covering how Bunny Stream and Bunny Player handle data privacy — including no cookies or PII collection, anonymous technical telemetry, and resumable playback managed entirely via browser local storage. [Learn more](/stream/data-and-privacy)
</Update>

<Update label="2026-06-11" tags={["Stream","(Improvement)"]}>
## Direct play URLs now support query parameters & documentation improvements

Expand Down
8 changes: 4 additions & 4 deletions stream/data-and-privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: "Data and Privacy"
description: "At bunny.net, we take data privacy seriously. We’re committed to being fully transparent about the information we collect, how we use it, and how we keep it secure."
---

## Bunny Stream & Bunny
## Bunny Stream & Bunny Player

Player Bunny Stream and Bunny Player are designed to avoid collecting or permanently storing user-identifying information for analytics or playback functionality. The player does not set cookies or transmit personally identifiable information (PII) as part of its playback or analytics features. To ensure optimal performance and reliability, the player may send anonymised technical telemetry, such as stream quality metrics, error reports, and buffering statistics. In addition, the embedded player (iframe) may communicate with bunny.net CDN endpoints worldwide to collect anonymous performance statistics. This data is used exclusively to improve routing decisions and automatically optimise streaming performance.
Bunny Stream and Bunny Player are designed to avoid collecting or permanently storing user-identifying information for analytics or playback functionality. The player does not set cookies or transmit personally identifiable information (PII) as part of its playback or analytics features. To ensure optimal performance and reliability, the player may send anonymised technical telemetry, such as stream quality metrics, error reports, and buffering statistics. In addition, the embedded player (iframe) may communicate with bunny.net CDN endpoints worldwide to collect anonymous performance statistics. This data is used exclusively to improve routing decisions and automatically optimise streaming performance.

## Resumable Playback

Resumable playback is managed entirely within the user's browser using Browser Local Storage on the user's device. No playback information is shared with or stored by bunny.net . Stored playback data is retained locally for up to seven (7) days, after which it is automatically deleted. The playback position is updated every second during viewing and is also saved when the user closes the browser tab or the page is unloaded. The playback position is not saved if the video is within three (3) seconds of completion. This design allows users to resume playback while ensuring that all playback data remains stored exclusively on the user's device. Playback data is never transmitted to or stored by bunny.net . Any technical telemetry transmitted by the player is anonymized and used solely to monitor service health and optimize streaming performance. It is never used for user tracking or identification.

<Info>
For more information check out our GDPR and Privacy & data policies: \
[https://bunny.net/gdpr/](https://bunny.net/gdpr/) & [https://bunny.net/privacy/](https://bunny.net/privacy/)\
For more information check out our GDPR and Privacy & Data policies: \
[https://bunny.net/gdpr/](https://bunny.net/gdpr/) & [https://bunny.net/privacy/](https://bunny.net/privacy/)
</Info>