You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/workers/2025-09-11-increased-version-rollback-limit.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ products:
5
5
- workers
6
6
date: 2025-09-11
7
7
---
8
-
The number of recent versions available for a Worker rollback has been increased from 10 to **100**.
8
+
The number of recent versions available for a Worker rollback has been increased from 10 to 100.
9
9
10
10
This allows you to:
11
11
12
12
* Promote any of the 100 most recent versions to be the active deployment.
13
13
14
-
* Split traffic using gradual deployments between your latest code and any of the 100 most recent versions.
14
+
* Split traffic using [gradual deployments](/workers/configuration/versions-and-deployments/gradual-deployments/) between your latest code and any of the 100 most recent versions.
15
15
16
16
You can do this through the Cloudflare dashboard or with [Wrangler's rollback command](/workers/wrangler/commands/#rollback)
0 commit comments