mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
fbac92f8bd
* fix: clone session data on .set() * weird race condition, +1 test for URL() thing * cleanup * ensure directory exists before using fs-lite sessions * minor wording change * alternate ensure-dir-exists implementation * await session persistence before returning response * update changeset * formatting * two changesets
5 lines
112 B
Markdown
5 lines
112 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes a bug where session data could be corrupted if it is changed after calling .set()
|