Skip to content

Commit 779aee8

Browse files
authored
Update 2025-09-11-increased-version-rollback-limit.mdx
1 parent 5c78c49 commit 779aee8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
---
2-
title: Increased version rollback limit from 10 to 100
3-
description: Workers can now deploy and rollback to their most recent 100 versions, up from the previous limit of 10.
2+
title: Worker version rollback limit increased from 10 to 100
3+
description: Workers can now be deployed and rolled back to their most recent 100 versions, up from the previous limit of 10.
44
products:
55
- workers
66
date: 2025-09-11
77
---
8+
The number of recent versions available for a Worker rollback has been increased from 10 to **100**.
89

9-
Workers can now deploy and rollback to their most recent **100 versions**, a significant increase from the previous limit of 10 versions. You can roll back to any of the 100 most recent versions using either [Wrangler's rollback command](/workers/wrangler/commands/#rollback) or through the Cloudflare dashboard.
10+
This allows you to:
1011

11-
Learn more about [versions and deployments](/workers/configuration/versions-and-deployments/) and [rollbacks](/workers/configuration/versions-and-deployments/rollbacks/) in the Workers documentation.
12+
* Promote any of the 100 most recent versions to be the active deployment.
13+
14+
* Split traffic using gradual deployments between your latest code and any of the 100 most recent versions.
15+
16+
You can do this through the Cloudflare dashboard or with [Wrangler's rollback command](/workers/wrangler/commands/#rollback)
17+
18+
Learn more about [versioned deployments](/workers/configuration/versions-and-deployments/) and [rollbacks](/workers/configuration/versions-and-deployments/rollbacks/).

0 commit comments

Comments
 (0)