Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jun 18, 2024
1 parent e067e92 commit ff3281f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

1.1.0
-----

* Improve path challenge handling and compliance with :rfc:`9000`.
* Limit the amount of buffered CRYPTO data to avoid memory exhaustion.
* Enable SHA-384 based signature algorithms and SECP384R1 key exchange.
* Build binary wheels against `OpenSSL`_ 3.3.0.

1.0.0
-----

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ dev = [
]

[project.urls]
homepage = "https://github.com/aiortc/aioquic"
documentation = "https://aioquic.readthedocs.io/"
Homepage = "https://github.com/aiortc/aioquic"
Changelog = "https://aioquic.readthedocs.io/en/stable/changelog.html"
Documentation = "https://aioquic.readthedocs.io/"

[tool.coverage.run]
source = ["aioquic"]
Expand Down
2 changes: 1 addition & 1 deletion src/aioquic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit ff3281f

Please sign in to comment.