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.2.6
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.2.7
Choose a head ref
  • 13 commits
  • 695 files changed
  • 28 contributors

Commits on May 12, 2026

  1. Backport documentation fixes for v16.2 (#93804)

    ## Summary
    
    Backports documentation fixes and improvements from canary to the
    `next-16-2` branch.
    
    ### Included commits:
    - eddbd54 docs: clarify that proxy/middleware matches static assets
    by default (#92441)
    - 43d1229 docs: clarify serverless runtime behavior for use cache
    (#92232)
    - 630d905 docs: add note on React canary version to View transitions
    guide (#92315)
    - 08f6f62 docs: note PPR default in cacheComponents reference
    (#92378)
    - 07182b5 docs: clarify cacheLife() cannot be called at module scope
    (#92326)
    - 7bb8e7d docs: add note on installing `server-only` in data security
    guide (#92445)
    - 6440b9e docs: update details about `unstable_retry()` behavior
    (#91827)
    - 246c5e1 docs: link updateTag from cacheTag reference (#92379)
    - a99d7fd docs: native db drivers with sync queries (#92572)
    - aef9105 docs: add Link transitionTypes version history (#92624)
    - db1d2cc docs(cli): clarify that `--debug-build-paths` requires
    route group folders in paths (#92618)
    - 82f3f48 docs: fix broken bun.sh Nextjs documentation link (#92698)
    - 5a15986 docs: add migration note for experimental cache flags to
    cacheComponents (#92318)
    - d1cf752 docs: draftMode alignment (#92794)
    - ccc6d36 docs: amends to preserving-ui-state guide (#92270)
    - 44e3208 docs: link Activity guide from Cache Components migration
    guide (#92571)
    - 2217cba docs: add guide for displaying dates without hydration
    flash (#92786)
    - d233d05 docs: remove broken error-handling overlay screenshot
    (#93279)
    - 356644b Update 05-server-and-client-components.mdx (#93374)
    - ae88a95 docs: clarify rendering flow in Server/Client interleaving
    example (#93381)
    - b419190 docs: clarify proxy runtime history (#93467)
    - e41fc92 docs: remove unreachable forms and mutations (#93509)
    - 405a912 docs: broken link from usePathname compat call out (#93528)
    - 58ea332 docs: escape literal triple-backticks in contribution guide
    (#93584)
    - d98ea7c docs: clarify cacheTag limit - it is per call (#93768)
    - 7988818 docs: devIndicators with usage example (#93784)
    
    ---------
    
    Co-authored-by: Cursor Agent <cursoragent@cursor.com>
    Co-authored-by: Joseph <icyJoseph@users.noreply.github.com>
    Co-authored-by: MK <135491799+wwenrr@users.noreply.github.com>
    Co-authored-by: wwenrr <wwenrr@users.noreply.github.com>
    Co-authored-by: Aurora Scharff <66901228+aurorascharff@users.noreply.github.com>
    Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
    Co-authored-by: Abhishek Mardiya <97448460+abhishekmardiya@users.noreply.github.com>
    Co-authored-by: Jiwon Choi <devjiwonchoi@gmail.com>
    Co-authored-by: Hamed <55133282+hamedniroomand@users.noreply.github.com>
    Co-authored-by: Jimmy Lai <laijimmy0@gmail.com>
    Co-authored-by: christopherkindl <53372002+christopherkindl@users.noreply.github.com>
    Co-authored-by: Zana Abdi <zana.abdi@hotmail.com>
    Co-authored-by: Armando A. Calderón <armandoandrecalderon@gmail.com>
    14 people authored May 12, 2026
    Configuration menu
    Copy the full SHA
    bc1791d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. [backport] Patch playwright-core to resolve _finishedPromise on `…

    …requestFailed` (#93920)
    
    Backports:
    
    - #93802
    unstubbable authored May 18, 2026
    Configuration menu
    Copy the full SHA
    ffc4f29 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Configuration menu
    Copy the full SHA
    3279f01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9184ddb View commit details
    Browse the repository at this point in the history
  3. [backport] Encode non-ASCII characters in cache tags at construction (#…

    …93918)
    
    Backports:
    
    - #93617
    - #93601
    
    ---------
    
    Co-authored-by: Swarnava Sengupta <swarnava.sengupta@vercel.com>
    Co-authored-by: Or Nakash <ornakash@gmail.com>
    3 people authored May 19, 2026
    Configuration menu
    Copy the full SHA
    c021d10 View commit details
    Browse the repository at this point in the history
  4. [backport] Fix server action forwarding loop with middleware rewrites (

    …#93919)
    
    Backports:
    
    - #93792
    
    Co-authored-by: Elisha Greenwald <ejgreenwald@gmail.com>
    Co-authored-by: LiamBoz <thisamazingnow@gmail.com>
    Co-authored-by: kmaclip <kmartclips@proton.me>
    4 people authored May 19, 2026
    Configuration menu
    Copy the full SHA
    6139f4b View commit details
    Browse the repository at this point in the history
  5. [backport] Turbopack: switch from base40 to base38 hash encoding (#93932

    )
    
    Backport of #91832
    
    For #93790 and
    #92711
    
    Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
    Co-authored-by: Tobias Koppers <sokra@users.noreply.github.com>
    Co-authored-by: Claude <noreply@anthropic.com>
    4 people authored May 19, 2026
    Configuration menu
    Copy the full SHA
    7e16e07 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (

    …#94164)
    
    https://vercel.slack.com/archives/C0B0LKK5QD7/p1779825011578549
    
    > I'm not having any luck reproducing this locally, and there's no
    useful logs from GitHub Actions. Looking at the timestamps, it
    successfully completes `pnpm install` and then hangs for 30m until it
    times out.
    
    > I'm not seeing these failures in the `canary` branch, and this only
    happens with node 24. I'm just going to disable this job on the
    `next-16-2` branch. The failure doesn't appear to be indicative of any
    real issue on our end, it's more likely an issue with node or pnpm.
    
    Example failure:
    https://github.com/vercel/next.js/actions/runs/26503905088/job/78051437920
    bgw authored May 27, 2026
    Configuration menu
    Copy the full SHA
    bda3e2a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. [backport] Fix "type: module" in project dir when using standalone or…

    … adapters (#94050)
    
    Backports [Fix "type: module" in project dir when using standalone or
    adapters](#93612) to `next-16-2`.
    
    <!-- NEXT_JS_LLM_PR -->
    timneutkens authored May 28, 2026
    Configuration menu
    Copy the full SHA
    f126e72 View commit details
    Browse the repository at this point in the history
  2. [backport] Propagate adapter preferred regions (#94200)

    Backports [Propagate adapter preferred
    regions](#94123) to `next-16-2`.
    
    <!-- NEXT_JS_LLM_PR -->
    timneutkens authored May 28, 2026
    Configuration menu
    Copy the full SHA
    aef22fd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2026

  1. Configuration menu
    Copy the full SHA
    63115c7 View commit details
    Browse the repository at this point in the history
  2. [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config…

    … resolution (#94284)
    
    Backports [feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#91338)](#91338) to `next-16-2`.
    
    <!-- NEXT_JS_LLM_PR -->
    lukesandberg authored May 31, 2026
    Configuration menu
    Copy the full SHA
    c63224f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. v16.2.7

    eps1lon committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    9bd3c26 View commit details
    Browse the repository at this point in the history
Loading