Calendrier des versions d'Astro
Les dernières versions d'Astro, directement depuis GitHub et rafraîchies toutes les quelques heures. La plus récente est au centre, cliquez un nœud ou une ligne pour les notes.
Publié le 17 juin 2026
- Harden the limits on the number of decoding on the URL.
- v6.4.817 juin 2026
Harden the limits on the number of decoding on the URL.
- v6.4.715 juin 2026
Fixes getRelativeLocaleUrl, getAbsoluteLocaleUrl, and getAbsoluteLocaleUrlList to strip trailing slashes when trailingSlash: 'never' is configured
- v6.4.610 juin 2026
Fixes an issue where renaming an image file while the dev server is running triggers a build error. Now Astro correctly hot-reloads the image witho...
- v6.4.59 juin 2026
Fixes the experimental.logger destination not being used for the "Server listening on..." startup message. The logger is now resolved before the se...
- v6.4.43 juin 2026
Prevents App.match() from throwing on request paths that contain an invalid percent-sequence.
- v6.4.32 juin 2026
Bumps devalue dependency to v5.8.1
- v6.4.228 mai 2026
Fixes a plugins is not iterable crash when using a pre-6.0 @astrojs/mdx alongside integrations (e.g. Starlight) that set markdown.remarkPlugins, ma...
- v6.4.028 mai 2026
Adds a new preserveBuildServerDir adapter feature
- v6.3.826 mai 2026
Fixes 404s for dynamically imported JS chunks when using an adapter with assetQueryParams (e.g. Vercel skew protection)
- v6.3.721 mai 2026
Fixes request body handling in the Node adapter when req.body is a Buffer, Uint8Array, or ArrayBuffer. Previously, binary body data was incorrectly...
- v6.3.620 mai 2026
Fixes markdown images with empty alt text () in content collections dropping the alt attribute entirely. The alt="" attribute is now ...