Skip to content

Commit ff3281f

Browse files
committed
1.1.0
1 parent e067e92 commit ff3281f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
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+
412
1.0.0
513
-----
614

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
4849
source = ["aioquic"]

src/aioquic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)