File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.1.0
5+ -----
6+
7+ * Improve path challenge handling and compliance with :rfc: `9000 `.
8+ * Limit the amount of buffered CRYPTO data to avoid memory exhaustion.
9+ * Enable SHA-384 based signature algorithms and SECP384R1 key exchange.
10+ * Build binary wheels against `OpenSSL `_ 3.3.0.
11+
4121.0.0
513-----
614
Original file line number Diff line number Diff line change @@ -41,8 +41,9 @@ dev = [
4141]
4242
4343[project .urls ]
44- homepage = " https://github.com/aiortc/aioquic"
45- documentation = " https://aioquic.readthedocs.io/"
44+ Homepage = " https://github.com/aiortc/aioquic"
45+ Changelog = " https://aioquic.readthedocs.io/en/stable/changelog.html"
46+ Documentation = " https://aioquic.readthedocs.io/"
4647
4748[tool .coverage .run ]
4849source = [" aioquic" ]
Original file line number Diff line number Diff line change 1- __version__ = "1.0 .0"
1+ __version__ = "1.1 .0"
You can’t perform that action at this time.
0 commit comments