Skip to content

aiohttp_session 0.4.0 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 05 Jan 23:16
· 827 commits to master since this release

Changes

  • Add optional NaCl encrypted storage #20
  • Relax EncryptedCookieStorage to accept base64 encoded string,
    e.g. generated by Fernet.generate_key.
  • Add setup() function
  • Save the session even on exception in the middleware chain