summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-11-03 13:54:51 -0500
committerMichael Merickel <michael@merickel.org>2018-11-03 14:22:07 -0500
commit870eb3bcc9e9cc39a84f8268fee5b59ed4692bf4 (patch)
tree227108d91f88b71d0c6491b016f52f062b6588b6 /CHANGES.rst
parent133db09d179c3f5afe7e02dc13ab6687517db5a1 (diff)
downloadpyramid-870eb3bcc9e9cc39a84f8268fee5b59ed4692bf4.tar.gz
pyramid-870eb3bcc9e9cc39a84f8268fee5b59ed4692bf4.tar.bz2
pyramid-870eb3bcc9e9cc39a84f8268fee5b59ed4692bf4.zip
change to use JSONSerializer for SignedCookieSessionFactory
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst16
1 files changed, 16 insertions, 0 deletions
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
---------------------