Changes since version 2.2-dev8 : Bertrand Jacquin (1): BUG/MEDIUM: contrib/spoa: do not register python3.8 if --embed fail Christopher Faulet (17): 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 Emeric Brun (2): MEDIUM: ring: new section ring to declare custom ring buffers. BUG/MEDIUM: logs: fix trailing zeros on log message. 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 (1): MEDIUM: ssl: use TLSv1.2 as the minimum default on bind lines Willy Tarreau (3): 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