@astrojs/node@11.1.0
📦 astroView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release improves session handling by allowing the session runtime to tree-shake out of the server bundle when `session: false` is configured. It also fixes a routing issue in middleware mode.
✨ New Features
- When `session: false` is set in `astro.config`, the adapter no longer auto-wires the filesystem session driver, allowing the session runtime to tree-shake out of the server bundle.
🐛 Bug Fixes
- Fixes middleware mode routing when a prerendered dynamic route sorts before an on-demand fallback.