Core Changes
- Improve errors caused by Next.js client hook called in a server component: #44588
- Add updated flush handling on sigterm: #44614
- chore: improves console warnings related to edge runtime: #44563
- hmr error improvements: #30616
- feat(standalone): allow configuring
HOSTNAME
via env var: #44627 - Add experimental pre-compiled next-server: #43198
Documentation Changes
- Update subset validation in @next/font/google and fix CJK bug: #44594
- Update mdx docs example to show merging config: #44656
- docs: clarify default
basePath
value: #44642 - docs(middleware): add _next/image to match ignore: #44659
Example Changes
- remove unnecessary babel.config.js in react native web example: #43939
- Update to with-supertokens example: #44640
- Add support for rendering MDX as a server component: #44651
Misc Changes
- Update flakey styled-components test: #44613
- Temporarily disable Azure e2e tests: #44616
- Fix docs only change for canary: #44617
- Fix font unit test on Azure: #44618
- Fix paths for check-examples script: #44661
- Change test template to use TS and improve template for
app-dir
: #44227 - Replace usage of example.com in gssp-redirect tests: #44664
- Ensure yarn is used for next-with-deps: #44666
- Recommend next-with-deps for running examples: #44667
Credits
Huge thanks to @hanneslund, @nissy-dev, @styfle, @balazsorban44, @raulfdm, @feugy, @sokra, @rishabhpoddar, @JanKaifer, @timneutkens, and @wbinnssmith for helping!