We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b64a9 commit dda8dd5Copy full SHA for dda8dd5
CHANGELOG.txt
@@ -1,7 +1,14 @@
1
-Unreleased
2
-----------
+3.4.0 (2022-03-10)
+------------------
3
+
4
+* Dropped support for Python 3.6, which is now end-of-life, and added CI
5
+ testing for Python 3.10. (#301).
6
7
+* Added serialize and deserialize hooks to RedisPubSubChannelLayer (#281).
8
9
+* Fixed iscoroutine check for pubsub proxied methods (#297).
10
-Dropped support for Python 3.6.
11
+* Fix workers support when using Redis PubSub layer (#298)
12
13
14
3.3.1 (2021-09-30)
0 commit comments