Version 0.14.0
0.14.0 (2023-11-11)
Changed
- Converted our
Buffer
implementation to native Python instead of C as performance is better thanks to CPython internal optimizations
Fixed
- Addressed performance concerns when attributing new stream ids
- The retry token was based on a weak key
Added
StopSendingReceived
event- Property
open_outbound_streams
inQuicConnection
- Property
max_concurrent_bidi_streams
inQuicConnection
- Property
max_concurrent_uni_streams
inQuicConnection
- Method
get_cipher
inQuicConnection
- Method
get_peercert
inQuicConnection
- Method
get_issuercerts
inQuicConnection