We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0bac4 commit 92d1eddCopy full SHA for 92d1edd
CHANGELOG.rst
@@ -1,11 +1,16 @@
1
Release History
2
===============
3
4
-Unreleased
5
-----------
6
-
7
-- <ToDo: add new entries here>
+1.3.0 (2025-06-XX)
+------------------
8
+- Require h11>=0.16 dependency.
+- Fix "Upgrade" header value to match RFC.
9
+- Add reason "Switching Protocols" to handshake response.
10
+- Add docs for `wsproto.Connection`
11
+- Add support for Python 3.12 and 3.13.
12
+- Drop support for Python 3.7 and 3.8.
13
+- Various linting, styling, and packaging improvements.
14
15
1.2.0 (2022-08-23)
16
------------------
0 commit comments