withastro
astro
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(build): correctly identify winning route in prerender conflict warnings (#17833) Change `builtPaths` from `Set<string>` to `Map<string, RouteData>` so that conflict warnings reference the route that actually first rendered the duplicate pathname, instead of using `matchRoute()` which could return an unrelated route that merely matches the URL pattern. Co-authored-by: factory[bot] <factory[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Matthew Phillips <matthewphillips@cloudflare.com>
main
1 hour ago
Merge branch 'main' into factory/fix-17832
factory/fix-17832
2 hours ago
Merge branch 'main' into factory/fix-17832
factory/fix-17832
8 hours ago
Update packages/markdown/remark/src/mdx/utils.ts Co-authored-by: Armand Philippot <git@armand.philippot.eu>
feat/move-mdx-into-processors
8 hours ago
Fix Astro.logger producing no output in dev with non-runnable adapters (#17823)
wakqasahmed:fix/issue-17823-logger-cloudflare
9 hours ago
feat: pass the runtime logger to every image service hook Extends the `logger` argument beyond `transform()`: `getURL`, `getSrcSet`, `getHTMLAttributes`, `validateOptions`, `getRemoteSize`, and `parseURL` now receive Astro's runtime logger too, so a custom service can log from any hook through the configured destination instead of the console. The hooks reached from `getImage()` had no logger to forward, so the generated `astro:assets` and `virtual:astro:get-image` modules build one from `virtual:astro:logger` and pass it in — the same approach `astro:content` uses. That module is a leaf, so reaching the user's destination through it cannot drag every renderer and page into an importer's module graph the way the manifest would. The client branch gets a console shim instead: there is no configured destination in the browser, and pulling the logger implementation in just for `inferRemoteSize()` would be dead weight. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
feat/runtime-logger
12 hours ago
Merge branch 'main' into factory/fix-17832
factory/fix-17832
23 hours ago
Merge branch 'main' into factory/fix-17832
factory/fix-17832
23 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Name the correct winning route in prerender duplicate-pathname warnings
#17833
2 hours ago
812ffb0
factory/fix-17832
CodSpeed Performance Gauge
0%
feat: move MDX into the processors themselves
#17262
2 days ago
6b9f915
feat/move-mdx-into-processors
CodSpeed Performance Gauge
0%
Fix Astro.logger producing no output in dev with the Cloudflare adapter
#17853
9 hours ago
290937f
wakqasahmed:fix/issue-17823-logger-cloudflare
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs