⏱️ 0.15.0
Breaking Changes:
- Due to the changes needed to support connection migration, many APIs now require an additional
SocketAddr
parameter, includingaccept()
,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