Skip to content

Releases: opennextjs/opennextjs-netlify

v5.14.5

04 Nov 11:30
f948833

Choose a tag to compare

5.14.5 (2025-11-03)

Bug Fixes

  • add Buffer shim if is not globally available, adjust process and AsyncLocalStorage shims to only be applied when not available (#3222) (e536181)

Performance Improvements

  • use conditional blob gets if same blob was fetched before for previous requests (#3218) (2c6b3f5)

v5.14.4

27 Oct 17:15
e21e884

Choose a tag to compare

5.14.4 (2025-10-27)

Bug Fixes

  • incorrect output path of middleware nft for Next.js 16 (#3211) (ff5479e)
  • remove duplicate fetch span (#3202) (ed475ee)

v5.14.3

21 Oct 20:54
2c434e7

Choose a tag to compare

5.14.3 (2025-10-21)

Bug Fixes

v5.14.2

21 Oct 16:51
e3fc929

Choose a tag to compare

5.14.2 (2025-10-21)

Bug Fixes

  • swap @opentelemetry packages for @netlify/otel (#3170) (0acd8a6)

v5.14.1

21 Oct 15:08
cbdd9da

Choose a tag to compare

5.14.1 (2025-10-21)

Bug Fixes

  • support revalidateTag SWR in 'use cache' handler (#3180) (a90d2e5)

v5.14.0

15 Oct 09:02
d2460b3

Choose a tag to compare

5.14.0 (2025-10-14)

Features

v5.13.5

07 Oct 07:03
3d9c3a1

Choose a tag to compare

5.13.5 (2025-10-06)

Bug Fixes

  • bundle edge-runtime assets for turbopack builds (a6063c9)
  • exclude musl binaries from function bundle when building on Netlify with pnpm monorepos (a6063c9)

v5.13.4

01 Oct 16:40
073b2cc

Choose a tag to compare

5.13.4 (2025-10-01)

Bug Fixes

  • exclude musl binaries from function bundle when building on Netlify with pnpm (#3145) (d11382c)

v5.13.3

17 Sep 14:25
b27539a

Choose a tag to compare

5.13.3 (2025-09-16)

Bug Fixes

  • handle node middleware bundling when pnpm is used (#3126) (c29381e)
  • produce relative redirect location url for same origin (#3129) (9f42311)

v5.13.2

12 Sep 17:57
c401da9

Choose a tag to compare

5.13.2 (2025-09-12)

Bug Fixes

  • allow dot files in function bundle (#3118) (8cd51b5)
  • revert "fix(perf): exclude /_next/static/* from generated functions (#3100)" (8e14a76)