Skip to content

Releases: opennextjs/opennextjs-netlify

v5.10.7

18 Apr 14:08
0279770
Compare
Choose a tag to compare

5.10.7 (2025-04-18)

Bug Fixes

  • cookies set in middleware accessible during the same request (#2847) (263853b)

v5.10.6

15 Apr 18:18
de22449
Compare
Choose a tag to compare

5.10.6 (2025-04-15)

Bug Fixes

  • narrow down mismatch content warning to non-304 responses (#2826) (5ecd720)
  • RSC responses when using middleware rewrites or redirects for cacheable page being served for html requests (#2843) (9c8353b)

v5.10.5

11 Apr 11:33
92beff4
Compare
Choose a tag to compare

5.10.5 (2025-04-11)

Bug Fixes

v5.10.4

07 Apr 13:55
025e4e1
Compare
Choose a tag to compare

5.10.4 (2025-04-07)

Bug Fixes

  • add debug information around potential html/rsc response mismatches (#2816) (70f9b15)
  • handle case of zero-length cacheable route handler responses (#2819) (530d2c5)

v5.10.3

03 Apr 15:36
04a2c70
Compare
Choose a tag to compare

5.10.3 (2025-04-03)

Bug Fixes

  • don't set permanent caching header when res.revalidate() was used (#2810) (0e7e3a2)
  • improved cdn cache hooks for dynamic 404 pages (#2786) (b4f04e3)

v5.10.2

01 Apr 10:23
e27a73b
Compare
Choose a tag to compare

5.10.2 (2025-03-31)

Performance Improvements

  • memoize blobs requests in the request scope (#2777) (a2881bf)

v5.10.1

19 Mar 17:51
8675b3e
Compare
Choose a tag to compare

5.10.1 (2025-03-17)

Bug Fixes

  • add more measures to prevent using data-cache for blob operations (#2775) (58cafc1)

v5.10.0

10 Mar 10:59
23b1f37
Compare
Choose a tag to compare

5.10.0 (2025-03-07)

Features

  • make CDN SWR background revalidation discard stale cache content in order to produce fresh responses (#2765) (f8004d7)

Bug Fixes

  • apply caching headers to pages router 404 with getStaticProps (#2764) (3301077)
  • don't cache POST when serving embedded static html (#2766) (28217d4)
  • dynamic not-prerendered routes revalidate tracking for next@>=v15.2.1-canary.4 (b242927)
  • narrow down middleware i18n locale matcher to concrete locales (#2768) (f3e24b1)
  • set immutable cache-control for _next/static (#2767) (5bd68dd)

v5.9.4

22 Jan 17:48
503d547
Compare
Choose a tag to compare

5.9.4 (2025-01-22)

Bug Fixes

  • ensure background work is finished when response has 3xx or 5xx status code (#2742) (ff2632f)
  • use uint8array for htmlrewriter wasm module instead of base64 (25f6f30)
  • use uint8array for user's wasm modules used in middleware instead of base64 (#2740) (aab8803)

v5.9.3

07 Jan 10:56
7e932bc
Compare
Choose a tag to compare

5.9.3 (2025-01-07)

Bug Fixes

  • adjust middleware json data rewrite to work with recent next@canary (#2734) (5a602c3)