File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2.3.0 (2018-08-16)
2
+ ------------------
3
+
4
+ * Messages to the same process (with the same prefix) are now bundled together
5
+ in a single message for efficiency.
6
+
7
+ * Connections to Redis are now kept in a connection pool with significantly
8
+ improved performance as a result. This change required lists to be changed
9
+ from oldest-first to newest-first, so immediately after any upgrade,
10
+ existing messages in Redis will be drained in reverse order until your
11
+ expiry time (normally 60 seconds) has passed. After this, behaviour will
12
+ be normal again.
13
+
14
+
1
15
2.2.1 (2018-05-17)
2
16
------------------
3
17
Original file line number Diff line number Diff line change 1
- __version__ = "2.2.1 "
1
+ __version__ = "2.3.0 "
Original file line number Diff line number Diff line change 10
10
crypto_requires = ["cryptography>=1.3.0" ]
11
11
12
12
test_requires = crypto_requires + [
13
- "pytest>=3 .0" ,
13
+ "pytest~=3.6 .0" ,
14
14
"pytest-asyncio~=0.8" ,
15
15
"async_generator~=1.8" ,
16
16
"async-timeout~=2.0" ,
You can’t perform that action at this time.
0 commit comments