Skip to content

Commit 9539f2b

Browse files
committed
[RELEASE] Released version 3.1-dev13
Released version 3.1-dev13 with the following main changes : - MEDIUM: mworker: depreciate the 'program' section - BUILD: ot: use a cebtree instead of a list for variable names - MINOR: startup: replace HAPROXY_LOAD_SUCCESS with global load_status - BUG/MINOR: startup: set HAPROXY_CFGFILES in read_cfg - BUG/MINOR: cli: don't show sockpairs in HAPROXY_CLI and HAPROXY_MASTER_CLI - BUG/MEDIUM: stconn: Don't forward shut for SC in connecting state - BUG/MEDIUM: resolvers: Insert a non-executed resulution in front of the wait list - MINOR: debug: explicitly permit the counter condition to be empty - MINOR: debug: add a new counter type for glitches - MINOR: mux-h2: count glitches when they're reported - BUG/MINOR: deinit: release uri_auth admin rules - MINOR: uri_auth: add stats_uri_auth_free helper - MEDIUM: uri_auth: implement clean uri_auth cleaning - MINOR: mux-quic/h3: count glitches when they're reported - BUG/MEDIUM: mux-h2: Don't send RST_STREAM frame for streams with no ID - BUG/MINOR: Don't report early srv aborts on request forwarding in DONE state - MINOR: promex: Expose the global node and description in process metrics - MINOR: promex: Add global and proxies description as labels to all metrics - OPTIM: pattern: only apply LRU cache for large enough lists - BUG/MEDIUM: checks: make sure to always apply offsets to now_ms in expiration - BUG/MINOR: debug: do not set task expiration to TICK_ETERNITY - BUG/MEDIUM: mailers: make sure to always apply offsets to now_ms in expiration - BUG/MINOR: mux_quic: make sure to always apply offsets to now_ms in expiration - BUG/MINOR: peers: make sure to always apply offsets to now_ms in expiration - BUG/MEDIUM: clock: make sure now_ms cannot be TICK_ETERNITY - MINOR: debug/cli: replace "debug dev counters" with "debug counters" - DOC: config: add tune.h2.{be,fe}.rxbuf to the global keywords index - MINOR: chunk: add a BUG_ON upon the next init_trash_buffer()
1 parent 0bfd36e commit 9539f2b

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG

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

4+
2024/11/15 : 3.1-dev13
5+
- MEDIUM: mworker: depreciate the 'program' section
6+
- BUILD: ot: use a cebtree instead of a list for variable names
7+
- MINOR: startup: replace HAPROXY_LOAD_SUCCESS with global load_status
8+
- BUG/MINOR: startup: set HAPROXY_CFGFILES in read_cfg
9+
- BUG/MINOR: cli: don't show sockpairs in HAPROXY_CLI and HAPROXY_MASTER_CLI
10+
- BUG/MEDIUM: stconn: Don't forward shut for SC in connecting state
11+
- BUG/MEDIUM: resolvers: Insert a non-executed resulution in front of the wait list
12+
- MINOR: debug: explicitly permit the counter condition to be empty
13+
- MINOR: debug: add a new counter type for glitches
14+
- MINOR: mux-h2: count glitches when they're reported
15+
- BUG/MINOR: deinit: release uri_auth admin rules
16+
- MINOR: uri_auth: add stats_uri_auth_free helper
17+
- MEDIUM: uri_auth: implement clean uri_auth cleaning
18+
- MINOR: mux-quic/h3: count glitches when they're reported
19+
- BUG/MEDIUM: mux-h2: Don't send RST_STREAM frame for streams with no ID
20+
- BUG/MINOR: Don't report early srv aborts on request forwarding in DONE state
21+
- MINOR: promex: Expose the global node and description in process metrics
22+
- MINOR: promex: Add global and proxies description as labels to all metrics
23+
- OPTIM: pattern: only apply LRU cache for large enough lists
24+
- BUG/MEDIUM: checks: make sure to always apply offsets to now_ms in expiration
25+
- BUG/MINOR: debug: do not set task expiration to TICK_ETERNITY
26+
- BUG/MEDIUM: mailers: make sure to always apply offsets to now_ms in expiration
27+
- BUG/MINOR: mux_quic: make sure to always apply offsets to now_ms in expiration
28+
- BUG/MINOR: peers: make sure to always apply offsets to now_ms in expiration
29+
- BUG/MEDIUM: clock: make sure now_ms cannot be TICK_ETERNITY
30+
- MINOR: debug/cli: replace "debug dev counters" with "debug counters"
31+
- DOC: config: add tune.h2.{be,fe}.rxbuf to the global keywords index
32+
- MINOR: chunk: add a BUG_ON upon the next init_trash_buffer()
33+
434
2024/11/08 : 3.1-dev12
535
- MINOR: startup: tune.renice.{startup,runtime} allow to change priorities
636
- BUG/MEDIUM: promex: Fix dump of extra counters

VERDATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$Format:%ci$
2-
2024/11/08
2+
2024/11/15

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1-dev12
1+
3.1-dev13

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.1
6-
2024/11/08
6+
2024/11/15
77

88

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

0 commit comments

Comments
 (0)