Release 4.0.0

This commit is contained in:
George Wang 2023-03-14 13:29:13 -04:00
parent b373fe5220
commit 79880b469a
47 changed files with 2459 additions and 606 deletions

View file

@ -1,3 +1,11 @@
2023-03-14
- 4.0.0
- Add support for QUICv2 (RFC9369).
- Add support for version negotiation (RFC9368).
- Retry packet for address validation.
- Improve handshake under high packet loss/corruption.
- Improve QUIC interop results
2023-01-26
- 3.3.1
- Fix blocked header encoding stream due to connection flow control congestion.