Skip to content

⏱️ 0.15.0

Compare
Choose a tag to compare
@ghedo ghedo released this 07 Oct 08:28
· 372 commits to master since this release
0.15.0

Breaking Changes:

  • Due to the changes needed to support connection migration, many APIs now require an additional SocketAddr parameter, including accept(), connect(), RecvInfo, SendInfo.

Highlights:

  • Added support for connection migration.
  • Added support for the HTTP/3 PRIORITY_UPDATE frame (see h3::Connection::send_priority_update_for_request()`).
  • Added support for the BBR congestion control algorithm (note: this requires application to also support pacing).
  • Many more bug fixes and performance improvements.

Full changelog at 0.14.0...0.15.0