withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(assets): cache remote image probe results to prevent rate limiting with Picture component (#17263)\n\nThe Picture component calls getImage() multiple times (once per output format),\neach independently fetching the remote URL via inferRemoteSize(). Without caching,\nservers like Wikimedia rate-limit the repeated requests (HTTP 429), causing\nFailedToFetchRemoteImageDimensions errors.\n\nAdded a promise-based cache keyed by URL so the same remote image is only probed\nonce regardless of how many format variants are requested. Failed probes are\nevicted from the cache to allow retries.
triagebot/fix-17263
8 hours ago
feat: move MDX into the processors themselves
feat/move-mdx-into-processors
11 hours ago
fix: prevent false deprecation warning for markdown.gfm/smartypants in Container API (#17261)
main
11 hours ago
fix: prevent false deprecation warning for markdown.gfm/smartypants in Container API
triagebot/fix-17206
12 hours ago
Fix astro check failing to resolve dependencies when astro is in a virtual store (#17257) * fix: resolve getPackage imports from project directory instead of astro install location (#17135) * fix: provide type argument to getPackage in test to fix build --------- Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
main
12 hours ago
Skip dev server setup in `configureServer` when running inside Vitest (#17248) * fix(server): skip dev server plugin setup in Vitest to prevent wrapDynamicImport crash (#16275) * Apply suggestion from @matthewp --------- Co-authored-by: Matthew Phillips <matthewphillips@cloudflare.com>
main
12 hours ago
Fix script position regression in Astro.slots.render()
fix-slot-script-position
12 hours ago
fix: provide type argument to getPackage in test to fix build
triagebot/fix-17135
12 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix `inferSize` failing on `Picture` component with rate-limited remote image URLs
#17264
8 hours ago
8f8de6e
triagebot/fix-17263
CodSpeed Performance Gauge
0%
feat: move MDX into the processors themselves
#17262
11 hours ago
902978f
feat/move-mdx-into-processors
CodSpeed Performance Gauge
0%
Fix false deprecation warning for markdown.gfm/smartypants in Container API
#17261
6 days ago
6c43593
triagebot/fix-17206
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs