- Fixed experimental.logger not using the configured destination for the server startup message, ensuring logger resolution before listening and adapterLogger recreation on changes.
- Corrected Astro.request.url to honor validated X-Forwarded-Proto and X-Forwarded-Host headers when security.allowedDomains is set, aligning it with Astro.url behind TLS-terminating proxies.
- Reverted a change to isNode runtime detection that introduced a build-time regression for Cloudflare adapter users with large prerendered sites.