Changes since version 3.0-dev0 : Amaury Denoyelle (19): MINOR: hq-interop: add fastfwd support CLEANUP: mux_quic: rename ffwd function with prefix qmux_strm_ MINOR: mux-quic: add traces for 0-copy/fast-forward CLEANUP: mux-quic: remove unused prototype MINOR: mux-quic: clean up qcs Rx buffer allocation API MINOR: mux-quic: clean up qcs Tx buffer allocation API CLEANUP: mux-quic: clean up app ops callback definitions MINOR: mux-quic: factorize QC_SF_UNKNOWN_PL_LENGTH set MINOR: h3: complete traces for sending MINOR: h3: adjust zero-copy sending related code MINOR: hq-interop: use zero-copy to transfer single HTX data block BUG/MEDIUM: mux-quic: report early error on stream MINOR: h3: remove quic_conn only reference MINOR: mux-quic: remove qcc_shutdown() from qcc_release() MINOR: mux-quic: use qcc_release in case of init failure MINOR: mux-quic: adjust error code in init failure MINOR: h3: add traces for connection init stage BUG/MINOR: h3: properly handle alloc failure on finalize MINOR: h3: use INTERNAL_ERROR code for init failure Aurelien DARRAGON (2): BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions BUG/MINOR: ext-check: cannot use without preserve-env Christopher Faulet (23): MINOR: channel: Use dedicated functions to deal with STREAMER flags MEDIUM: applet: Handle channel's STREAMER flags on applets size MINOR: applets: Use channel's field to compute amount of data received MEDIUM: cache: Save body size of cached objects and track it on delivery MEDIUM: cache: Add support for endp-to-endp fast-forwarding MINOR: cache: Add global option to enable/disable zero-copy forwarding MINOR: pattern: Use reference name as filename to read patterns from a file MEDIUM: pattern: Add support for virtual and optional files for patterns DOC: config: Add section about name format for maps and ACLs DOC: management/lua: Update commands about map and acl MINOR: promex: Add support for specialized front/back/li/srv metric names MINOR: promex: Export active/backup metrics per-server BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally CLEANUP: mux-h1: Fix a trace message about C-L header addition BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty BUG/MEDIUM: mux-h2: Switch pending error to error if demux buffer is empty BUG/MEDIUM: mux-h2: Only Report H2C error on read error if demux buffer is empty BUG/MEDIUM: mux-h2: Don't report error on SE if error is only pending on H2C BUG/MEDIUM: mux-h2: Don't report error on SE for closed H2 streams DOC: config: Update documentation about local haproxy response BUG/MINOR: server: Use the configured address family for the initial resolution Frédéric Lécaille (6): BUG/MINOR: ssl: Double free of OCSP Certificate ID MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA) BUG/MEDIUM: quic: Possible buffer overflow when building TLS records BUG/MEDIUM: quic: QUIC CID removed from tree without locking William Lallemand (7): DOC: configuration: typo req.ssl_hello_type BUG/MINOR: mworker/cli: fix set severity-output support CLEANUP: mworker/cli: add comments about pcli_find_and_exec_kw() BUILD: ssl: update types in wolfssl cert selection callback MINOR: ssl: activate the certificate selection callback for WolfSSL CI: github: switch to wolfssl git-c4b77ad for new PR BUG/MINOR: resolvers: default resolvers fails when network not configured Willy Tarreau (6): DOC: config: add arguments to sample fetch methods in the table DOC: config: also add arguments to the converters in the table SCRIPTS: mk-patch-list: produce a list of patches DEV: patchbot: add the AI-based bot to pre-select candidate patches to backport DEV: patchbot: use checked buttons as reference instead of internal table DEV: patchbot: allow to show/hide backported patches