Hi, HAProxy 2.9.9 was released on 2024/06/14. It added 13 new commits after version 2.9.8.
As for the 3.0, an major issue on the H1 multiplexer regarding the H1 requests draining for us to emit a new release just few days after the previous one. This issue could lead to a crash becaues of a use-after-free on the H1 connection. In addition, memory cleanup on the proxy fields on deinit was improved, the documentation for some missing command line options were added into the management guide and the configuration manual was also slightly improved. As said for the 3.0, if you are running on the 2.9, you are encouraged to upgrade. Thanks everyone for your help. ############################################################################################# 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 --- Complete changelog : Amaury Denoyelle (1): BUG/MINOR: quic: fix computed length of emitted STREAM frames Aurelien DARRAGON (9): MINOR: log: fix "http-send-name-header" ignore warning message BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit() BUG/MINOR: proxy: fix log_tag leak on deinit() BUG/MINOR: proxy: fix email-alert leak on deinit() BUG/MINOR: proxy: fix check_{command,path} leak on deinit() BUG/MINOR: proxy: fix dyncookie_key leak on deinit() BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit() BUG/MINOR: proxy: fix header_unique_id leak on deinit() DOC: management: rename show stats domain cli "dns" to "resolvers" Christopher Faulet (1): BUG/MAJOR: mux-h1: Prevent any UAF on H1 connection after draining a request Valentine Krasnobaeva (2): DOC/MINOR: management: add missed -dR and -dv options DOC/MINOR: management: add -dZ option -- Christopher Faulet