Hi, HAProxy 1.7.7 was released on 2017/06/25. It added 6 new commits after version 1.7.6. The purpose was mostly to fix a regression introduced into 1.7.6 as a side effect of a fix, causing a 503 response to be appended just after a redirect when no server is present in the farm. Aside this, it also fixes a long time bug occasionally causing CPU usage loops when peers are in use.
Users of 1.7 are encouraged to upgrade. Please find the usual URLs below : Site index : http://www.haproxy.org/ Discourse : http://discourse.haproxy.org/ Sources : http://www.haproxy.org/download/1.7/src/ Git repository : http://git.haproxy.org/git/haproxy-1.7.git/ Git Web browsing : http://git.haproxy.org/?p=haproxy-1.7.git Changelog : http://www.haproxy.org/download/1.7/src/CHANGELOG Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/ Willy --- Complete changelog : Christopher Faulet (2): BUG/MEDIUM: http: Drop the connection establishment when a redirect is performed BUG/MEDIUM: cfgparse: Check if tune.http.maxhdr is in the range 1..32767 David Carlier (1): BUG/MINOR: haproxy/cli : fix for solaris/illumos distros for CMSG* macros Frédéric Lécaille (1): BUG/MINOR: Wrong peer task expiration handling during synchronization processing. Willy Tarreau (2): DOC: fix references to the section about the unix socket BUG/MINOR: log: pin the front connection when front ip/ports are logged ---