From 2b08537057066c1e24b5e38841d33b62933ab56e Mon Sep 17 00:00:00 2001 From: Lex Date: Sun, 25 Feb 2024 15:29:10 +1000 Subject: [PATCH] Clarify msgspec transition --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 8ab04d9d..347b8b4d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,7 @@ Version 0.7.0 Added ~~~~~~~ - Use msgpack for serialization, along with ``SESSION_SERIALIZATION_FORMAT`` to choose between ``'json'`` and ``'msgpack'``. +- All sessions that are accessed or modified while using 0.7.0 will convert to msgspec. Once using 1.0.0, any sessions that are still in pickle will be cleared upon access. - Add time-to-live expiration for MongoDB. - Add retry for SQL based storage. - Add ``flask session_cleanup`` command and alternatively, ``SESSION_CLEANUP_N_REQUESTS`` for SQLAlchemy or future non-TTL backends.