Releases: opennextjs/opennextjs-netlify
Releases · opennextjs/opennextjs-netlify
v5.10.1
5.10.1 (2025-03-17)
Bug Fixes
- add more measures to prevent using data-cache for blob operations (#2775) (58cafc1)
v5.10.0
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
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
5.9.3 (2025-01-07)
Bug Fixes
- adjust middleware json data rewrite to work with recent next@canary (#2734) (5a602c3)
v5.9.2
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
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
5.9.0 (2024-12-09)
Features
Bug Fixes
- add data request query param to the cache key (#2701) (00e3a4b)
v5.8.1
5.8.1 (2024-10-21)
Bug Fixes
- create cache entries for fallback pages to support next@canary (#2649) (8ab259a)
v5.8.0
5.8.0 (2024-10-16)
Features
Bug Fixes
v5.7.4
5.7.4 (2024-10-09)
Bug Fixes
- handle non ASCII characters in cache-tag headers (#2645) (fcf2414)