Changes since version 2.2-dev8 : Bertrand Jacquin (1): BUG/MEDIUM: contrib/spoa: do not register python3.8 if --embed fail Christopher Faulet (22): BUG/MINOR: http-htx: Don't forget to release the http reply in release function BUG/MINOR: http-htx: Fix a leak on error path during http reply parsing MINOR: checks: Remove dead code from process_chk_conn() REGTESTS: checks: Fix tls_health_checks when IPv6 addresses are used REGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for compression/lua_validation REGTESTS: Require the version 2.2 to execute lua/set_var BUG/MEDIUM: checks: Refresh the conn-stream and the connection after a connect MINOR: checks: Remove useless tests on the connection and conn-stream BUG/MEDIUM: connection: Ignore PP2 unique ID for stream-less connections BUG/MINOR: connection: Always get the stream when available to send PP2 line MINOR: http-ana: Make the function http_reply_to_htx() public MINOR: http-ana: Use proxy's error replies to emit 401/407 responses MINOR: http-rules: Use an action function to eval http-request auth rules CLEANUP: http: Remove unused HTTP message templates BUG/MEDIUM: checks: Don't blindly subscribe for receive if waiting for connect MINOR: checks: I/O callback function only rely on the data layer wake callback BUG/MEDIUM: checks: Don't add a tcpcheck ruleset twice in the shared tree MINOR: mux-h1/proxy: Add a proxy option to disable clear h2 upgrade BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations BUG/MINOR: checks: Fix test on http-check rulesets during config validity check BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics Emeric Brun (7): MEDIUM: ring: new section ring to declare custom ring buffers. BUG/MEDIUM: logs: fix trailing zeros on log message. MINOR: ring: re-work ring attach generic API. BUG/MINOR: error on unknown statement in ring section. MEDIUM: ring: add server statement to forward messages from a ring MEDIUM: ring: add new srv statement to support octet counting forward BUG/MINOR: peers: fix internal/network key type mapping. Ilya Shipitsin (1): CI: cirrus-ci: skip reg-tests/connection/proxy_protocol_send_unique_id_alpn.vtc on CentOS 6 Nathan Neulinger (1): BUG/MINOR: lua: Add missing string length for lua sticktable lookup Olivier Houchard (1): BUG/MEDIUM: backend: set the connection owner to the session when using alpn. Tim Duesterhus (7): REGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for lua/txn_get_priv MINOR: lua: Use vars_unset_by_name_ifexist() CLEANUP: vars: Remove void vars_unset_by_name(const char*, size_t, struct sample*) MINOR: vars: Make vars_(un|)set_by_name(_ifexist|) return a success value MINOR: lua: Make `set_var()` and `unset_var()` return success MEDIUM: lua: Add `ifexist` parameter to `set_var` REGTEST: Add connection/proxy_protocol_send_unique_id_alpn William Lallemand (9): MEDIUM: ssl: use TLSv1.2 as the minimum default on bind lines MINOR: ssl: set ssl-min-ver in ambiguous configurations CLEANUP: ssl: remove comment from dump_crtlist_sslconf() Revert "MINOR: ssl: rework add cert chain to CTX to be libssl independent" DOC: add a line about comments in crt-list BUG/MEDIUM: mworker: fix the copy of options in copy_argv() BUG/MINOR: init: -x can have a parameter starting with a dash BUG/MINOR: init: -S can have a parameter starting with a dash BUG/MEDIUM: mworker: fix the reload with an -- option Willy Tarreau (7): MINOR: pools: compute an estimate of each pool's average needed objects MEDIUM: pools: directly free objects when pools are too much crowded BUG/MINOR: nameservers: fix error handling in parsing of resolv.conf CLEANUP: pools: use the regular lock for the flush operation on lockless pools SCRIPTS: publish-release: pass -n to gzip to remove timestamp BUILD: sink: address build warning on 32-bit architectures CLEANUP: regex: remove outdated support for regex actions