Skip to content

Commit 315093b

Browse files
[Workers] Changelog: Rate Limiting Workers GA (#25235)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent c207385 commit 315093b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Rate Limiting in Workers is now GA
3+
description: Workers Rate Limiting is now Generally Available
4+
products:
5+
- workers
6+
date: 2025-09-19
7+
---
8+
9+
[Rate Limiting within Cloudflare Workers](/workers/runtime-apis/bindings/rate-limit/) is now Generally Available (GA).
10+
11+
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.
12+
13+
For more details, refer to [Workers Rate Limiting](/workers/runtime-apis/bindings/rate-limit/) documentation.

0 commit comments

Comments
 (0)