Skip to content

Releases: vercel/next.js

v16.1.1-canary.13

05 Jan 23:31

Choose a tag to compare

v16.1.1-canary.13 Pre-release
Pre-release

Core Changes

  • chore: warn when running tests against stale build: #88001
  • Redesign default error pages with cleaner, more user-friendly UI: #87988
  • dx: avoid next-env.d.ts change in dev: #88103
  • prevent browser cache from using stale RSC responses from previous builds: #86554

Misc Changes

  • chore: add Claude Code configuration: #87943
  • test: reduce flakiness in opentelemetry test for prod mode: #88102
  • Rename CLAUDE.md to AGENTS.md with symlink: #88105

Credits

Huge thanks to @feedthejim, @huozhi, and @ztanner for helping!

v16.1.1-canary.12

04 Jan 23:32

Choose a tag to compare

v16.1.1-canary.12 Pre-release
Pre-release

Core Changes

  • fix: revalidateTag with profile should not trigger client cache invalidation: #88069

Credits

Huge thanks to @feedthejim for helping!

v16.1.1-canary.11

03 Jan 23:30

Choose a tag to compare

v16.1.1-canary.11 Pre-release
Pre-release

Misc Changes

  • fix: normalize CRLF line endings in jscodeshift tests on Windows: #88008

Credits

Huge thanks to @feedthejim for helping!

v16.1.1-canary.10

31 Dec 00:00

Choose a tag to compare

v16.1.1-canary.10 Pre-release
Pre-release

Misc Changes

  • chore(turbo-tasks-malloc): replace mimalloc-rspack to mimalloc: #87815

Credits

Huge thanks to @xusd320 for helping!

v16.1.1-canary.9

30 Dec 00:00

Choose a tag to compare

v16.1.1-canary.9 Pre-release
Pre-release

Core Changes

  • misc: fix type check log for CI envs: #87838

Misc Changes

  • Update Rspack production test manifest: #87889
  • Update Rspack development test manifest: #87888

Credits

Huge thanks to @feedthejim and @vercel-release-bot for helping!

v16.1.1-canary.8

28 Dec 23:49

Choose a tag to compare

v16.1.1-canary.8 Pre-release
Pre-release

Core Changes

  • [strict-route-types] Add experimental.strictRouteTypes config: #87378

Credits

Huge thanks to @eps1lon for helping!

v16.1.1-canary.7

28 Dec 11:23

Choose a tag to compare

v16.1.1-canary.7 Pre-release
Pre-release

Core Changes

  • Add experimental routing package for resolving adapter routes: #86404
  • Ensure outputs are correct with cache components in deployment adapters: #87018
  • Move off of deprecated url.parse: #87257

Credits

Huge thanks to @ijjk and @eps1lon for helping!

v16.1.1-canary.6

26 Dec 23:30

Choose a tag to compare

v16.1.1-canary.6 Pre-release
Pre-release

Misc Changes

  • [test] Move off of as much url.parse as possible: #87286

Credits

Huge thanks to @eps1lon for helping!

v16.1.1-canary.5

23 Dec 23:39

Choose a tag to compare

v16.1.1-canary.5 Pre-release
Pre-release

Example Changes

  • fix: Change Dockerfile.bun to use group/useradd instead of addgroup/user: #87443
  • fix(examples): resolve hydration mismatch in blog-starter: #87703

Credits

Huge thanks to @pji2918 and @nathannewyen for helping!

v16.1.1

22 Dec 18:40
@bgw bgw

Choose a tag to compare

Note

This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

Huge thanks to @sokra and @ztanner for helping!