diff --git a/src/assets/images/changelog/rules/snippets-ga-trace.gif b/src/assets/images/changelog/rules/snippets-ga-trace.gif new file mode 100644 index 00000000000000..9b8e22eb2e0212 Binary files /dev/null and b/src/assets/images/changelog/rules/snippets-ga-trace.gif differ diff --git a/src/assets/images/changelog/rules/snippets-ga.png b/src/assets/images/changelog/rules/snippets-ga.png new file mode 100644 index 00000000000000..1b5904468b8309 Binary files /dev/null and b/src/assets/images/changelog/rules/snippets-ga.png differ diff --git a/src/content/changelog/rules/2025-04-09-snippets-ga.mdx b/src/content/changelog/rules/2025-04-09-snippets-ga.mdx index 1a37dd3ec9faee..6195d624b7e6ab 100644 --- a/src/content/changelog/rules/2025-04-09-snippets-ga.mdx +++ b/src/content/changelog/rules/2025-04-09-snippets-ga.mdx @@ -7,6 +7,8 @@ date: 2025-04-09T14:00:00Z hidden: true --- +![Cloudflare Snippets are now GA](~/assets/images/changelog/rules/snippets-ga.png) + [Cloudflare Snippets](/rules/snippets/) are now generally available at no extra cost across all paid plans — giving you a fast, flexible way to programmatically control HTTP traffic using lightweight JavaScript. You can now use Snippets to modify HTTP requests and responses with confidence, reliability, and scale. Snippets are production-ready and deeply integrated with Cloudflare Rules, making them ideal for everything from quick dynamic header rewrites to advanced routing logic. @@ -16,6 +18,8 @@ What's new: - **Snippets are now GA** – Available at no extra cost on all Pro, Business, and Enterprise plans. - **Ready for production** – Snippets deliver a production-grade experience built for scale. - **Part of the Cloudflare Rules platform** – Snippets inherit request modifications from other Cloudflare products and support sequential execution, allowing you to run multiple Snippets on the same request and apply custom modifications step by step. -- **Trace integration (rolling out)** – Use [Cloudflare Trace](/fundamentals/trace-request/) to see which Snippets were triggered on a request — helping you understand traffic flow and debug more effectively. +- **Trace integration** – Use [Cloudflare Trace](/fundamentals/trace-request/) to see which Snippets were triggered on a request — helping you understand traffic flow and debug more effectively. + + ![Snippets shown in Cloudflare Trace results](~/assets/images/changelog/rules/snippets-ga-trace.gif) Learn more in the [launch blog post](https://blog.cloudflare.com/snippets/).