Hi,

HAProxy 1.8.23 was released on 2019/11/25. It added 14 new commits
after version 1.8.22.

This version is mostly aimed at addressing the header name encoding
issue in HTTP/2. In addition it fixes a corner case where a listener
may loop eating CPU when reaching the frontend/process' connection
limit, and a few other minor issues.

Please find the usual URLs below :
   Site index       : http://www.haproxy.org/
   Discourse        : http://discourse.haproxy.org/
   Slack channel    : https://slack.haproxy.org/
   Issue tracker    : https://github.com/haproxy/haproxy/issues
   Sources          : http://www.haproxy.org/download/1.8/src/
   Git repository   : http://git.haproxy.org/git/haproxy-1.8.git/
   Git Web browsing : http://git.haproxy.org/?p=haproxy-1.8.git
   Changelog        : http://www.haproxy.org/download/1.8/src/CHANGELOG
   Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/

Willy
---
Complete changelog :
Baptiste Assmann (1):
      BUG: dns: timeout resolve not applied for valid resolutions

Christopher Faulet (2):
      BUG/MEDIUM: stream: Be sure to support splicing at the mux level to 
enable it
      BUG/MEDIUM: stream: Be sure to release allocated captures for TCP streams

Emmanuel Hocdet (1):
      BUG/MINOR: ssl: fix crt-list neg filter for openssl < 1.1.1

Eric Salama (1):
      BUILD/MINOR: ssl: fix compiler warning about useless statement

Joao Morais (1):
      BUG/MINOR: config: Update cookie domain warn to RFC6265

William Dauchy (1):
      MINOR: tcp: avoid confusion in time parsing init

William Lallemand (1):
      BUG/MINOR: cli: don't call the kw->io_release if kw->parse failed

Willy Tarreau (6):
      BUG/MEDIUM: listeners: always pause a listener on out-of-resource 
condition
      MINOR: ist: add ist_find_ctl()
      BUG/MAJOR: h2: reject header values containing invalid chars
      BUG/MAJOR: h2: make header field name filtering stronger
      SCRIPTS: create-release: show the correct origin name in suggested 
commands
      SCRIPTS: git-show-backports: add "-s" to proposed cherry-pick commands

---

Reply via email to