Skip to content

feat: bump quic to v0.11.0 with HTTP/3 enhancements#840

Open
benoitc wants to merge 1 commit intomasterfrom
feature/quic-v0.11.0
Open

feat: bump quic to v0.11.0 with HTTP/3 enhancements#840
benoitc wants to merge 1 commit intomasterfrom
feature/quic-v0.11.0

Conversation

@benoitc
Copy link
Copy Markdown
Owner

@benoitc benoitc commented Apr 10, 2026

Summary

  • Bump quic dependency from v0.10.2 to v0.11.0
  • Add connection migration support (migrate/1, get_connection_info/1)
  • Add congestion control selection (newreno, cubic, bbr)
  • Add connection statistics API (get_stats/1)
  • Add PING frame support (send_ping/1)
  • Add stream deadline support (set_stream_deadline/3)
  • Handle new migration events in hackney_conn
  • Graceful fallback for unsupported quic functions

@benoitc benoitc force-pushed the feature/quic-v0.11.0 branch 4 times, most recently from 9c190ca to 2e4c40e Compare April 10, 2026 01:05
- Add connection migration support (migrate/1, get_connection_info/1)
- Add congestion control selection (newreno, cubic, bbr)
- Add connection statistics API (get_stats/1)
- Add PING frame support (send_ping/1)
- Add stream deadline support (set_stream_deadline/3)
- Handle new migration events in hackney_conn
- Update types: quic connection is now pid() instead of reference()
- Graceful fallback for unsupported quic functions
@benoitc benoitc force-pushed the feature/quic-v0.11.0 branch from 2e4c40e to d6ab4fe Compare April 10, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant