withastro
astro
BlogDocsChangelog

Allow adapters to customize headers for fetch requests

#14543Merged
Comparing
netlify-skew-protection
(
a0424b6
) with
main
(
63b2568
)
CodSpeed Performance Gauge
0%
Untouched
6

Benchmarks

Passed

Rendering: streaming [true], .mdx file
benchmark/bench/codspeed.bench.js::Bench rendering
CodSpeed Performance Gauge
0%
724.4 ms723.6 ms
Rendering: streaming [false], .astro file
benchmark/bench/codspeed.bench.js::Bench rendering
CodSpeed Performance Gauge
0%
891.8 ms891.1 ms
Rendering: streaming [false], .mdx file
benchmark/bench/codspeed.bench.js::Bench rendering
CodSpeed Performance Gauge
0%
716.3 ms716.3 ms
Rendering: streaming [true], .md file
benchmark/bench/codspeed.bench.js::Bench rendering
CodSpeed Performance Gauge
0%
12.8 ms12.8 ms
Rendering: streaming [true], .astro file
benchmark/bench/codspeed.bench.js::Bench rendering
CodSpeed Performance Gauge
0%
935.1 ms937.1 ms
Rendering: streaming [false], .md file
benchmark/bench/codspeed.bench.js::Bench rendering
CodSpeed Performance Gauge
0%
12.9 ms12.9 ms

Commits

Click on a commit to change the comparison range
Base
main
63b2568
+0.01%
fix: resolve TypeScript errors in adapter config implementation - Add type declarations for astro:adapter-config/client virtual module - Add manifest property to SSRResult interface - Fix Object.entries type assertions in prefetch and router - Add explicit return type to Netlify adapter's internalFetchHeaders function
c2a0d56
3 months ago
by matthewp
-0.09%
refactor: extract internalFetchHeaders from manifest into SSRResult Follow existing pattern of extracting specific fields from manifest rather than passing the entire manifest object to SSRResult. This matches how other fields like base, trailingSlash, and serverIslandNameMap are handled.
f3c03f6
3 months ago
by matthewp
+0.02%
Address PR feedback: clean up tests and update comment - Remove incomplete test stubs for actions and view transitions - Remove unused manifestPath variable - Update prefetch comment to be less strict about dependencies
abaa04f
3 months ago
by matthewp
-0.16%
Fix import sorting in create-vite and router files
ea52496
3 months ago
by matthewp
+0.1%
Fix skew protection test to check correct manifest file The test was checking ssr.mjs which is just a wrapper, but the actual serialized manifest is in the manifest_*.mjs file in the build directory.
152298a
3 months ago
by matthewp
-0.06%
Fix virtual module to return empty headers during SSR This prevents timeouts in integration tests where client-side files importing the virtual module are processed during SSR.
a33869a
3 months ago
by matthewp
+0.23%
Merge branch 'main' into netlify-skew-protection
4e36b0d
3 months ago
by matthewp
+0.1%
Merge branch 'main' into netlify-skew-protection
61a1910
3 months ago
by matthewp
0%
Update .changeset/netlify-skew-protection.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
b5d57a4
3 months ago
by matthewp
-0.07%
Merge branch 'netlify-skew-protection' of github.com:withastro/astro into netlify-skew-protection
1476102
3 months ago
by matthewp
+0.03%
Update packages/astro/dev-only.d.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
b6d9627
3 months ago
by matthewp
+0.05%
Merge branch 'netlify-skew-protection' of github.com:withastro/astro into netlify-skew-protection
2717a6d
3 months ago
by matthewp
-0.09%
update imports
693b5de
3 months ago
by matthewp
-0.03%
update based on review comments
d85846a
3 months ago
by matthewp
-0.11%
switch to use URLSearchParams
805cecc
3 months ago
by matthewp
+0.2%
oops
8490920
3 months ago
by matthewp
-0.17%
Merge branch 'main' into netlify-skew-protection
a0424b6
3 months ago
by matthewp
© 2026 CodSpeed Technology
Home Terms Privacy Docs