Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/next.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.1.5
Choose a base ref
...
head repository: vercel/next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.1.6
Choose a head ref
  • 6 commits
  • 41 files changed
  • 8 contributors

Commits on Jan 27, 2026

  1. [backport] Upgrade to swc 54 (#88207) (#89103)

    Backports #88207
    For this issue #88822
    
    Also includes df12b89 to get CI working
    mischnic authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    23c4649 View commit details
    Browse the repository at this point in the history
  2. backport: implement LRU cache with invocation ID scoping for minimal …

    …mode response cache (#89122)
    
    Backports:
    - #88509
    
    Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
    ztanner and wyattjoh authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    4324698 View commit details
    Browse the repository at this point in the history
  3. tweak LRU sentinel cache key (#89123)

    We originally prefixed the TTL sentinel with the null-byte separator to
    avoid collisions with real invocation IDs, but that makes
    `extractInvocationID` return "ttl" instead of undefined for TTL-mode
    keys.
    
    This switches to a reserved magic string sentinel so TTL-mode entries
    are correctly treated as “no invocation ID”.
    ztanner committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    d6d5734 View commit details
    Browse the repository at this point in the history
  4. Backport/docs fixes jan 25 16.1.x (#89124)

    Backport new guide and glossary update.
    
    ---------
    
    Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
    Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>
    3 people authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    a43df32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    098c0c0 View commit details
    Browse the repository at this point in the history
  6. v16.1.6

    nextjs-bot committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    adf8c61 View commit details
    Browse the repository at this point in the history
Loading