Astro: @astrojs/node@9.1.0 Release

Release date:
February 13, 2025
Previous version:
@astrojs/node@9.0.3 (released February 12, 2025)
Magnitude:
568 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

24 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored February 12, 2025
Authored February 13, 2025
Authored February 12, 2025
Authored February 13, 2025
Authored February 12, 2025
Authored February 12, 2025
Authored February 13, 2025
Authored February 13, 2025
Authored February 12, 2025
Authored February 12, 2025
Authored February 13, 2025
Authored February 13, 2025
Authored February 12, 2025
Authored February 13, 2025
Authored February 12, 2025
Authored February 12, 2025
Authored February 12, 2025
Authored February 13, 2025
Authored February 13, 2025
Authored February 12, 2025

Top Contributors in @astrojs/node@9.1.0

ematipico
joshmkennedy

Directory Browser for @astrojs/node@9.1.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Minor Changes

  • #13145 8d4e566 Thanks @ascorbic! - Automatically configures filesystem storage when experimental session enabled

    If the experimental.session flag is enabled when using the Node adapter, Astro will automatically configure session storage using the filesystem driver. You can still manually configure session storage if you need to use a different driver or want to customize the session storage configuration.

    See the experimental session docs for more information on configuring session storage.