Hi, HAProxy 2.8.18 was released on 2025/12/25. It added 1 new commits after version 2.8.17.
One fix for an H2 idle connection issue that was thought to affect all versions has a bad effect alone on 2.8, causing idle connections not to be preserved after a certain number accumulate, resulting in a high connection rate on the backend. Let's revert the fix for now to address the problem. If it turns out in the future that this fix is really needed for 2.8, then we'll backport the few other ones that come with it, but that are still a bit tricky and that we prefer to postpone for now. If you don't use H2 on the backend, no need to update. 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 Q&A from devs : https://github.com/orgs/haproxy/discussions Sources : https://www.haproxy.org/download/2.8/src/ Git repository : https://git.haproxy.org/git/haproxy-2.8.git/ Git Web browsing : https://git.haproxy.org/?p=haproxy-2.8.git Changelog : https://www.haproxy.org/download/2.8/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 : Willy Tarreau (1): Revert "BUG/MEDIUM: mux-h2: make sure not to move a dead connection to idle" ---

