Skip to content

Releases: opennextjs/opennextjs-netlify

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)

v5.9.2

20 Dec 16:02
c3e328c
Compare
Choose a tag to compare

5.9.2 (2024-12-20)

Bug Fixes

  • make revalidateTags no-op when list of tags is empty (#2727) (38e58b3)
  • set user agent for purge requests (#2730) (871f7b9)

v5.9.1

18 Dec 14:12
6a2c39c
Compare
Choose a tag to compare

5.9.1 (2024-12-18)

Bug Fixes

  • use version of htmlrewriter which does not make use of asyncify, which looks to have a potential memory leak under high load (#2721) (4d7ad97)

v5.9.0

18 Dec 12:22
0a6cc37
Compare
Choose a tag to compare

5.9.0 (2024-12-09)

Features

Bug Fixes

  • add data request query param to the cache key (#2701) (00e3a4b)

v5.8.1

21 Oct 19:43
5212b64
Compare
Choose a tag to compare

5.8.1 (2024-10-21)

Bug Fixes

  • create cache entries for fallback pages to support next@canary (#2649) (8ab259a)

v5.8.0

16 Oct 11:06
68910b0
Compare
Choose a tag to compare

5.8.0 (2024-10-16)

Features

Bug Fixes

v5.7.4

09 Oct 10:30
7abd5f3
Compare
Choose a tag to compare

5.7.4 (2024-10-09)

Bug Fixes

  • handle non ASCII characters in cache-tag headers (#2645) (fcf2414)