Skip to content

Releases: opennextjs/opennextjs-netlify

v5.13.2

12 Sep 17:57
c401da9
Compare
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)

v5.13.1

08 Sep 16:14
0b13775
Compare
Choose a tag to compare

5.13.1 (2025-09-08)

Bug Fixes

  • perf: exclude /_next/static/* from generated functions (#3100) (5e28132)

v5.13.0

03 Sep 10:08
cfe606f
Compare
Choose a tag to compare

5.13.0 (2025-09-02)

Features

Bug Fixes

v5.12.1

20 Aug 19:03
c72bc33
Compare
Choose a tag to compare

5.12.1 (2025-08-20)

Bug Fixes

  • fail build/deploy when using not yet unsupported Node.js Midleware (#3016) (8c86b77)

v5.12.0

31 Jul 18:06
ae2e201
Compare
Choose a tag to compare

5.12.0 (2025-07-31)

Features

v5.11.6

14 Jul 18:16
e7318fd
Compare
Choose a tag to compare

5.11.6 (2025-07-14)

Bug Fixes

  • handle edge runtime pages and middleware for turbopack builds (#3009) (42eeab8)

v5.11.5

10 Jul 11:49
70786c1
Compare
Choose a tag to compare

5.11.5 (2025-07-10)

Bug Fixes

  • glob subdirectories in server/chunks to support turbopack builds (#2987) (e7bf18f)

v5.11.4

24 Jun 17:56
a31456e
Compare
Choose a tag to compare

5.11.4 (2025-06-24)

Bug Fixes

v5.11.3

17 Jun 14:45
5f86878
Compare
Choose a tag to compare

5.11.3 (2025-06-17)

Bug Fixes

  • don't 404 on prefetches to fully static pages router pages when middleware is present (#2957) (7af10ec)

v5.11.2

21 May 11:03
5e7bfdb
Compare
Choose a tag to compare

5.11.2 (2025-05-21)

Bug Fixes

  • address edge can read request body failures (#2890) (5489c0d)
  • ensure internal x-middleware-set-cookie header is not passed on to lambda (#2891) (b3ab558)
  • handle case of env not being defined for edge functions (#2936) (ca1b7e8)
  • only set permament caching header when reading html file when it's not during server initialization AND when read html is Next produced fully static html (#2935) (6a8ef66)