Core Changes
- Log fetch requests during client-side navigation: #67925
- Fix fetch logging in edge runtime: #67952
- fix: merged middleware cookies should preserve options: #67956
- feat: disable development logging by setting
logging: false
in next config: #67590 - Add experimental flag for chunk failure handling during app navigation: #67926
- Do not limit the number of fetch requests that are logged: #67957
- Fix a bug in the webpack-sources patch that happens sometimes when using the webpack cache: #67928
Example Changes
- Examples: Updated the example of headers to utilize the App Router: #67920
- Updated/Migrated next-css example to the App Router: #67942
Misc Changes
- Exclude aarch64-pc-windows-msvc instead of x86_64 for preview build: #67927
- fix retrieval of deploy test build logs: #67971
- capture test-deploy stderr in cliOutput: #67976
- Print Redbox content if
assertNoRedbox
fails: #67973
Credits
Huge thanks to @Sam-Phillemon9493, @Shruthireddy04, @unstubbable, @ztanner, @devjiwonchoi, @ijjk, @eps1lon, and @mknichel for helping!