Skip to content

Commit 0f72847

Browse files
Update src/content/changelog/workers/2025-08-08-support-long-branch-names-preview-aliases.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent f5655a5 commit 0f72847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-08-08-support-long-branch-names-preview-aliases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ date: 2025-08-14T01:00:00Z
88

99
We've updated [preview URLs](/workers/configuration/previews/) for Cloudflare Workers to support long branch names.
1010

11-
Previously, branch and Worker names exceeding the 63-character DNS limit would cause alias generation to fail, leaving pull requests without aliased preview URLs. This particularly impacted teams relying on descriptive branch naming.
11+
Previously, if your branch name or Worker names exceeded 63 characters, no preview URL was created. This happened because each preview URL exists on its own subdomain, and the DNS record for a subdomain cannot be longer than 63 characters.
1212

1313
Now, Cloudflare automatically truncates long branch names and appends a unique hash, ensuring every pull request gets a working preview link.
1414

0 commit comments

Comments
 (0)