diff --git a/changelog.mdx b/changelog.mdx index 6ce15842..87e3aee5 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -10,6 +10,24 @@ rss: true Edge Scripts can now run **before** the CDN cache layer, giving you full control over every request instead of only executing on cache misses. When enabled on a Pull Zone, middleware scripts gain two new hooks — `onClientRequest` (intercept requests before the cache lookup) and `onClientResponse` (modify responses before they reach the client, including cached ones). Standalone scripts also support this mode, running on every request and deciding how responses are cached. [Learn more](/scripting/before-cache) + + ## CLI examples in Database documentation + + Database documentation pages for token management, region configuration, usage metrics, and the database shell now include Bunny CLI command examples alongside dashboard steps, making it easy to manage your database from the terminal or the browser. [Learn more](/database/connect/authorization) + + + + ## Updated Blue/Green deployment Terraform examples + + The Blue/Green deployment guide now includes complete Terraform resource definitions for container apps with proper resource references, replacing the previous placeholder ID examples. [Learn more](/magic-containers/deployment-strategies) + + + + ## DNS CLI support and Scriptable DNS types package + + Bunny DNS documentation now includes CLI examples alongside dashboard steps for zones, records, DNSSEC, import/export, logging, and statistics. Scriptable DNS scripts can be scaffolded, deployed, and attached from the CLI with `bunny dns scripts`, and the new [`@bunny.net/scriptable-dns-types`](https://github.com/BunnyWay/cli/tree/main/packages/scriptable-dns-types) package provides TypeScript definitions for editor autocomplete. [Learn more](/cli/commands/dns) + + ## Bunny Player extended Chromecast support diff --git a/database/changelog.mdx b/database/changelog.mdx index fe3ee1bf..a6964d17 100644 --- a/database/changelog.mdx +++ b/database/changelog.mdx @@ -4,6 +4,13 @@ description: Latest updates and improvements to Bunny Database. rss: true --- + + ## CLI command examples in documentation + + Database documentation pages for [token management](/database/connect/authorization), [region configuration](/database/replication), [usage metrics](/database/metrics), and the [database shell](/database/connect/database-shell) now include `bunny db` CLI examples alongside dashboard steps. [Learn more](/cli/commands/db) + + + ## Bunny CLI diff --git a/magic-containers/changelog.mdx b/magic-containers/changelog.mdx index 0e311828..e77dd603 100644 --- a/magic-containers/changelog.mdx +++ b/magic-containers/changelog.mdx @@ -4,6 +4,13 @@ description: Latest updates and improvements to Magic Containers. rss: true --- + + ## Updated Blue/Green deployment Terraform examples + + The [Blue/Green deployment](/magic-containers/deployment-strategies) guide now includes complete Terraform resource definitions for `bunnynet_compute_container_app` with proper resource references, replacing the previous placeholder ID approach. [Learn more](/magic-containers/deployment-strategies) + + + ## Quick Deploy