Skip to content

Version 0.14.0

Compare
Choose a tag to compare
@Ousret Ousret released this 11 Nov 06:55
· 48 commits to main since this release

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 in QuicConnection
  • Property max_concurrent_bidi_streams in QuicConnection
  • Property max_concurrent_uni_streams in QuicConnection
  • Method get_cipher in QuicConnection
  • Method get_peercert in QuicConnection
  • Method get_issuercerts in QuicConnection