diff --git a/src/content/changelog/workers/2025-09-19-ratelimit-workers-ga.mdx b/src/content/changelog/workers/2025-09-19-ratelimit-workers-ga.mdx new file mode 100644 index 00000000000000..f4d8ebd421fb77 --- /dev/null +++ b/src/content/changelog/workers/2025-09-19-ratelimit-workers-ga.mdx @@ -0,0 +1,13 @@ +--- +title: Rate Limiting in Workers is now GA +description: Workers Rate Limiting is now Generally Available +products: + - workers +date: 2025-09-19 +--- + +[Rate Limiting within Cloudflare Workers](/workers/runtime-apis/bindings/rate-limit/) is now Generally Available (GA). + +The `ratelimit` binding is now stable and recommended for all production workloads. Existing deployments using the unsafe binding will continue to function to allow for a smooth transition. + +For more details, refer to [Workers Rate Limiting](/workers/runtime-apis/bindings/rate-limit/) documentation.