We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b356f0 commit 443c332Copy full SHA for 443c332
CHANGES.txt
@@ -1,11 +1,18 @@
1
Changes
2
=======
3
4
+2.7.0 (2018-10-13)
5
+------------------
6
+
7
+* Reset a session if the session age > max_age (#331)
8
9
+* Reset a session in TTL expiration for EncryptedCookieStorage (#326)
10
11
2.6.0 (2018-09-12)
12
------------------
13
14
* Create a new session if `NaClCookieStorage` cannot decode a
- corrupted cookie #317
15
+ corrupted cookie (#317)
16
17
2.5.0 (2018-05-12)
18
aiohttp_session/__init__.py
@@ -8,7 +8,7 @@
from aiohttp import web
-__version__ = '2.6.0'
+__version__ = '2.7.0'
class Session(MutableMapping):
0 commit comments