Commit 9bc1e43 1 parent 7ee141f commit 9bc1e43 Copy full SHA for 9bc1e43
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
19
1.1.0
5
20
-----
6
21
Original file line number Diff line number Diff line change 1
- __version__ = "1.1 .0"
1
+ __version__ = "1.2 .0"
You can’t perform that action at this time.
0 commit comments