-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
This release introduces qlog support for HTTP/3 (#5367, #5372, #5374, #5375, #5376, #5381, #5383).
For this, we completely changed how connection tracing works. Instead of a general-purpose logging.ConnectionTracer (which we removed entirely), we now have a qlog-specific tracer (#5356, #5417). quic-go users can now implement their own qlog events.
It also removes the Prometheus-based metrics collection. Please comment on the tracking issue (#5294) if you rely on metrics and are interested in seeing metrics br…
Would you like to know more?
Read the full article on the following website:
https://github.com/quic-go/quic-go/releases/tag/v0.56.0