From 743efe1bfcd3d1e0f1bfd80431a0a782cccf9af0 Mon Sep 17 00:00:00 2001 From: hsaxenaCF <195121654+hsaxenaCF@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:11:38 +0100 Subject: [PATCH 1/5] Ratelimit workers GA --- .../workers/2025-09-17-ratelimit-workers-ga.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx diff --git a/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx b/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx new file mode 100644 index 000000000000000..34fc3418b874ac8 --- /dev/null +++ b/src/content/changelog/workers/2025-09-17-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-17 +--- + +[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 Limit](workers/runtime-apis/bindings/rate-limit) documentation. From df461cbd9027703b3cae3e5ad7d05bd978a5d430 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:28:29 +0100 Subject: [PATCH 2/5] Apply suggestions from PCX review --- .../changelog/workers/2025-09-17-ratelimit-workers-ga.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx b/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx index 34fc3418b874ac8..5431df41ad4e806 100644 --- a/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx +++ b/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx @@ -1,5 +1,5 @@ --- -title: Rate Limiting In Workers is now GA +title: Rate Limiting in Workers is now GA description: Workers Rate Limiting is now Generally Available products: - workers @@ -7,7 +7,7 @@ date: 2025-09-17 --- [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 Limit](workers/runtime-apis/bindings/rate-limit) documentation. +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. From 119837a2b2feb9ee5cff9131b258ed15a998ee4e Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:28:56 +0100 Subject: [PATCH 3/5] Fix link --- .../changelog/workers/2025-09-17-ratelimit-workers-ga.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx b/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx index 5431df41ad4e806..785328cbc10738b 100644 --- a/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx +++ b/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx @@ -6,7 +6,7 @@ products: date: 2025-09-17 --- -[Rate Limiting within Cloudflare Workers](workers/runtime-apis/bindings/rate-limit) is now Generally Available (GA). +[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. From ec654078e05c780f9f3750a707dd28c4498ea181 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:00:15 +0100 Subject: [PATCH 4/5] Update date --- .../changelog/workers/2025-09-17-ratelimit-workers-ga.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx b/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx index 785328cbc10738b..f4d8ebd421fb775 100644 --- a/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx +++ b/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx @@ -3,7 +3,7 @@ title: Rate Limiting in Workers is now GA description: Workers Rate Limiting is now Generally Available products: - workers -date: 2025-09-17 +date: 2025-09-19 --- [Rate Limiting within Cloudflare Workers](/workers/runtime-apis/bindings/rate-limit/) is now Generally Available (GA). From c1b49b0af5b344f834ec38a8e8a8b61f1e192361 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:01:24 +0100 Subject: [PATCH 5/5] Rename file --- ...telimit-workers-ga.mdx => 2025-09-19-ratelimit-workers-ga.mdx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/content/changelog/workers/{2025-09-17-ratelimit-workers-ga.mdx => 2025-09-19-ratelimit-workers-ga.mdx} (100%) diff --git a/src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx b/src/content/changelog/workers/2025-09-19-ratelimit-workers-ga.mdx similarity index 100% rename from src/content/changelog/workers/2025-09-17-ratelimit-workers-ga.mdx rename to src/content/changelog/workers/2025-09-19-ratelimit-workers-ga.mdx