Beaker v1.9.0 Release Notes

Release Date: 2017-06-18 // almost 7 years ago
  • ๐Ÿš€ Release 1.9.0 (2017-06-19)

    • Beaker now provides builtin ext:mongodb and ext:redis namespace managers.
      ๐Ÿ”€ Both come with a Synchronizer implemented on the storage backend instead of relying on file one.
    • ๐Ÿ›  Fixed an issue where cookie options like Secure, Domain and so on where lost.
    • ๐Ÿ‘Œ Improved support for cache entries expiration. NamespaceManagers that support it will expire their key automatically.
    • Pycryptodome can be used instead of pycrypto.
    • An issue with Cookie module import on case insensitive file systems should have been resolved.
    • Cryptography module is now as a crypto function provider instead of pycrypto