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-16" tags={["CLI","(New)"]}>
## Cloud sandbox environments via Bunny CLI

The Bunny CLI now supports creating and managing on-demand cloud sandbox environments backed by Bunny Magic Containers. Each sandbox is a fully isolated Ubuntu container with Node.js, Bun, Python, and Claude Code pre-installed, with 10 GB of persistent storage. Create, SSH into, copy files, expose public URLs, and manage environment variables — all from the CLI. [Learn more](/cli/commands/sandbox)
</Update>

<Update label="2026-07-14" tags={["CDN","(Improvement)"]}>
## HTTP validation for Seamless Domain Migration

Expand Down
6 changes: 6 additions & 0 deletions cli/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ description: Release notes for the Bunny CLI.
rss: true
---

<Update label="2026-07-16" tags={["New"]}>
## Sandbox commands

`bunny sandbox` manages on-demand cloud sandbox environments backed by Bunny Magic Containers. Create sandboxes (`create`), connect via SSH (`ssh`), run commands (`exec`), copy files (`cp`), browse remote files (`files`), expose ports as public HTTPS endpoints (`url add`/`list`/`delete`), and manage persistent environment variables (`env set`/`list`/`delete`). Each sandbox is a fully isolated Ubuntu container with Node.js, Bun, Python, and Claude Code pre-installed, with a 10 GB persistent volume mounted at `/workplace`. [Learn more](/cli/commands/sandbox)
</Update>

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

Expand Down