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: f564deef86be32a6b25125ddb8172c7c27d3f19a
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: fc38ee190c9b7de09ebff13a17ebd948cf580ec3
Choose a head ref
  • 6 commits
  • 55 files changed
  • 4 contributors

Commits on Mar 6, 2024

  1. update release workflow

    ijjk committed Mar 6, 2024
    Copy the full SHA
    2f210d4 View commit details
  2. Migrate locale redirect handling to router-server (#62606)

    This moves the locale redirect handling out of `base-server` as it
    shouldn't be handled here and should be at the routing level. This
    avoids the duplicate handling with middleware that causes the incorrect
    detection/infinite looping. Test case from separate PR was carried over
    to prevent regression.
    
    Fixes: #55648
    Closes: #62435
    Closes: NEXT-2627
    Closes: NEXT-2628
    
    ---------
    
    Co-authored-by: Nourman Hajar <nourmanhajar@gmail.com>
    Co-authored-by: samcx <sam@vercel.com>
    3 people committed Mar 6, 2024
    Copy the full SHA
    960b738 View commit details
  3. Fix output: export with custom distDir (#62064)

    This ensures we don't normalize the `distDir` in the webpack config in
    dev mode as it won't be moved to the right location like it is during
    build.
    
    Fixes: #61105
    
    Closes NEXT-2495
    ijjk committed Mar 6, 2024
    Copy the full SHA
    b10a610 View commit details
  4. Upgrade to latest @edge-runtime packages (#62955)

    This upgrades to the latest edge-runtime packages as it includes
    exposing `performance`. This was reverted previously as our publishes
    were failing with a specific change that has since been removed
    upstream.
    
    Closes NEXT-2730
    # Conflicts:
    #	packages/next/package.json
    #	test/e2e/opentelemetry/app/api/app/[param]/data/edge/route.ts
    #	test/e2e/opentelemetry/pages/api/pages/[param]/edge.ts
    ijjk committed Mar 6, 2024
    Copy the full SHA
    4b059bc View commit details
  5. fix type

    ijjk committed Mar 6, 2024
    Copy the full SHA
    85a5c4d View commit details
  6. v14.1.3

    vercel-release-bot committed Mar 6, 2024
    Copy the full SHA
    fc38ee1 View commit details
Loading