From 870eb3bcc9e9cc39a84f8268fee5b59ed4692bf4 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 3 Nov 2018 13:54:51 -0500 Subject: change to use JSONSerializer for SignedCookieSessionFactory --- CHANGES.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index dfea7afa9..73562c003 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,14 @@ unreleased Features -------- +- Changed the default ``serializer`` on + ``pyramid.session.SignedCookieSessionFactory`` to use + ``pyramid.session.JSONSerializer`` instead of + ``pyramid.session.PickleSerializer``. Read + "Changes to ISession in Pyramid 2.0" in the "Sessions" chapter of the + documentation for more information about why this change was made. + See https://github.com/Pylons/pyramid/pull/3413 + Bug Fixes --------- @@ -52,6 +60,14 @@ Backward Incompatibilities lead to remove code execution if the secret key is compromised. See https://github.com/Pylons/pyramid/pull/3412 +- Changed the default ``serializer`` on + ``pyramid.session.SignedCookieSessionFactory`` to use + ``pyramid.session.JSONSerializer`` instead of + ``pyramid.session.PickleSerializer``. Read + "Changes to ISession in Pyramid 2.0" in the "Sessions" chapter of the + documentation for more information about why this change was made. + See https://github.com/Pylons/pyramid/pull/3413 + Documentation Changes --------------------- -- cgit v1.2.3