Releases: opennextjs/opennextjs-netlify
Releases · opennextjs/opennextjs-netlify
v5.10.4
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
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
5.10.2 (2025-03-31)
Performance Improvements
- memoize blobs requests in the request scope (#2777) (a2881bf)
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)