Skip to content

HAProxy 2.7.1

Compare
Choose a tag to compare
@philyuchkoff philyuchkoff released this 27 Dec 12:12
· 43 commits to master since this release
1ad5bda

2022/12/19 : 2.7.1

  • BUG/MINOR: ssl: initialize SSL error before parsing
  • BUG/MINOR: ssl: initialize WolfSSL before parsing
  • BUG/MEDIIM: stconn: Flush output data before forwarding close to write side
  • CI: github: reintroduce openssl 1.1.1
  • CI: github: split ssl lib selection based on git branch
  • BUG/MEDIUM: checks: do not reschedule a possibly running task on state change
  • BUG/MINOR: checks: make sure fastinter is used even on forced transitions
  • MINOR: mworker: display an alert upon a wait-mode exit
  • BUG/MEDIUM: mworker: fix segv in early failure of mworker mode with peers
  • BUG/MEDIUM: mworker: create the mcli_reload socketpairs in case of upgrade
  • BUG/MINOR: checks: restore legacy on-error fastinter behavior
  • BUG/MINOR: init/threads: continue to limit default thread count to max per group
  • BUILD: atomic: atomic.h may need compiler.h on ARMv8.2-a
  • BUILD: makefile/da: also clean Os/ in Device Atlas dummy lib dir
  • BUG/MEDIUM: httpclient/lua: double LIST_DELETE on end of lua task
  • CLEANUP: pools: move the write before free to the uaf-only function
  • CLEANUP: pool: only include pool-os from pool.c not pool.h
  • REORG: pool: move all the OS specific code to pool-os.h
  • CLEANUP: pools: get rid of CONFIG_HAP_POOLS
  • DEBUG: pool: show a few examples in -dMhelp
  • MINOR: pools: make DEBUG_UAF a runtime setting
  • BUG/MINOR: promex: create haproxy_backend_agg_server_status
  • MINOR: promex: introduce haproxy_backend_agg_check_status
  • DOC: promex: Add missing backend metrics
  • BUG/MAJOR: fcgi: Fix uninitialized reserved bytes
  • REGTESTS: fix the race conditions in iff.vtc
  • REGTESTS: startup: check maxconn computation
  • BUG/MINOR: startup: don't use internal proxies to compute the maxconn
  • REGTESTS: startup: change the expected maxconn to 11000
  • CI: github: set ulimit -n to a greater value
  • REGTESTS: startup: activate automatic_maxconn.vtc
  • CLEANUP: ssl: remove check on srv->proxy
  • BUG/MEDIUM: freq-ctr: Don't compute overshoot value for empty counters
  • BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout
  • REGTESTS: startup: add alternatives values in automatic_maxconn.vtc
  • BUG/MEDIUM: h3: reject request with invalid header name
  • BUG/MEDIUM: h3: reject request with invalid pseudo header
  • MINOR: http: extract content-length parsing from H2
  • BUG/MEDIUM: h3: parse content-length and reject invalid messages
  • MINOR: debug: support pool filtering on "debug dev memstats"
  • MINOR: debug: add a balance of alloc - free at the end of the memstats dump
  • CI: github: remove redundant ASAN loop
  • CI: github: split matrix for development and stable branches
  • BUILD: peers: peers-t.h depends on stick-table-t.h
  • MINOR: quic: remove qc from quic_rx_packet
  • MINOR: quic: complete traces in qc_rx_pkt_handle()
  • MINOR: quic: extract datagram parsing code
  • MINOR: tools: add port for ipcmp as optional criteria
  • MINOR: quic: detect connection migration
  • MINOR: quic: ignore address migration during handshake
  • MINOR: quic: startup detect for quic-conn owned socket support
  • MINOR: quic: test IP_PKTINFO support for quic-conn owned socket
  • MINOR: quic: define config option for socket per conn
  • MINOR: quic: allocate a socket per quic-conn
  • MINOR: quic: use connection socket for emission
  • MEDIUM: quic: use quic-conn socket for reception
  • MEDIUM: quic: move receive out of FD handler to quic-conn io-cb
  • MINOR: mux-quic: rename duplicate function names
  • MEDIUM: quic: requeue datagrams received on wrong socket
  • MINOR: quic: reconnect quic-conn socket on address migration
  • BUG/MINOR: quic: fix fd leak on startup check quic-conn owned socket
  • BUG/MINOR: quic: properly handle alloc failure in qc_new_conn()
  • BUG/MINOR: quic: handle alloc failure on qc_new_conn() for owned socket
  • CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote()
  • BUG/MINOR: mux-quic: remove qcs from opening-list on free
  • BUG/MINOR: mux-quic: handle properly alloc error in qcs_new()
  • LICENSE: wurfl: clarify the dummy library license.
  • BUG/MEDIUM: mux-h1: Don't release H1 stream upgraded from TCP on error
  • BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error()
  • BUG/MEDIUM: h3: fix cookie header parsing
  • BUG/MINOR: h3: fix memleak on HEADERS parsing failure
  • MINOR: h3: check return values of htx_add_* on headers parsing
  • BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain
  • MINOR: stats: provide ctx for dumping functions
  • MINOR: stats: introduce stats field ctx
  • BUG/MINOR: stats: fix show stat json buffer limitation
  • BUG/MINOR: quic: fix crash on PTO rearm if anti-amplification reset
  • REGTESTS: startup: disable automatic_maxconn.vtc
  • BUG/MEDIUM: tests: use tmpdir to create UNIX socket
  • BUG/MINOR: mux-h1: Report EOS on parsing/internal error for not running stream
  • BUG/MINOR:: mux-h1: Never handle error at mux level for running connection
  • BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats