Skip to content

Releases: opennextjs/opennextjs-netlify

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)

v5.7.1

06 Sep 14:03
eb9350b
Compare
Choose a tag to compare

5.7.1 (2024-09-06)

Bug Fixes

  • generate correct import path when 'src' directory is used and middleware imports wasm module (#2583) (b54b682)
  • update cache handler to accommodate changes in next@canary (#2572) (83f685e)

v5.7.0

26 Aug 16:22
733a021
Compare
Choose a tag to compare

5.7.0 (2024-08-26)

Features

Bug Fixes