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+
1210.1.0
222-----
323
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 = [
99
1010[project ]
1111name = " channels-valkey"
12- version = " 0.2.0.post2 "
12+ version = " 0.3.0 "
1313description = " Valkey-backed ASGI channel layer implementation"
1414readme = " README.rst"
1515requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments