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
10 changes: 0 additions & 10 deletions .changeset/brave-pandas-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-meals-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-mayflies-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-penguins-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-parents-switch.md

This file was deleted.

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

## 0.4.4

### Patch Changes

- 6103547: fix: provide a proper error message when using `getCloudflareContext` in static routes

`getCloudflareContext` can't be used in static routes, currently a misleading error
message incorrectly tells the developer that they haven't called `initOpenNextCloudflareForDev`
in their config file, this change updates such error message to properly clarify what
the issue is (and how to solve it)

- 0a6191d: fix the encoding of \_\_NEXT_PRIVATE_STANDALONE_CONFIG
- da7f8d8: fix: enable PPR with `wrangler dev`
- 714172d: fix: trailing slash redirect
- 0892679: fix: inline optional dependencies when bundling the server

## 0.4.3

### 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": "0.4.3",
"version": "0.4.4",
"type": "module",
"scripts": {
"clean": "rimraf dist",
Expand Down