Core Changes
- Add additional item to RSC payload, preparing for head.tsx on navigation: #42791
- Use window.location directly instead of parsing into URL: #42888
- feat(next-swc/relay): Add
javascript
to language: #42894 - types(#42003): better typing for
next/link
: #42117 - Ensure query is provided correctly with middleware rewrites: #42818
- feat(next/swc): allow to run custom turbopack binary: #42656
- fix: Error: NEXT_REDIRECT crashing server in prod: #42793
- Update caching for swc turbo builds: #42929
Documentation Changes
- Update docs/advanced-features/debugging.md: #42842
- docs(edge-api-routes): fixes example: #42903
- Update SFCC example to use TypeScript +
@next/font
: #42865 - Add more details to invalid-next-config doc: #42917
Example Changes
- docs(examples): auth0 update callback URL: #42855
- Updates Apollo Server Examples to use Apollo Server 4 & @as-integrations/next: #42771
- Improve
with-algolia-react-instantsearch
example and convert to TypeScript: #42617 - Convert blog cover images to next/image: #42908
- Make cover image full width: #42916
- Convert
with-app-layout
example to TypeScript: #42930 - Tigris example with Next.js: #42662
Misc Changes
- Update to latest version of turbo CLI: #42803
Credits
Huge thanks to @andykenward, @idoob, @maxproske, @KoltonG, @timneutkens, @feugy, @leerob, @steven-tey, @kdy1, @SukkaW, @kwonoj, @adilansari, and @hanneslund for helping!