- Add
session_factory_from_settings
andincludeme
. See #11 - Support the
samesite
option and default toLax
. See #14 - Drop Python 2.6, 3.3, and 3.4 support.
- Add Python 3.6, 3.7 and 3.8 support.
- Drop Python 3.2 support.
- Drop the trailing padding (
=
) from base64 content. See #7 - Add the
EncryptedCookieSessionFactory
as the primary API for using an encrypted session. See #6
- Split the
EncryptingPickleSerializer
intoEncryptedSerializer
with a default dependency onpyramid.session.PickleSerializer
allowing alternative serializers to be used with the encryption interface. See #4
- Initial release.