Releases: opennextjs/opennextjs-cloudflare
@opennextjs/[email protected]
Minor Changes
-
#764
af963f0
Thanks @vicb! - Update @opennextjs/aws to 3.7.0
@opennextjs/[email protected]
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)
@opennextjs/[email protected]
@opennextjs/[email protected]
@opennextjs/[email protected]
Minor Changes
-
#696
de6a6cd
Thanks @vicb! - Add theroutePreloadingBehavior
to the options ofdefineCloudflareConfig
.The default is set to "none" as other values might increase CPU usage on cold starts.
Patch Changes
-
#700
56e9366
Thanks @vicb! - perf: drop@ampproject/toolbox-optimizer
to reduce the server bundle size -
#689
64a10a6
Thanks @sommeeeer! - fix: Ensure the protocol is correct for redirects in server actions during preview mode -
#710
903ad45
Thanks @vicb! - perf: drop babel to reduce the server bundle size
@opennextjs/[email protected]
Minor Changes
-
#655
2c819c6
Thanks @conico974! - Automatic Cache API purge -
#500
5142788
Thanks @conico974! - add regional replicas for the sharded tag cache -
#496
298fd4e
Thanks @conico974! - add an optional cache for the durable queue
Patch Changes
@opennextjs/[email protected]
Patch Changes
-
#675
e6040bc
Thanks @conico974! - add acloudflare.dangerousDisableConfigValidation
config option to not throw on validation of the config -
#674
ec9ea58
Thanks @conico974! - fix blockConcurrencyWhile on DO queue -
#672
9188e67
Thanks @conico974! - bump aws to 3.6.2. More details about the fixes can be found here: https://github.com/opennextjs/opennextjs-aws/blob/main/packages/open-next/CHANGELOG.md#362
@opennextjs/[email protected]
Patch Changes
-
#666
e87d8bb
Thanks @conico974! - fix fetch insideuse cache
in ISR -
#599
7b06a42
Thanks @james-elicx! - Fix multiple Windows path issues.
@opennextjs/[email protected]
Patch Changes
-
#656
a20d2df
Thanks @conico974! - revert to using an external middlewareThis will reduce cpu time for anything coming from the routing layer (i.e. redirects, rewrites, middleware response or when using cache interception)
@opennextjs/[email protected]
Patch Changes
- #648
cb3a2f2
Thanks @conico974! - fix cache population hanging