Skip to content

Commit 35a71a0

Browse files
committed
[RELEASE] Released version 3.2.10
Released version 3.2.10 with the following main changes : - BUG/MEDIUM: mworker/listener: ambiguous use of RX_F_INHERITED with shards - BUG/MEDIUM: h1-htx: Don't set HTX_FL_EOM flag on 1xx informational messages - BUG/MINOR: http-ana: Reset analyse_exp date after 'wait-for-body' action - BUG/MEDIUM: applet: Fix conditions to detect spinning loop with the new API - BUG/MEDIUM: cli: State the cli have no more data to deliver if it yields - BUG/MINOR: acme: handle multiple auth with the same name - BUG/MINOR: acme: prevent creating map entries with dns-01 - BUG/MINOR: acme: better challenge_ready processing - BUG/MINOR: acme: warning ‘ctx’ may be used uninitialized - BUG/MINOR: acme: fix ha_alert() call - BUG/MINOR: jwt: Missing "case" in switch statement - BUG/MEDIUM: connection: fix "bc_settings_streams_limit" typo - DOC: config: mention clearer that the cache's total-max-size is mandatory - DOC: config: reorder the cache section's keywords - BUG/MINOR: quic/ssl: crash in ClientHello callback ssl traces - MINOR: quic: Add useful debugging traces in qc_idle_timer_do_rearm() - BUG/MINOR: ssl: Don't allow to set NULL sni - BUG/MEDIUM: http-ana: Don't close server connection on read0 in TUNNEL mode - DOC: config: Fix description of the spop mode - DOC: config: Improve spop mode documentation - MINOR: h2/trace: emit a trace of the received RST_STREAM type - MINOR: hlua: emit a log instead of an alert for aborted actions due to unavailable yield - BUG/MEDIUM: quic: support some ciphersuites and curves related options - BUG/MINOR: cfgparse-listen: update err_code for fatal error on proxy directive - MEDIUM: h1: Immediately try to read data for frontend - MEDIUM: mux-h2: do not needlessly refrain from sending data early - MINOR: mux-h2: extract the code to send preface+settings into its own function - BUG/MINOR: mux-h2: send the preface along with the first request if needed - MINOR: cfgdiag: adjust diag on servers - BUG/MINOR: check: only try connection reuse for http-check rulesets - MINOR: quic: adjust CID conn tree alloc in qc_new_conn() - MINOR: quic: split CID alloc/generation function - BUG/MEDIUM: quic: handle collision on CID generation - BUG/MEDIUM: quic: Don't try to use hystart if not implemented
1 parent 2b985e4 commit 35a71a0

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

CHANGELOG

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
ChangeLog :
22
===========
33

4+
2025/12/18 : 3.2.10
5+
- BUG/MEDIUM: mworker/listener: ambiguous use of RX_F_INHERITED with shards
6+
- BUG/MEDIUM: h1-htx: Don't set HTX_FL_EOM flag on 1xx informational messages
7+
- BUG/MINOR: http-ana: Reset analyse_exp date after 'wait-for-body' action
8+
- BUG/MEDIUM: applet: Fix conditions to detect spinning loop with the new API
9+
- BUG/MEDIUM: cli: State the cli have no more data to deliver if it yields
10+
- BUG/MINOR: acme: handle multiple auth with the same name
11+
- BUG/MINOR: acme: prevent creating map entries with dns-01
12+
- BUG/MINOR: acme: better challenge_ready processing
13+
- BUG/MINOR: acme: warning ‘ctx’ may be used uninitialized
14+
- BUG/MINOR: acme: fix ha_alert() call
15+
- BUG/MINOR: jwt: Missing "case" in switch statement
16+
- BUG/MEDIUM: connection: fix "bc_settings_streams_limit" typo
17+
- DOC: config: mention clearer that the cache's total-max-size is mandatory
18+
- DOC: config: reorder the cache section's keywords
19+
- BUG/MINOR: quic/ssl: crash in ClientHello callback ssl traces
20+
- MINOR: quic: Add useful debugging traces in qc_idle_timer_do_rearm()
21+
- BUG/MINOR: ssl: Don't allow to set NULL sni
22+
- BUG/MEDIUM: http-ana: Don't close server connection on read0 in TUNNEL mode
23+
- DOC: config: Fix description of the spop mode
24+
- DOC: config: Improve spop mode documentation
25+
- MINOR: h2/trace: emit a trace of the received RST_STREAM type
26+
- MINOR: hlua: emit a log instead of an alert for aborted actions due to unavailable yield
27+
- BUG/MEDIUM: quic: support some ciphersuites and curves related options
28+
- BUG/MINOR: cfgparse-listen: update err_code for fatal error on proxy directive
29+
- MEDIUM: h1: Immediately try to read data for frontend
30+
- MEDIUM: mux-h2: do not needlessly refrain from sending data early
31+
- MINOR: mux-h2: extract the code to send preface+settings into its own function
32+
- BUG/MINOR: mux-h2: send the preface along with the first request if needed
33+
- MINOR: cfgdiag: adjust diag on servers
34+
- BUG/MINOR: check: only try connection reuse for http-check rulesets
35+
- MINOR: quic: adjust CID conn tree alloc in qc_new_conn()
36+
- MINOR: quic: split CID alloc/generation function
37+
- BUG/MEDIUM: quic: handle collision on CID generation
38+
- BUG/MEDIUM: quic: Don't try to use hystart if not implemented
39+
440
2025/11/21 : 3.2.9
541
- MINOR: ssl/sample: expose ssl_*c_curve for AWS-LC
642
- Revert "BUG/MEDIUM: connections: permit to permanently remove an idle conn"

VERDATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$Format:%ci$
2-
2025/11/21
2+
2025/12/18

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.9
1+
3.2.10

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Configuration Manual
44
----------------------
55
version 3.2
6-
2025/11/21
6+
2025/12/18
77

88

99
This document covers the configuration language as implemented in the version

0 commit comments

Comments
 (0)