Skip to content

Commit 8a60e56

Browse files
committed
Bumped version and changelog for v4.2.3 release.
1 parent 389b9a7 commit 8a60e56

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.2.3 (2026-07-21)
2+
------------------
3+
4+
* Added ``--websocket-max-message-size`` and ``--websocket-max-frame-size`` CLI
5+
flags to the ``runserver`` management command for use in development.
6+
17
4.2.2 (2026-06-03)
28
------------------
39

@@ -11,7 +17,7 @@
1117
``--websocket-max-message-size`` and ``--websocket-max-frame-size`` CLI
1218
flags (or the matching ``Server`` constructor arguments). Pass ``0`` to
1319
restore the previous unlimited behaviour.
14-
20+
1521
Thanks to ParkHyunWoo for the report.
1622

1723
* Fixed a header injection vulnerability on the WebSocket upgrade path

daphne/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "4.2.2"
3+
__version__ = "4.2.3"
44

55

66
# Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with

0 commit comments

Comments
 (0)