summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-09-16 11:06:05 -0500
committerMichael Merickel <michael@merickel.org>2018-09-16 11:24:41 -0500
commitc3188340e841633924e8ab7a055c1df0dffed9c1 (patch)
tree34180298f1f3c7ce0a6343e3e9fc1e374df6e967 /CHANGES.rst
parent8cc4bf732f636abc06a2fbb72b2bd9ab0a680eb2 (diff)
downloadpyramid-c3188340e841633924e8ab7a055c1df0dffed9c1.tar.gz
pyramid-c3188340e841633924e8ab7a055c1df0dffed9c1.tar.bz2
pyramid-c3188340e841633924e8ab7a055c1df0dffed9c1.zip
deprecate pickleable sessions, recommend json
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d0dbbe5c0..92e1e4313 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -57,6 +57,11 @@ Features
- Add support for Python 3.7. Add testing on Python 3.8 with allowed failures.
See https://github.com/Pylons/pyramid/pull/3333
+- Added ``pyramid.session.JSONSerializer``. See "Upcoming Changes to ISession
+ in Pyramid 2.0" in the "Sessions" chapter of the documentation for more
+ information about this feature.
+ See https://github.com/Pylons/pyramid/pull/3353
+
Bug Fixes
---------
@@ -79,6 +84,12 @@ Bug Fixes
Deprecations
------------
+- The ``pyramid.intefaces.ISession`` interface will move to require
+ json-serializable objects in Pyramid 2.0. See
+ "Upcoming Changes to ISession in Pyramid 2.0" in the "Sessions" chapter
+ of the documentation for more information about this change.
+ See https://github.com/Pylons/pyramid/pull/3353
+
Backward Incompatibilities
--------------------------