Skip to content

v0.8.1

Compare
Choose a tag to compare
@evert evert released this 11 Oct 21:31
· 25 commits to main since this release
f30e68e
  • Session data was not stored if a later middleware threw an uncaught exception. This middleware now uses finally to ensure that session data always gets stored, and the Set-Cookie header always gets sent.