Changes since version 3.0-dev6 : Amaury Denoyelle (3): BUG/MINOR: server: reject enabled for dynamic server MINOR: server: allow cookie for dynamic servers BUG/BUILD: debug: fix unused variable error Anthony Deschamps (1): MEDIUM: lb-chash: Deterministic node hashes based on server address Aurelien DARRAGON (4): DOC: config: balance 'first' not usable in LOG mode BUG/MINOR: log/balance: detect if user tries to use unsupported algo MINOR: lbprm: implement true "sticky" balance algo MEDIUM: log/balance: leverage lbprm api for log load-balancing Christopher Faulet (13): REGTESTS: Fix script about OCSP update compatibility tests BUG/MINOR: cli: Report an error to user if command or payload is too big MINOR: sc_strm: Add generic version to perform sync receives and sends MEDIUM: stream: Use generic version to perform sync receives and sends MEDIUM: buf: Add b_getline() and b_getdelim() functions MEDIUM: applet: Handle applets with their own buffers in put functions MEDIUM: cli/applet: Stop to test opposite SC in I/O handler of CLI commands MINOR: applet: Always use applet API to set appctx flags BUG/MEDIUM: applet: State appctx have more data if its EOI/EOS/ERROR flag is set MAJOR: cli: Update the CLI applet to handle its own buffers MINOR: applet: Let's applets .snd_buf function deal with full input buffers MINOR: stconn: Add a connection flag to notify sending data are the last ones MAJOR: cli: Use a custom .snd_buf function to only copy the current command Damien Claisse (1): BUG/MINOR: server: fix persistence cookie for dynamic servers Ilya Shipitsin (1): CI: vtest: show coredumps if any Remi Tricot-Le Breton (5): BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities MEDIUM: ssl: Add 'tune.ssl.ocsp-update.mode' global option REGTESTS: ssl: Add OCSP update compatibility tests REGTESTS: ssl: Add functional test for global ocsp-update option Tim Duesterhus (6): REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (4) REGTESTS: Remove REQUIRE_VERSION=1.9 from all tests (2) CLEANUP: Reapply ist.cocci (3) CLEANUP: Reapply strcmp.cocci (2) CLEANUP: Reapply xalloc_cast.cocci CLEANUP: Reapply ha_free.cocci Willy Tarreau (1): BUG/MEDIUM: stick-tables: fix a small remaining race in expiration task