@astrojs/netlify@8.2.0

withastro/astro@astrojs/netlify@8.2.0Aug 6, 2026by astrobot-houston

AI Summary

A minor version bump that adds control over session handling, enabling better tree-shaking when sessions are disabled.

Key Highlights

  • session: false no longer auto-wires the Netlify Blobs session driver
  • Updated @astrojs/underscore-redirects to version 1.0.3

New Features

  • Enabled better tree-shaking of session runtime when disabled

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 Netlify Blobs session driver. Combined with the matching `astro` change, this lets the session runtime tree-shake out of the function bundle.

### Patch Changes

-   Updated dependencies \[]:
    -   @astrojs/underscore-redirects@1.0.3