Beaker v1.10.0 Release Notes

Release Date: 2018-06-04 // almost 6 years ago
  • ๐Ÿš€ Release 1.10.0 (2018-06-04)

    • โฑ Redis namespace manager now supports providing a TTL for session entries that had a timeout provided.
      ๐Ÿšš This will remove the need to manually clear expired sessions from the redis storage.
    • ๐Ÿ‘ nsscrypto backend is now properly identified as providing AES support.
    • ๐Ÿ‘ When a crypto backend doesn't support AES it will no longer crash if the encrypt_key is None.
    • ๐Ÿ‘ Session cookies will now provide support for SameSite through the samesite option.
      0๏ธโƒฃ By default this will be Lax, but can be set to Strict or None to disable it.