Skip to content

Commit 5a3555e

Browse files
Version Packages (#369)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2e48d4f commit 5a3555e

File tree

5 files changed

+17
-20
lines changed

5 files changed

+17
-20
lines changed

.changeset/few-ducks-listen.md

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

.changeset/selfish-bananas-nail.md

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

.changeset/witty-baboons-smile.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 82bb588: feat: basic in-memory de-duping revalidation queue
8+
9+
### Patch Changes
10+
11+
- 2e48d4f: fix: make sure that fetch cache `set`s are properly awaited
12+
13+
Next.js does not await promises that update the incremental cache for fetch requests,
14+
that is needed in our runtime otherwise the cache updates get lost, so this change
15+
makes sure that the promise is properly awaited via `waitUntil`
16+
17+
- 0c26049: fix path to file template in `open-next.config.ts`.
18+
319
## 0.4.8
420

521
### 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": "0.4.8",
4+
"version": "0.5.0",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)