Hi, HAProxy 2.9.3 was released on 2024/01/18. It added 4 new commits after version 2.9.2.
This is a quick update for those who might be using QUIC with the OpenSSL compatibility layer. A fix for the keylog callback that went into 2.9.2 unfortunately breaks QUIC when "tune.ssl.keylog" is not enabled. Those not using QUIC or using QUIC with a QUIC-aware SSL library (i.e. not OpenSSL), or using "tune.ssl.keylog on" are not impacted and do not need to upgrade. Please find the usual URLs below : Site index : https://www.haproxy.org/ Documentation : https://docs.haproxy.org/ Wiki : https://github.com/haproxy/wiki/wiki Discourse : https://discourse.haproxy.org/ Slack channel : https://slack.haproxy.org/ Issue tracker : https://github.com/haproxy/haproxy/issues Sources : https://www.haproxy.org/download/2.9/src/ Git repository : https://git.haproxy.org/git/haproxy-2.9.git/ Git Web browsing : https://git.haproxy.org/?p=haproxy-2.9.git Changelog : https://www.haproxy.org/download/2.9/src/CHANGELOG Dataplane API : https://github.com/haproxytech/dataplaneapi/releases/latest Pending bugs : https://www.haproxy.org/l/pending-bugs Reviewed bugs : https://www.haproxy.org/l/reviewed-bugs Code reports : https://www.haproxy.org/l/code-reports Latest builds : https://www.haproxy.org/l/dev-packages Willy --- Complete changelog : Amaury Denoyelle (2): BUILD: quic: missing include for quic_tp BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control Frederic Lecaille (1): BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT) Willy Tarreau (1): BUG/MINOR: mux-h2: also count streams for refused ones ---