Changes since version 3.0-dev0 : Amaury Denoyelle (3): 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 Christopher Faulet (12): 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 Frédéric Lécaille (4): 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) William Lallemand (3): 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()