Skip to content

Commit 8317b8c

Browse files
Version Packages (#407)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1e5cf09 commit 8317b8c

File tree

6 files changed

+26
-34
lines changed

6 files changed

+26
-34
lines changed

.changeset/five-balloons-walk.md

-5
This file was deleted.

.changeset/grumpy-trainers-learn.md

-9
This file was deleted.

.changeset/long-items-poke.md

-10
This file was deleted.

.changeset/warm-lizards-lick.md

-9
This file was deleted.

packages/cloudflare/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @opennextjs/cloudflare
22

3+
## 0.5.4
4+
5+
### Patch 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+
- [#409](https://github.com/opennextjs/opennextjs-cloudflare/pull/409) [`a604c85`](https://github.com/opennextjs/opennextjs-cloudflare/commit/a604c8512c90921e90293c1e96a71926930234db) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - make sure that instrumentation files work
10+
11+
currently [instrumentation files](https://nextjs.org/docs/app/building-your-application/optimizing/instrumentation)
12+
in applications built using the adapter are ignored, the changes here
13+
make sure that those are instead properly included in the applications
14+
15+
- [#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
16+
17+
Some dependencies of Next.js (`raw-body` and `send`) use `depd` to deprecate some of their functions,
18+
`depd` uses `eval` to generate a deprecated version of such functions, this causes `eval` warnings in
19+
the terminal even if these functions are never called, the changes here by patching the depd `wrapfunction`
20+
function so that it still retains the same type of behavior but without using `eval`
21+
22+
- [#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
23+
24+
currently `getCloudflareContext` run in sync mode at the top level of a not static route
25+
gives a misleading error message saying that the function needs to be run in a not static
26+
route, the changes here correct this error message clarifying that the problem actually is
27+
328
## 0.5.3
429

530
### Patch Changes

packages/cloudflare/package.json

+1-1
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.5.4",
55
"type": "module",
66
"scripts": {
77
"clean": "rimraf dist",

0 commit comments

Comments
 (0)