@astrojs/node@11.1.2

withastro/astro@astrojs/node@11.1.2Aug 13, 2026by astrobot-houston

AI Summary

Fixes error handling for unknown parameters in prerendered dynamic endpoints by returning a 404 status code instead of a 500 error.

Key Highlights

  • Return 404 for unknown parameters that match prerendered dynamic endpoints.
  • Improves error status code accuracy for dynamic routes.

Full Release Notes

### Patch Changes

-   [#17400](https://github.com/withastro/astro/pull/17400) [`c1cf110`](https://github.com/withastro/astro/commit/c1cf11037797da70196f9a9ff20744ce6c2524d3) Thanks [@tianrking](https://github.com/tianrking)! - Return a 404 instead of a 500 for unknown parameters that match a prerendered dynamic endpoint.