Skip to content

Version 3.10.0

Compare
Choose a tag to compare
@Ousret Ousret released this 21 Oct 11:53
· 11 commits to main since this release
1933840

3.10.0 (2024-10-21)

Added

  • Automatic Advanced Keep-Alive for HTTP/2 and HTTP/3 over QUIC by sending PING frames.
    New Session, and Adapter parameters are now available: keepalive_delay, and keepalive_idle_window.
    This greatly improves your daily experience working with HTTP/2+ remote peers.

Fixed

  • Unshielded picotls assertion error in Python < 3.10 when trying to fetch the peer intermediate certificate. (#157)