8000 Comparing v14.2.5...v14.2.6 · vercel/next.js · GitHub
[go: up one dir, main page]

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: v14.2.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: v14.2.6
Choose a head ref
  • 5 commits
  • 25 files changed
  • 3 contributors

Commits on Aug 2, 2024

  1. [docs] Backport Multi-Zones docs to 14.x branch (#68460)

    This makes the Multi-Zones docs available in the live nextjs.org site.
    mknichel authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    28110b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Fix typo in memory usage docs

    ijjk committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dc40cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee87cb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Ensure fetch cache TTL is updated properly (#69164)

    To reduce the number of set requests we were sending upstream we added
    an optimization to skip sending the set request if the cached data
    didn't change after a revalidation. The problem with this optimization
    is the upstream service relies on this set request to know to update the
    cache entries TTL and consider it up to date. This causes unexpected
    revalidations while the cache value hasn't changed and the TTL is kept
    stale.
    
    x-ref: NEXT-3693
    # Conflicts:
    #	packages/next/src/server/lib/incremental-cache/fetch-cache.ts
    #	test/turbopack-build-tests-manifest.json
    ijjk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d4ca0b9 View commit details
    Browse the repository at this point in the history
  2. v14.2.6

    vercel-release-bot committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    427c01d View commit details
    Browse the repository at this point in the history
Loading
0