astro@7.1.5
📦 astroView on GitHub →
🐛 4 fixes🔧 4 symbols
Summary
This patch release addresses several bugs, including issues with request finalization, custom logger loading, action path resolution, and custom 404/500 page rendering. It also updates the `js-yaml` dependency.
🐛 Bug Fixes
- Fixes a bug where an error while finalizing a request could prevent a response from being sent.
- Fixes a case where a custom `logger.entrypoint` failed to load at runtime in a built server bundle.
- Fixes action path resolution so that properties of a resolved action function are not treated as routable path segments.
- Fixes a bug where the custom 404 (or 500) page was not rendered when a middleware rewrite targeted a route that returned an empty 404/500 response, and a blank page was returned instead.