-
Notifications
You must be signed in to change notification settings - Fork 31k
Comparing changes
Open a pull request
base repository: vercel/next.js
base: v16.1.5
head repository: vercel/next.js
compare: v16.1.7
- 18 commits
- 191 files changed
- 36 contributors
Commits on Jan 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 23c4649 - Browse repository at this point
Copy the full SHA 23c4649View commit details -
backport: implement LRU cache with invocation ID scoping for minimal …
Configuration menu - View commit details
-
Copy full SHA for 4324698 - Browse repository at this point
Copy the full SHA 4324698View commit details -
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”.
Configuration menu - View commit details
-
Copy full SHA for d6d5734 - Browse repository at this point
Copy the full SHA d6d5734View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a43df32 - Browse repository at this point
Copy the full SHA a43df32View commit details -
[backport][ci] Make gh auth status optional when triggering a release (…
…#89100) Backports #89098 Part of Closes https://linear.app/vercel/issue/NAR-753/
Configuration menu - View commit details
-
Copy full SHA for 098c0c0 - Browse repository at this point
Copy the full SHA 098c0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf8c61 - Browse repository at this point
Copy the full SHA adf8c61View commit details
Commits on Jan 29, 2026
-
Prettier-ignore changes in
next-env.d.tsfiles in all top-level apps (#89176) Specifically, the `lint` job is currently failing in CI for `apps/bundle-analyzer/next-env.d.ts`, e.g.: https://github.com/vercel/next.js/actions/runs/21444929031/job/61758061793?pr=89175
Configuration menu - View commit details
-
Copy full SHA for 0955868 - Browse repository at this point
Copy the full SHA 0955868View commit details -
[ci] Silence
baseline-browser-mappingwarnings (#89175)The warnings from `baseline-browser-mapping` about outdated data fail some tests that don't expect the CLI output. By updating the dependency we avoid showing the warning for now, and by setting the environment variable `BASELINE_BROWSER_MAPPING_IGNORE_OLD_DATA` we should silence any future warnings as well. related: - #86625 - #86653
Configuration menu - View commit details
-
Copy full SHA for a9686b3 - Browse repository at this point
Copy the full SHA a9686b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db9063 - Browse repository at this point
Copy the full SHA 3db9063View commit details
Commits on Feb 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for cba6144 - Browse repository at this point
Copy the full SHA cba6144View commit details
Commits on Feb 20, 2026
-
Backport/docs fixes 16.1.x (#90125)
Trying out a new way to publish updates. We won't always backport this many docs updates. Typos and other minor fixes can wait until a new minor release. This is more about keeping the docs in sync with the latest release, while still being able to still or publish content (new guides, etc), without having to wait for a patch release. Merging to the backport branch is enough to get the document published automatically. --------- Co-authored-by: Sebastian "Sebbie" Silbermann <sebastian.silbermann@vercel.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Deni Mintsaev <cube327@tuta.io> Co-authored-by: Pavan Shinde <pavann97@gmail.com> Co-authored-by: Jan Amann <jan@amann.work> Co-authored-by: Rhys Evans <wheresrhys@gmail.com> Co-authored-by: Eric Rabinowitz <ericrabinowitz@me.com> Co-authored-by: Thomas Schrödinger <tomas.computer.guy@gmail.com> Co-authored-by: Abhishek Mardiya <97448460+abhishekmardiya@users.noreply.github.com> Co-authored-by: Vasiliy Vanchuk <v.vanchuk@tut.by> Co-authored-by: Jimmy Lai <laijimmy0@gmail.com> Co-authored-by: freek-boon-greenberry <freek.boon@greenberry.nl> Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> Co-authored-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com> Co-authored-by: Jinsoo Lee <binary01@kakao.com> Co-authored-by: Andrew D'Amelio <dev@andrewdamel.io> Co-authored-by: Andrew Damelio <andrewdamelio@users.noreply.github.com> Co-authored-by: Swarnava Sengupta <swarnava.sengupta@vercel.com> Co-authored-by: Jude Gao <jude.gao@vercel.com>
Configuration menu - View commit details
-
Copy full SHA for c95e357 - Browse repository at this point
Copy the full SHA c95e357View commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5214ac1 - Browse repository at this point
Copy the full SHA 5214ac1View commit details
Commits on Feb 27, 2026
-
Backport documentation fixes for 16.1.x (#90655)
## Summary Backports documentation fixes and improvements from canary to the `next-16-1` branch. ### Included commits: - `757ab17e54` In-Depth Explanation of React Version Handling Doc (#89426) - `fe0bb2fc51` Next.js sticky scroll standards (#90197) - `d13d1ba23b` docs: improve form guide consistency and validation examples (#90361) - `c23f3434a3` docs: fixes typo in manifest.mdx regarding Route Handler note (#90394) - `dcf11d111b` docs: clarify that next upgrade is for 16.1.x+ (#90435) - `da0cbcce76` Add not-found.js / notFound() links to Status Codes section (#88332) - `ae79ae55eb` docs: add Docker Standalone and Docker Export examples to Deploying page (#90386) - `bb813afd49` docs(deploying): add Hostinger Web Apps Hosting to Node.js deployment options (#90246) - `15fcfb9ce4` docs: fix navigationType value and variable name in useReportWebVitals (#90599) - `080e1b3` docs: Accept header content negotiation (#90607) --------- Co-authored-by: Abhishek Mardiya <97448460+abhishekmardiya@users.noreply.github.com> Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> Co-authored-by: Jimmy Lai <laijimmy0@gmail.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Mary Lavanitha <lavanitha.officialdesk@gmail.com> Co-authored-by: Tyler Arthur <46767044+tdarthur@users.noreply.github.com> Co-authored-by: Karl Horky <karl.horky@gmail.com> Co-authored-by: Kristiyan Velkov <40764277+kristiyan-velkov@users.noreply.github.com> Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca> Co-authored-by: kristiyan.velkov <kristiyan.velkov@ffw.com> Co-authored-by: agneliutkiene <agne.liutkiene@hostinger.com> Co-authored-by: Mimori <mimorimori256@gmail.com> Co-authored-by: Joseph <icyJoseph@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c68d62d - Browse repository at this point
Copy the full SHA c68d62dView commit details
Commits on Mar 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 93c3993 - Browse repository at this point
Copy the full SHA 93c3993View commit details -
Allow blocking cross-site dev-only websocket connections from privacy…
…-sensitive origins (#62)
Configuration menu - View commit details
-
Copy full SHA for 36a97b9 - Browse repository at this point
Copy the full SHA 36a97b9View commit details -
[backport] Disallow Server Action submissions from privacy-sensitive …
…contexts by default (#66) * Current behavior * Disallow Server Action submissions from privacy-sensitive contexts by default * Remove endpoints used for manual testing Was only used to design the test
Configuration menu - View commit details
-
Copy full SHA for 9023c0a - Browse repository at this point
Copy the full SHA 9023c0aView commit details -
[backport]: fix: patch http-proxy to prevent request smuggling in rew…
…rites (#65) (#67) * fix: patch http-proxy to prevent request smuggling in rewrites (#65) * namespace temp files (#50) * fix: patch http-proxy to prevent request smuggling in rewrites * ncc (cherry picked from commit e9a0b6dd0a27d07c0526b1d8d1b71c13ad4951dd) * block hop-by-hop TE rewrite smuggling bypass (#70) * block hop-by-hop TE rewrite smuggling bypass * more hardening * chore: minimize lockfile delta for http-proxy patch
Configuration menu - View commit details
-
Copy full SHA for dc98c04 - Browse repository at this point
Copy the full SHA dc98c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf3e35 - Browse repository at this point
Copy the full SHA bdf3e35View commit details
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 v16.1.5...v16.1.7