Pyramid-beaker

Latest version: v0.9

Safety actively analyzes 621825 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.9

----------------

- Fixed a bug causing session saving even when it is not needed. See
https://github.com/Pylons/pyramid_beaker/pull/28

0.8

----------------

- On Python 3, the CSRF token returned by new_csrf_token was a bytestring
instead of correctly being a string. See
https://github.com/Pylons/pyramid_beaker/pull/12

- A new argument to PyramidBeakerSessionFactoryConfig named
``constant_csrf_token`` is now permitted for test configuration purposes.
See https://github.com/Pylons/pyramid_beaker/pull/13 for more information.

0.7

----------------

- Python 3.2 compatibility.

- Dropped Jython support (may be re-added after Jython releases a 2.7-
compatible version).

- Dropped Python 2.5 support.

- Made compatible with zope.interface 4.0.0 (symptom: ``TypeError: Class
advice impossible in Python3. Use the implementer class decorator
instead.`` when run under Python 2 or *or* Python 3)

- Add ``dev`` and ``docs`` setup.py aliases.

0.6.1

------------------

- Beaker 1.6+ compat: added support for ``key_length`` and ``enabled``
options.

0.6

----------------

- Add a tox.ini for Jenkins testing.

- Add includeme function to ease application setup.

0.5

----------------

- The default value for the ``cookie_on_exception`` parameter to
``pyramid_beaker.BeakerSessionFactoryConfig`` is now ``True``. This means
that when view code causes an exception to be raised, and the session has
been mutated, a cookie will be sent back in the response. Previously its
default value was ``False``.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.