Releases: opennextjs/opennextjs-cloudflare
@opennextjs/cloudflare@1.6.2
Patch Changes
-
#820
c202302
Thanks @conico974! - Fix regional cache for the DOShardedTagCache -
#818
be6a492
Thanks @dario-piotrowicz! - fixdeploy
andupload
commands not taking into account environment variables -
#825
3de7962
Thanks @conico974! - Add an option to persist missing tags in the regional tag cache -
#816
c46eeee
Thanks @vicb! - bump @opennextjs/aws to 3.7.1See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.7.1
@opennextjs/cloudflare@1.6.1
Patch Changes
- #814
89ce96b
Thanks @james-elicx! - fix: wrangler config not passed to cache population
@opennextjs/cloudflare@1.6.0
@opennextjs/cloudflare@1.5.3
Patch Changes
- #804
72d8d5b
Thanks @alex-all3dp! - Fix missing SQL parameter bindings in D1NextModeTagCache.getLastRevalidated()
@opennextjs/cloudflare@1.5.2
Patch Changes
-
#785
e0f39b6
Thanks @vicb! - Cancel the unused stream (body) -
#789
040731c
Thanks @vicb! - cancel the body stream when unconsumed -
#795
d18cd9d
Thanks @sommeeeer! - fix(patches): Update patchInstrumentation and loadManifest to work with Next 15.4 -
#800
a3e7551
Thanks @vicb! - wrangler should not load .env files
@opennextjs/cloudflare@1.5.1
Patch Changes
-
#781
e984e8f
Thanks @vicb! - fallback to the upstream image content-type header -
#779
224a2f0
Thanks @petebacondarwin! - Ensure that thecloudflare
library is available at runtimePreviously it was only a
devDependency
which meant it was missing in real life installations of the tool.The error looked like:
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'cloudflare' imported from @opennextjs/cloudflare/dist/cli/commands/skew-protection.js
@opennextjs/cloudflare@1.5.0
@opennextjs/cloudflare@1.4.0
Minor Changes
-
#764
af963f0
Thanks @vicb! - Update @opennextjs/aws to 3.7.0
@opennextjs/cloudflare@1.3.1
Patch Changes
-
#738
b911c3e
Thanks @sommeeeer! - fix: support Next 14 experimental.serverComponentsExternalPackages -
#740
d8150d2
Thanks @sommeeeer! - feat(images): implement localPatterns for images -
#720
9ed8d8a
Thanks @james-elicx! - feat: pass cli arguments not used byopennextjs-cloudflare
to wranglerPreviously, arguments had to be provided after
--
e.g.opennextjs-cloudflare preview -- --port 12345
. This is no longer necessary, and they can be provided normally, e.g.opennextjs-cloudflare preview --port 12345
. -
#743
7a2fc7d
Thanks @vicb! - update @opennextjs/aws to 3.6.6 -
#712
2f6dd81
Thanks @vicb! - Drop the patch for NextServer#getMiddlewareManifest (taken care of by was)