Skip to content

Releases: opennextjs/opennextjs-netlify

plugin-nextjs: v4.37.1

17 May 09:41
1ea5fb4
Compare
Choose a tag to compare

4.37.1 (2023-05-17)

Bug Fixes

  • clientContext isn't available in background functions (#2121) (df0f6bc)
  • support named & default export for middleware in ntl dev (#2116) (b31f858)

plugin-nextjs: v4.37.0

15 May 12:25
e1a1b5d
Compare
Choose a tag to compare

4.37.0 (2023-05-15)

Features

  • split up API Routes + use .nft.json files to make builds fast (#2058) (d98efc1)

Bug Fixes

  • deps: update dependency @netlify/functions to ^1.5.0 (#2096) (2eba019)
  • deps: update dependency @netlify/functions to ^1.6.0 (#2107) (5ee2fce)
  • follow-up to split-api revalidate behaviour (#2113) (cce048a)
  • support api routes at index of folder (#2101) (cc9ed84)

plugin-nextjs: v4.36.1

08 May 15:30
80ef16e
Compare
Choose a tag to compare

4.36.1 (2023-05-08)

Bug Fixes

  • add shim for require('node:buffer') (#2050) (e007b08)
  • Legacy fallback env var (#2074) (aad9e5f)
  • make large lambda warning message more informative (#2057) (b4cb75b)
  • resolve next-server from next app directory and not from plugin (#2059) (38f34c7)
  • Respect pageExtensions config setting (#2073) (940cbbc)
  • update next to 13.3.0 & ensure compatibility (#2056) (75ed977)
  • workaround netlify-cli not matching prod (#2030) (fd29ea5)

next: v1.4.6

08 May 15:30
80ef16e
Compare
Choose a tag to compare

1.4.6 (2023-05-08)

Bug Fixes

  • update next to 13.3.0 & ensure compatibility (#2056) (75ed977)

plugin-nextjs: v4.36.0

24 Apr 16:59
9cf8723
Compare
Choose a tag to compare

4.36.0 (2023-04-24)

Features

Bug Fixes

  • default to target server, not serverless (#2060) (61c2458)

plugin-nextjs: v4.35.0

17 Apr 15:11
e745c26
Compare
Choose a tag to compare

4.35.0 (2023-04-17)

Features

Bug Fixes

  • ensure appDir routes with null dataRoutes are not added to edge manifest for rsc-data (#2044) (2f31acb)
  • now data routes for dynamic routes filter even when null when creating the RSC data router (#2041) (5fa1435)
  • typo in comment (#2049) (447b7d4)

plugin-nextjs: v4.34.0

11 Apr 08:41
c07fdb6
Compare
Choose a tag to compare

4.34.0 (2023-04-10)

Features

Bug Fixes

  • deps: update dependency @netlify/ipx to ^1.4.0 (#2031) (03f60bb)
  • routes with null data routes can be filtered now (#2018) (7c1673b)
  • support setting cookies from MiddlewareResponse (#2027) (a630ab4)

next: v1.4.5

11 Apr 08:41
c07fdb6
Compare
Choose a tag to compare

1.4.5 (2023-04-10)

Bug Fixes

  • support setting cookies from MiddlewareResponse (#2027) (a630ab4)

plugin-nextjs: v4.33.0

27 Mar 15:50
b489908
Compare
Choose a tag to compare

4.33.0 (2023-03-27)

Features

  • add generator meta data for framework generated Netlify Functions (#1999) (e5ddcd2)
  • refresh hooks api implementation (#1950) (fb93b54)

Bug Fixes

plugin-nextjs: v4.32.2

14 Mar 17:39
89904cb
Compare
Choose a tag to compare

4.32.2 (2023-03-14)

Bug Fixes

  • make error message matching more generic (#1988) (cfc8e96)