Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/skew-protection-filter-non-upload-versions.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @opennextjs/cloudflare

## 1.19.11

### Patch Changes

- [#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

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}`.

Closes #1230

## 1.19.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opennextjs/cloudflare",
"description": "Cloudflare builder for next apps",
"version": "1.19.10",
"version": "1.19.11",
"type": "module",
"scripts": {
"clean": "rimraf dist",
Expand Down
Loading