Core Changes
- Sync types of
NextNodeServer
andBaseServer
: #62694 - Clickable stack trace links in logged terminal errors: #71940
- refactor: replace withWorkStore with createWorkStore and run: #72159
@next/codemod
: Usenpm view
to support NPM registry mirrors: #72123- [Testing] Export utilities to help test middleware and next.config.js routing: #70731
- perf: merge app metadata route and rsc layer: #71167
- skip seeding prefetch cache in development: #72191
Example Changes
- examples: Add .npmrc to Dockerfile to support custom npm configs: #72132
Misc Changes
- fix: use
satisfies
operator instead of type intailwind.config.ts
: #72121 - docs: fix code block extension for
cacheLife
: #72171 - Document default values in cookies options: #72183
- perf(turbo-tasks): Call
.shrink_to_fit()
on common collection types when constructing a cell: #72113
Credits
Huge thanks to @JamBalaya56562, @alecmev, @ytori, @eps1lon, @wyattjoh, @bartlangelaan, @karlhorky, @AliReza99, @mknichel, @bgw, @huozhi, and @ztanner for helping!