Skip to content

Releases: opennextjs/opennextjs-netlify

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)

v5.7.3

01 Oct 18:00
19bdbc5
Compare
Choose a tag to compare

5.7.3 (2024-10-01)

Bug Fixes

  • handle middleware redirects to default locale and same path (#2636) (f0fa7d0)

v5.7.2

18 Sep 16:03
860bb9f
Compare
Choose a tag to compare

5.7.2 (2024-09-17)

Bug Fixes

  • use durable cache when serving stale response (#2591) (79e2a2c)