Skip to content
Open
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
17 changes: 17 additions & 0 deletions .changeset/auto-_vinext_cloudflare_1.0.0-beta.6-5d0b530.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@vinext/cloudflare": minor
"vinext": minor
---

- fix(cloudflare): verify Worker version IDs during CDN warmup (#3072)
- fix(build): validate CDN warm discovery and deploy inputs (#3057)
- fix(cloudflare): complete warmup response and promotion contracts (#3046)
- fix(cloudflare): harden canonical RSC warmup end to end (#3040)
- feat(cloudflare): configure warmup promotion delay (#3017)
- feat(cloudflare): allow warmup without promotion (#3016)
- fix(cloudflare): default CDN warmup concurrency to 25 (#3015)
- feat(cloudflare): prewarm canonical ISR RSC requests (#3002)
- fix(app-router): support soft navigation in static exports (#3112)
- fix(build): support trailing-slash static exports (#3081)
- fix(app-router): validate interception context identity (#3078)
- fix(app): authenticate static file signals (#3077)
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"auto-_vinext_cloudflare_1.0.0-beta.4-25a33ce",
"auto-_vinext_cloudflare_1.0.0-beta.5-3ec5bdc",
"auto-_vinext_cloudflare_1.0.0-beta.6-52c81f3",
"auto-_vinext_cloudflare_1.0.0-beta.6-5d0b530",
"auto-_vinext_cloudflare_1.0.0-beta.6-ff3b722",
"enter-v1-beta"
]
Expand Down
27 changes: 27 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @vinext/cloudflare

## 1.0.0-beta.7

### Features

#### Cloudflare

- configure warmup promotion delay (#3017)
- allow warmup without promotion (#3016)
- prewarm canonical ISR RSC requests (#3002)

### Bug Fixes

#### Cloudflare

- verify Worker version IDs during CDN warmup (#3072)
- complete warmup response and promotion contracts (#3046)
- harden canonical RSC warmup end to end (#3040)
- default CDN warmup concurrency to 25 (#3015)

#### Misc

- **Build:** validate CDN warm discovery and deploy inputs (#3057)

### Contributors

- @james-elicx

## 1.0.0-beta.6

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinext/cloudflare",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Cloudflare adapters for vinext (KV data cache and Images-backed image optimization).",
"homepage": "https://vinext.dev/",
"license": "MIT",
Expand Down
26 changes: 26 additions & 0 deletions packages/vinext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# vinext

## 1.0.0-beta.9

### Features

- **Cloudflare:** prewarm canonical ISR RSC requests (#3002)

### Bug Fixes

#### Cloudflare

- verify Worker version IDs during CDN warmup (#3072)
- complete warmup response and promotion contracts (#3046)
- harden canonical RSC warmup end to end (#3040)

#### Misc

- **App Router:** support soft navigation in static exports (#3112)
- **Build:** support trailing-slash static exports (#3081)
- **App Router:** validate interception context identity (#3078)
- **App:** authenticate static file signals (#3077)
- **Build:** validate CDN warm discovery and deploy inputs (#3057)

### Contributors

- @james-elicx

## 1.0.0-beta.8

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vinext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinext",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Run Next.js apps on Vite. Drop-in replacement for the next CLI.",
"homepage": "https://vinext.dev/",
"license": "MIT",
Expand Down