Skip to content

Commit 8498605

Browse files
committed
Updated version and changelog for v4.3.0.
1 parent 3e03c45 commit 8498605

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
4.3.0 (2025-07-22)
2+
------------------
3+
4+
* Added support for Python 3.13.
5+
6+
* Dropped support for EOL Python 3.8.
7+
8+
* Updated Channels dependency to at least v4.2.2.
9+
10+
* Updated asgiref dependency to at least v3.9.1.
11+
12+
* Fixed compatibility with latest versions of pytest-asyncio.
13+
14+
* Renamed internal methods in core channel layer for compatibility with
15+
Channels v4.2.1+
16+
17+
* Dropped testing against legacy Channels v3 branch.
18+
19+
* Updated testing against latest redis-py versions.
20+
121
4.2.1 (2024-11-15)
222
------------------
323

channels_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.2.1"
1+
__version__ = "4.3.0"

0 commit comments

Comments
 (0)