@astrojs/node@11.1.0
maximhq/bifrost@astrojs/node@11.1.0Aug 6, 2026by astrobot-houston
AI Summary
Node adapter update to support session tree-shaking when session: false is configured in astro.config.
Key Highlights
- No auto-wiring of filesystem session driver when session: false
New Features
- Session driver tree-shaking optimization
Full Release Notes
### Minor Changes - [#16871](https://github.com/withastro/astro/pull/16871) [`90c98ae`](https://github.com/withastro/astro/commit/90c98ae21ef0444a4088b7081676b0f97915001f) Thanks [@adamchal](https://github.com/adamchal)! - When `session: false` is set in `astro.config`, the adapter no longer auto-wires the filesystem session driver. Combined with the matching `astro` change, this lets the session runtime tree-shake out of the server bundle. ### Patch Changes - [#17564](https://github.com/withastro/astro/pull/17564) [`004fb0a`](https://github.com/withastro/astro/commit/004fb0a01ebf8ca05035de705e8f84a3bc965b5d) Thanks [@dmgawel](https://github.com/dmgawel)! - Fixes middleware mode routing when a prerendered dynamic route sorts before an on-demand fallback