Core Changes
- Add top-level trace include/exclude config: #44605
- Add warning when mismatching @next/swc version is being used: #45880
- Ensure terminal sequence is reset on dev exit: #45881
- chore(deps): upgrade cross-spawn to 7.0.3: #45839
- Server Router Improvements: #45716
- Use details tag in collapsed call stacks: #45907
- Rename manifest file names: #45877
next/navigation
Typescript support forpages/
: #45919- Improve server-only imported in external package error: #45749
- Make app-render error logging less verbose in dev: #45472
- fix: proper type for typed
Link
: #45915
Documentation Changes
- Update
NextResponse
section in Middleware docs: #45913
Example Changes
- Add
MDXComponents
type touseMDXComponents
: #45737
Misc Changes
- test(integration): allow to partially skip retry: #45914
- Fix flaky rsc-build-error test: #45896
- Remove action adding "linear" label which is not used anymore: #45911
- Replace yarn with pnpm in
createTestDir()
: #45878 - test: update flaky app dir test: #45921
- Include
tsconfig.json
in tests: #45879 - Use latest CLI for E2E tests: #45925
Credits
Huge thanks to @kwonoj, @Juneezee, @hanneslund, @JanKaifer, @SukkaW, @styfle, @wyattjoh, @huozhi, @michaeloliverx, @shuding, and @imranbarbhuiya for helping!