-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.33
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vercel/next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v14.2.35
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 127 files changed
- 5 contributors
Commits on Dec 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 778e7bf - Browse repository at this point
Copy the full SHA 778e7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2cf51 - Browse repository at this point
Copy the full SHA 7a2cf51View commit details
Commits on Dec 11, 2025
-
Backport Next.js changes to v14.2.34 (#29)
* remove urlencoded server action handling (#14) * remove urlencoded server action handling * urlencoded POSTs should still flow through action handler * bailout early for urlencoded * tweak handling to 404 in feetch action case * error when there are no server actions (#15) * remove custom error * remove dev gate * error when there are no server actions * gate against dev * Check whether action ids are valid before parsing (#16) * Check whether action ids are valid before parsing In an effort to narrow access to parsing methods Next.js now prequalifies MPA form parsing by ensuring there are only valid action IDs as part of the submission. This is not meant to be a strong line of defense against malicious payloads since action IDs are not private and are for many apps relatively easy to acquire. It does however provide some limited narrowing of code paths so that action decoding only happens for plausible actions Additionally all other branches that use next-action header now consistently check the header before proceeding with parsing. This is also a perf improvement. * fix test assertion --------- Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com> * fix test --------- Co-authored-by: Josh Story <story@hey.com>
Configuration menu - View commit details
-
Copy full SHA for 385e8c2 - Browse repository at this point
Copy the full SHA 385e8c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e43882 - Browse repository at this point
Copy the full SHA 8e43882View commit details -
Configuration menu - View commit details
-
Copy full SHA for f307368 - Browse repository at this point
Copy the full SHA f307368View commit details -
Backport facebook/react#35351 for 14.2.34 (#87095)
facebook/react#35351 Co-authored-by: Josh Story <story@hey.com>
Configuration menu - View commit details
-
Copy full SHA for 7c1be85 - Browse repository at this point
Copy the full SHA 7c1be85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b940d9 - Browse repository at this point
Copy the full SHA 7b940d9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v14.2.33...v14.2.35