Skip to content

Commit 9bc1e43

Browse files
committed
1.2.0
1 parent 7ee141f commit 9bc1e43

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
1.2.0
5+
-----
6+
7+
* Add support for compatible version handling as defined in :rfc:`9368`.
8+
* Add support for QUIC Version 2, as defined in :rfc:`9369`.
9+
* Drop support for draft QUIC versions which were obsoleted by :rfc:`9000`.
10+
* Improve datagram padding to allow better packet coalescing and reduce the
11+
number of roundtrips during connection establishement.
12+
* Fix server anti-amplification checks during address validation to take into
13+
account invalid packets, such as datagram-level padding.
14+
* Allow asyncio clients to make efficient use of 0-RTT by passing
15+
`wait_connected=False` to :meth:`~aioquic.asyncio.connect`.
16+
* Add command-line arguments to the `http3_client` example for client
17+
certificates and negotiating QUIC Version 2.
18+
419
1.1.0
520
-----
621

src/aioquic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)