Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 13 Feb 14:26
· 6 commits to main since this release
adb58f9

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.