Skip to content

Commit 596f924

Browse files
Version Packages (#1271)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 802047e commit 596f924

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/skew-protection-filter-non-upload-versions.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/cloudflare/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @opennextjs/cloudflare
22

3+
## 1.19.11
4+
5+
### Patch Changes
6+
7+
- [#1270](https://github.com/opennextjs/opennextjs-cloudflare/pull/1270) [`802047e`](https://github.com/opennextjs/opennextjs-cloudflare/commit/802047e7fd30c5533d5b4f754f281bc7a3fd4720) Thanks [@alex-all3dp](https://github.com/alex-all3dp)! - fix: skip non-upload-triggered worker versions when building skew-protection deployment mapping
8+
9+
Worker versions created by metadata-only operations (e.g. Cloudflare API secret updates) do not include the static assets bundle. Previously, such versions could become the "latest" target in the skew-protection mapping, causing `/_next/static/*` requests to return 404 on past deployments. Versions are now filtered to those with `workers/triggered_by` in `{upload, version_upload}`.
10+
11+
Closes #1230
12+
313
## 1.19.10
414

515
### Patch Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opennextjs/cloudflare",
33
"description": "Cloudflare builder for next apps",
4-
"version": "1.19.10",
4+
"version": "1.19.11",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)