Skip to content

Commit e0c9ce3

Browse files
Version Packages
1 parent 9a89f04 commit e0c9ce3

File tree

5 files changed

+22
-25
lines changed

5 files changed

+22
-25
lines changed

.changeset/five-balloons-walk.md

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

.changeset/long-items-poke.md

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

.changeset/warm-lizards-lick.md

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

packages/cloudflare/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#320](https://github.com/opennextjs/opennextjs-cloudflare/pull/320) [`ff2dd55`](https://github.com/opennextjs/opennextjs-cloudflare/commit/ff2dd55aa5645f9c54b064ced02719ff83321a04) Thanks [@james-elicx](https://github.com/james-elicx)! - feat: d1 adapter for the tag cache
8+
9+
### Patch Changes
10+
11+
- [#410](https://github.com/opennextjs/opennextjs-cloudflare/pull/410) [`d30424b`](https://github.com/opennextjs/opennextjs-cloudflare/commit/d30424baff219792a52e3b6c766398189be5f19e) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - remove `eval` calls introduced by `depd` wrapped functions
12+
13+
Some dependencies of Next.js (`raw-body` and `send`) use `depd` to deprecate some of their functions,
14+
`depd` uses `eval` to generate a deprecated version of such functions, this causes `eval` warnings in
15+
the terminal even if these functions are never called, the changes here by patching the depd `wrapfunction`
16+
function so that it still retains the same type of behavior but without using `eval`
17+
18+
- [#404](https://github.com/opennextjs/opennextjs-cloudflare/pull/404) [`12d385d`](https://github.com/opennextjs/opennextjs-cloudflare/commit/12d385d84ff0ab7e3475cd9fea01d03b6876c46d) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix incorrect (sync) `getCloudflareContext` error message
19+
20+
currently `getCloudflareContext` run in sync mode at the top level of a not static route
21+
gives a misleading error message saying that the function needs to be run in a not static
22+
route, the changes here correct this error message clarifying that the problem actually is
23+
324
## 0.5.3
425

526
### 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.5.3",
4+
"version": "0.6.0",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)