Releases: opennextjs/opennextjs-cloudflare
@opennextjs/[email protected]
Patch Changes
-
#828
d00b3a1Thanks @vicb! - bump @opennextjs/aws to 3.7.2See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.7.2
-
#830
daf36faThanks @vicb! - detect more image typesSync of vercel/next.js#82118
-
#832
67e71b9Thanks @vicb! - fix: --noMinify stop minifying the bundle
@opennextjs/[email protected]
Patch Changes
-
#820
c202302Thanks @conico974! - Fix regional cache for the DOShardedTagCache -
#818
be6a492Thanks @dario-piotrowicz! - fixdeployanduploadcommands not taking into account environment variables -
#825
3de7962Thanks @conico974! - Add an option to persist missing tags in the regional tag cache -
#816
c46eeeeThanks @vicb! - bump @opennextjs/aws to 3.7.1See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.7.1
@opennextjs/[email protected]
Patch Changes
- #814
89ce96bThanks @james-elicx! - fix: wrangler config not passed to cache population
@opennextjs/[email protected]
@opennextjs/[email protected]
Patch Changes
- #804
72d8d5bThanks @alex-all3dp! - Fix missing SQL parameter bindings in D1NextModeTagCache.getLastRevalidated()
@opennextjs/[email protected]
Patch Changes
-
#785
e0f39b6Thanks @vicb! - Cancel the unused stream (body) -
#789
040731cThanks @vicb! - cancel the body stream when unconsumed -
#795
d18cd9dThanks @sommeeeer! - fix(patches): Update patchInstrumentation and loadManifest to work with Next 15.4 -
#800
a3e7551Thanks @vicb! - wrangler should not load .env files
@opennextjs/[email protected]
Patch Changes
-
#781
e984e8fThanks @vicb! - fallback to the upstream image content-type header -
#779
224a2f0Thanks @petebacondarwin! - Ensure that thecloudflarelibrary is available at runtimePreviously it was only a
devDependencywhich 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/[email protected]
@opennextjs/[email protected]
Minor Changes
-
#764
af963f0Thanks @vicb! - Update @opennextjs/aws to 3.7.0
@opennextjs/[email protected]
Patch Changes
-
#738
b911c3eThanks @sommeeeer! - fix: support Next 14 experimental.serverComponentsExternalPackages -
#740
d8150d2Thanks @sommeeeer! - feat(images): implement localPatterns for images -
#720
9ed8d8aThanks @james-elicx! - feat: pass cli arguments not used byopennextjs-cloudflareto 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
7a2fc7dThanks @vicb! - update @opennextjs/aws to 3.6.6 -
#712
2f6dd81Thanks @vicb! - Drop the patch for NextServer#getMiddlewareManifest (taken care of by was)