vercel
next.js
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
docs: clarify id, filePath, and pathname in STATIC_FILE adapter output (#92227) ## What Adds documentation for the `id`, `filePath`, and `pathname` properties in the `STATIC_FILE` adapter output type. ## Why These three string properties were previously undocumented or had ambiguous descriptions. Based on feedback from the team: - `id` is a unique identifier for the static file output - `filePath` is the absolute filesystem path to the built file - `pathname` is the routable URL pathname ## Changes - Added JSDoc comments to the `STATIC_FILE` type definition in `build-complete.ts` - Updated the MDX documentation in `output-types.mdx` with clearer inline comments
canary
2 minutes ago
fix a number of subtle bugs when snapshotting
optimized_change_tracking
34 minutes ago
Update Rspack production test manifest (#92143) This auto-generated PR updates the production integration test manifest used when testing Rspack.
canary
34 minutes ago
Add sccache via vercel/sccache fork with multi-level disk+Vercel Artifacts caching Replace the WebDAV proxy and custom cached linker with native Vercel Artifacts backend from the vercel/sccache fork. Uses multi-level caching (local disk L0 + remote L1) and SCCACHE_RUST_CRATE_TYPE_ALLOW_HASH to cache all crate types including proc-macros and cdylibs.
mmastrac/rust-dep-cache
39 minutes ago
Add sccache via vercel/sccache fork with multi-level disk+Vercel Artifacts caching Replace the WebDAV proxy and custom cached linker with native Vercel Artifacts backend from the vercel/sccache fork. Uses multi-level caching (local disk L0 + remote L1) and SCCACHE_RUST_CRATE_TYPE_ALLOW_HASH to cache all crate types including proc-macros and cdylibs.
mmastrac/rust-dep-cache
1 hour ago
partial fallbacks: adapter support for intermediate shells (#91902) Previously, `partialFallback` was only emitted when all dynamic params could become fully concrete after upgrade. For a route like `/prefix/[one]/[two]` where only `[one]` has generateStaticParams, the feature was disabled entirely. This relaxes the guard to allow adapters to produce an intermediate shell for not fully known params, and tweaks the handling to support when both known and unknown params are provided to the render. Concretely: - When partial `nxtP*` params are provided during background revalidation but `normalizeDynamicRouteParams `rejects them (missing params), merge the provided params into the existing params to override placeholders. - Compute `effectiveFallbackRouteParams` by filtering to only params that still have placeholder values. Use this filtered set for `fallbackRouteParams` so intermediate shells render resolved params in the static shell and only suspend for truly unknown params
canary
1 hour ago
test: refresh telemetry fixture outputs
SyMind:symind/chore-upgrade-rspack-2-0-rc
1 hour ago
docs: local images referenced by remote source (#92178) It was discovered that one could let a remote source, safely-ish, load local images, which has the benefit of providing, width, height, src, and blur-* props which we could pass to next/image. Closes: https://linear.app/vercel/issue/DOC-6288/local-images-referenced-by-a-remote-source
canary
1 hour ago
Latest Branches
CodSpeed Performance Gauge
+1%
Optimize how we track data for persistence
#89370
42 minutes ago
7368b46
optimized_change_tracking
CodSpeed Performance Gauge
+1%
[turbopack] Rust dependency caching via turborepo
#91873
22 hours ago
a0185fa
mmastrac/rust-dep-cache
CodSpeed Performance Gauge
0%
chore: upgrade next-rspack to rspack 2 rc
#92222
1 hour ago
04a093b
SyMind:symind/chore-upgrade-rspack-2-0-rc
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs