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-07-27" tags={["Database","(Improvement)"]}>
## Bunny CLI commands for Database management

The Bunny Database documentation now includes CLI alternatives alongside Dashboard instructions. Create and regenerate access tokens with `bunny db tokens`, manage replica regions with `bunny db regions`, view usage metrics with `bunny db usage`, and browse tables visually with `bunny db studio` — all from your terminal. [Learn more](/database/connect/authorization)
</Update>

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

Expand Down
6 changes: 6 additions & 0 deletions cli/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ rss: true
`bunny dns scripts` brings [Scriptable DNS](/dns/scriptable/introduction) to the CLI: `init` scaffolds a project from starter examples (geo, closest, weighted, failover, pullzone) with the [`@bunny.net/scriptable-dns-types`](https://github.com/BunnyWay/cli/tree/main/packages/scriptable-dns-types) package preconfigured for editor autocomplete, `deploy` uploads and publishes your entry file, and `attach` points a hostname at the script by adding a `SCRIPT` record to a zone. `bunny dns records preset` applies curated record sets for common providers and tasks (Google Workspace, Microsoft 365, DMARC, and more) in one step, and `bunny dns zones link` lets a directory resolve its zone without passing a domain. [Learn more](/cli/commands/dns)
</Update>

<Update label="2026-07-27" tags={["Improvement"]}>
## Database CLI commands documented across Database pages

The `bunny db` commands are now documented inline across the Database docs with Dashboard/CLI tabs. Token management (`bunny db tokens create`, `bunny db tokens invalidate`), region management (`bunny db regions`), usage metrics (`bunny db usage`), and the visual table browser (`bunny db studio`) each appear alongside their Dashboard equivalents. [Learn more](/database/connect/authorization)
</Update>

<Update label="2026-06-08" tags={["New"]}>
## Edge Scripts commands

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

<Update label="2026-07-27" tags={["Improvement"]}>
## CLI commands documented alongside Dashboard

Every Database management page now includes a CLI tab next to the Dashboard instructions. Create and regenerate access tokens with `bunny db tokens create` and `bunny db tokens invalidate`, manage replica regions with `bunny db regions`, check usage metrics with `bunny db usage`, and open a visual table browser with `bunny db studio`. [Learn more](/database/connect/authorization)
</Update>

<Update label="2026-04-20" tags={["New"]}>
## Bunny CLI

Expand Down