Skip to content

Releases: opennextjs/opennextjs-cloudflare

@opennextjs/[email protected]

04 Jul 12:14
2797c3f
Compare
Choose a tag to compare

@opennextjs/[email protected]

20 Jun 13:15
56f53c3
Compare
Choose a tag to compare

Patch Changes

  • #730 ae31733 Thanks @vicb! - add tests for remote patterns

  • #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 by opennextjs-cloudflare to wrangler

    Previously, 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

    3.6.6 Release notes

  • #712 2f6dd81 Thanks @vicb! - Drop the patch for NextServer#getMiddlewareManifest (taken care of by was)

@opennextjs/[email protected]

14 Jun 01:07
689327d
Compare
Choose a tag to compare

Minor Changes

  • #727 36119c0 Thanks @vicb! - Enforce remotePatterns when fetching external images

@opennextjs/[email protected]

06 Jun 12:33
dd5150d
Compare
Choose a tag to compare

Patch Changes

@opennextjs/[email protected]

05 Jun 10:29
5f197fc
Compare
Choose a tag to compare

Minor Changes

  • #696 de6a6cd Thanks @vicb! - Add the routePreloadingBehavior to the options of defineCloudflareConfig.

    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]

28 May 11:45
e16868f
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@opennextjs/[email protected]

20 May 16:21
6821828
Compare
Choose a tag to compare

Patch Changes

@opennextjs/[email protected]

16 May 15:27
837b7cf
Compare
Choose a tag to compare

Patch Changes

@opennextjs/[email protected]

09 May 19:25
094c7a6
Compare
Choose a tag to compare

Patch Changes

  • #656 a20d2df Thanks @conico974! - revert to using an external middleware

    This 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]

07 May 15:32
7066330
Compare
Choose a tag to compare

Patch Changes