File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,14 @@ Changelog
33
44.. currentmodule :: websockets
55
6- 7.0
6+ 7.1
77...
88
99*In development *
1010
11+ 7.0
12+ ...
13+
1114.. warning ::
1215
1316 **Version 7.0 renames the ** ``timeout `` **argument of **
@@ -54,6 +57,8 @@ Changelog
5457 Concurrent calls lead to non-deterministic behavior because there are no
5558 guarantees about which coroutine will receive which message.
5659
60+ Also:
61+
5762* websockets sends Ping frames at regular intervals and closes the connection
5863 if it doesn't receive a matching Pong frame. See
5964 :class: `~protocol.WebSocketCommonProtocol ` for details.
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '6 .0'
56+ version = '7 .0'
5757# The full version, including alpha/beta/rc tags.
58- release = '6 .0'
58+ release = '7 .0'
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change 1- version = '6 .0'
1+ version = '7 .0'
You can’t perform that action at this time.
0 commit comments