File tree 5 files changed +32
-1
lines changed
5 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
Full release notes, with more details and upgrade information, are available at:
2
2
https://channels.readthedocs.io/en/latest/releases
3
3
4
+
5
+ 4.2.1 (2025-03-29)
6
+ ------------------
7
+
8
+ Channels 4.2.1 primarily updates the metadata for supported Python and Django
9
+ versions.
10
+
11
+ * Added official support for Django 5.2 LTS.
12
+
13
+ * Added official support for Python 3.13.
14
+
15
+ * Added a warning for the length of the channel layer group names.
16
+
17
+ See also the `Version 4.2.1 release notes
18
+ <https://channels.readthedocs.io/en/latest/releases/4.2.1.html>`_ in the docs.
19
+
4
20
4.2.0 (2024-11-15)
5
21
------------------
6
22
Original file line number Diff line number Diff line change 1
- __version__ = "4.2.0 "
1
+ __version__ = "4.2.1 "
2
2
3
3
4
4
DEFAULT_CHANNEL_LAYER = "default"
Original file line number Diff line number Diff line change
1
+ 4.2.1 Release Notes
2
+ ===================
3
+
4
+ Channels 4.2.1 is a bugfix release in the 4.1 series.
5
+
6
+ Bugfixes & Small Changes
7
+ ------------------------
8
+
9
+ * Added official support for Django 5.2 LTS.
10
+
11
+ * Added official support for Python 3.13.
12
+
13
+ * Added a warning for the length of the channel layer group names.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Release Notes
4
4
.. toctree ::
5
5
:maxdepth: 1
6
6
7
+ 4.2.1
7
8
4.2.0
8
9
4.1.0
9
10
4.0.0
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ classifiers =
26
26
Framework :: Django :: 4.2
27
27
Framework :: Django :: 5.0
28
28
Framework :: Django :: 5.1
29
+ Framework :: Django :: 5.2
29
30
Topic :: Internet :: WWW/HTTP
30
31
31
32
[options]
You can’t perform that action at this time.
0 commit comments