Skip to content

Commit fffced5

Browse files
committed
Version 4.2.2.
1 parent cd6e790 commit fffced5

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Full release notes, with more details and upgrade information, are available at:
22
https://channels.readthedocs.io/en/latest/releases
33

4-
UNRELEASED
5-
----------
4+
4.2.2 (2025-03-30)
5+
------------------
66

77
* Added fallbacks for old valid channel/group name checks.
88

channels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.2.1"
1+
__version__ = "4.2.2"
22

33

44
DEFAULT_CHANNEL_LAYER = "default"

docs/releases/4.2.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
4.2.1 Release Notes
22
===================
33

4-
Channels 4.2.1 is a bugfix release in the 4.1 series.
4+
Channels 4.2.1 is a bugfix release in the 4.2 series.
55

66
Bugfixes & Small Changes
77
------------------------

docs/releases/4.2.2.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
4.2.2 Release Notes
2+
===================
3+
4+
Channels 4.2.2 is a bugfix release in the 4.2 series.
5+
6+
Bugfixes & Small Changes
7+
------------------------
8+
9+
* Added fallbacks for old valid channel/group name checks.
10+
11+
These (internal) methods were renamed in v4.2.1 without deprecation. This
12+
release adds (deprecated) fallback aliases to allow time for channel layers
13+
to update.

docs/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release Notes
44
.. toctree::
55
:maxdepth: 1
66

7+
4.2.2
78
4.2.1
89
4.2.0
910
4.1.0

0 commit comments

Comments
 (0)