File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.3.0
2
+ -----
3
+
4
+ * Updated Channels dependency to at least v4.2.2.
5
+ * Updated asgiref dependency to at least v3.9.1.
6
+ * Fixed compatibility with latest versions of pytest-asyncio.
7
+ * Renamed internal methods in core channel layer for compatibility with
8
+ Channels v4.2.1+
9
+ * Dropped testing against legacy Channels v3 branch.
10
+
11
+ * Updated testing against latest valkey-py versions.
12
+ * drop black in favor of `ruff format`
13
+
14
+ 0.2.0
15
+ -----
16
+
17
+ * allow registering serializers
18
+ * add json serializer
19
+
20
+
1
21
0.1.0
2
22
-----
3
23
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.0.post1 "
1
+ __version__ = "0.3.0 "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exclude = [
9
9
10
10
[project ]
11
11
name = " channels-valkey"
12
- version = " 0.2.0.post2 "
12
+ version = " 0.3.0 "
13
13
description = " Valkey-backed ASGI channel layer implementation"
14
14
readme = " README.rst"
15
15
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments