Skip to content

Releases: netlify/next-runtime

next: v1.4.9

03 Jul 10:46
e1a3dc0
Compare
Choose a tag to compare

1.4.9 (2023-07-03)

Bug Fixes

next: v1.4.8

26 Jun 15:55
20d9a3b
Compare
Choose a tag to compare

1.4.8 (2023-06-26)

Bug Fixes

  • Return MiddlewareResponse obj for rewrite (#2159) (0eda10b)

plugin-nextjs: v4.38.1

22 Jun 09:35
ff2c550
Compare
Choose a tag to compare

4.38.1 (2023-06-22)

Bug Fixes

  • deps: update dependency @netlify/ipx to ^1.4.1 (#2167) (c295bc2)
  • optionally chain server functions when selecting react version (#2179) (e63fcf0)

plugin-nextjs: v4.38.0

16 Jun 15:22
a466a83
Compare
Choose a tag to compare

4.38.0 (2023-06-16)

Features

  • provide display name for split api routes (#2155) (10250a0)

Bug Fixes

  • bundle dynamic API routes correctly with split-api-routes (#2154) (dc7c479)
  • ensure next-server patches only run on Netlify (#2117) (6bdaec1)
  • ensures compatibility with Next.js 13.4 (support for some features still en-route) (9f85472)
  • new ISR cache handling to resolve regression in 13.4 (#2165) (6817cc9)
  • strip domain from ipx edge functions path (#2098) (#2099) (c9ab983)
  • uses pre-bundled React modules for App Router paths (9f85472)

next: v1.4.7

16 Jun 15:22
a466a83
Compare
Choose a tag to compare

1.4.7 (2023-06-16)

Bug Fixes

  • ensures compatibility with Next.js 13.4 (support for some features still en-route) (9f85472)
  • uses pre-bundled React modules for App Router paths (9f85472)

plugin-nextjs: v4.37.4

30 May 15:50
c9ec005
Compare
Choose a tag to compare

4.37.4 (2023-05-30)

Bug Fixes

  • pass only first language to next-server to match platform redirects support (#2138) (aca3dc6)

plugin-nextjs: v4.37.3

30 May 12:39
d133903
Compare
Choose a tag to compare

4.37.3 (2023-05-30)

Bug Fixes

plugin-nextjs: v4.37.2

22 May 15:14
e02e6c9
Compare
Choose a tag to compare

4.37.2 (2023-05-22)

Bug Fixes

  • checks when Next.js' implementation of ResponseCookies._headers is undefined now (#2119) (f051e22)
  • don't deploy metadata files to CDN (#2104) (ba3a430)
  • guard split api routes behaviour by next version (#2125) (a8bb0e3)
  • resolve follow-redirects from runtime package, so it's available also in auto-installs (#2124) (49ada27)

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)