Skip to content

Commit d3b4cd1

Browse files
committed
[RELEASE] Released version 2.6-dev5
Released version 2.6-dev5 with the following main changes : - DOC: reflect H2 timeout changes - BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing - BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing - BUG/MINOR: log: Initialize the list element when allocating a new log server - BUG/MINOR: samples: add missing context names for sample fetch functions - MINOR: management: add some basic keyword dump infrastructure - MINOR: config: add a function to dump all known config keywords - MINOR: filters: extend flt_dump_kws() to dump to stdout - MINOR: services: extend list_services() to dump to stdout - MINOR: cli: add a new keyword dump function - MINOR: acl: add a function to dump the list of known ACL keywords - MINOR: samples: add a function to list register sample fetch keywords - MINOR: sample: list registered sample converter functions - MINOR: tools: add strordered() to check whether strings are ordered - MINOR: action: add a function to dump the list of actions for a ruleset - MINOR: config: alphanumerically sort config keywords output - MINOR: sample: alphanumerically sort sample & conv keyword dumps - MINOR: acl: alphanumerically sort the ACL dump - MINOR: cli: alphanumerically sort the dump of supported commands - MINOR: filters: alphabetically sort the list of filter names - MINOR: services: alphabetically sort service names - MEDIUM: httpclient/lua: be stricter with httpclient parameters - MINOR: ssl: split the cert commit io handler - MINOR: ssl: move the cert_exts and the CERT_TYPE enum - MINOR: ssl: simplify the certificate extensions array - MINOR: ssl: export ckch_inst_rebuild() - MINOR: ssl: add "crt" in the cert_exts array - MINOR: ssl/lua: CertCache.set() allows to update an SSL certificate file - BUILD: ssl/lua: CacheCert needs OpenSSL - DOC: lua: CertCache class documentation - BUG/MEDIUM: quic: do not use qcs from quic_stream on ACK parsing - MINOR: mux-quic: return qcs instance from qcc_get_qcs - MINOR: mux-quic: reorganize qcs free - MINOR: mux-quic: define release app-ops - BUG/MINOR: h3: release resources on close - BUG/MINOR: mux-quic: ensure to free all qcs on MUX release - CLEANUP: quic: complete comment on qcs_try_to_consume - MINOR: quic: implement stream descriptor for transport layer - MEDIUM: quic: move transport fields from qcs to qc_conn_stream - MEDIUM: mux-quic: remove qcs tree node - BUG/MINOR: cli/stream: fix "shutdown session" to iterate over all threads - DOC: management: add missing dot in 9.4.1 - BUG/MAJOR: mux_pt: always report the connection error to the conn_stream - DOC: remove double blanks in configuration.txt - CI: github actions: update OpenSSL to 3.0.2 - BUG/MEDIUM: quic: Possible crash in ha_quic_set_encryption_secrets() - CLEANUP: quic: Remove all atomic operations on quic_conn struct - CLEANUP: quic: Remove all atomic operations on packet number spaces - MEDIUM: quic: Send ACK frames asap - BUG/MINOR: quic: Missing probing packets when coalescing - BUG/MINOR: quic: Discard Initial packet number space only one time - MINOR: quic: Do not display any timer value from process_timer() - BUG/MINOR: quic: Do not probe from an already probing packet number space - BUG/MINOR: quic: Non duplicated frames upon fast retransmission - BUG/MINOR: quic: Too much prepared retransmissions due to anti-amplification - MINOR: quic: Useless call to SSL_CTX_set_default_verify_paths() - MINOR: quic: Add traces about list of frames - BUG/MINOR: h3: Missing wait event struct field initialization - BUG/MINOR: quic: QUIC TLS secrets memory leak - BUG/MINOR: quic: Missing ACK range deallocations - BUG/MINOR: quic: Missing TX packet deallocations - CLEANUP: hpack: be careful about integer promotion from uint8_t - OPTIM: hpack: read 32 bits at once when possible. - MEDIUM: ssl: allow loading of a directory with the ca-file directive - BUG/MINOR: ssl: continue upon error when opening a directory w/ ca-file - MINOR: ssl: ca-file @system-ca loads the system trusted CA - DOC: configuration: add the ca-file changes - MINOR: sample: converter: Add add_item convertor - BUG/MINOR: ssl: handle X509_get_default_cert_dir() returning NULL - BUG/MINOR: ssl/cli: Remove empty lines from CLI output - MINOR: httpclient: enable request buffering - MEDIUM: httpclient: enable l7-retry - BUG/MINOR: httpclient: end callback in applet release - MINOR: quic: Add draining connection state. - MINOR: quic: Add closing connection state - BUG/MEDIUM: quic: ensure quic-conn survives to the MUX - CLEANUP: quic: use static qualifer on quic_close - CLEANUP: mux-quic: remove unused QC_CF_CC_RECV - BUG/MINOR: fix memleak on quic-conn streams cleaning - MINOR: mux-quic: factorize conn-stream attach - MINOR: mux-quic: adjust timeout to accelerate closing - MINOR: mux-quic: define is_active app-ops - MINOR: mux-quic: centralize send operations in qc_send - MEDIUM: mux-quic: report CO_FL_ERROR on send - MEDIUM: mux-quic: report errors on conn-streams - MEDIUM: quic: report closing state for the MUX - BUG/MINOR: fcgi-app: Don't add C-L header on response to HEAD requests - BUG/MEDIUM: stats: Be sure to never set EOM flag on an empty HTX message - BUG/MEDIUM: hlua: Don't set EOM flag on an empty HTX message in HTTP applet - BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message - BUG/MEDIUM: mux-h1: Set outgoing message to DONE when payload length is reached - BUG/MINOR: http_client: Don't add input data on an empty request buffer - BUG/MEDIUM: http-conv: Fix url_enc() to not crush const samples - BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid - CLEANUP: mux-quic: remove uneeded TODO in qc_detach - BUG/MEDIUM: mux-quic: properly release conn-stream on detach - BUG/MINOR: quic: set the source not the destination address on accept() - BUG/MEDIUM: quic: Possible crash from quic_free_arngs() - MINOR: quic_tls: Add reusable cipher contexts to QUIC TLS contexts - MINOR: quic_tls: Stop hardcoding cipher IV lengths - CLEANUP: quic: Do not set any cipher/group from ssl_quic_initial_ctx() - MINOR: quic: Add short packet key phase bit values to traces - MINOR: quic_tls: Make key update use of reusable cipher contexts - BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set() - BUG/BUILD: opentracing: fixed OT_DEFINE variable setting - EXAMPLES: opentracing: refined shell scripts for testing filter performance - DOC: opentracing: corrected comments in function descriptions - CLEANUP: opentracing: removed unused function flt_ot_var_unset() - CLEANUP: opentracing: removed unused function flt_ot_var_get() - Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'" - MINOR: opentracing: only takes the variables lock on shared entries - CLEANUP: opentracing: added flt_ot_smp_init() function - CLEANUP: opentracing: added variable to store variable length - MINOR: opentracing: improved normalization of context variable names - DEBUG: opentracing: show return values of all functions in the debug output - CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum - DEBUG: opentracing: display the contents of the err variable after setting - MAJOR: opentracing: reenable usage of vars to transmit opentracing context - Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time" - MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window
1 parent b5d968d commit d3b4cd1

File tree

4 files changed

+125
-3
lines changed

4 files changed

+125
-3
lines changed

CHANGELOG

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

4+
2022/04/09 : 2.6-dev5
5+
- DOC: reflect H2 timeout changes
6+
- BUG/MEDIUM: mux-fcgi: Properly handle return value of headers/trailers parsing
7+
- BUG/MEDIUM: mux-h1: Properly detect full buffer cases during message parsing
8+
- BUG/MINOR: log: Initialize the list element when allocating a new log server
9+
- BUG/MINOR: samples: add missing context names for sample fetch functions
10+
- MINOR: management: add some basic keyword dump infrastructure
11+
- MINOR: config: add a function to dump all known config keywords
12+
- MINOR: filters: extend flt_dump_kws() to dump to stdout
13+
- MINOR: services: extend list_services() to dump to stdout
14+
- MINOR: cli: add a new keyword dump function
15+
- MINOR: acl: add a function to dump the list of known ACL keywords
16+
- MINOR: samples: add a function to list register sample fetch keywords
17+
- MINOR: sample: list registered sample converter functions
18+
- MINOR: tools: add strordered() to check whether strings are ordered
19+
- MINOR: action: add a function to dump the list of actions for a ruleset
20+
- MINOR: config: alphanumerically sort config keywords output
21+
- MINOR: sample: alphanumerically sort sample & conv keyword dumps
22+
- MINOR: acl: alphanumerically sort the ACL dump
23+
- MINOR: cli: alphanumerically sort the dump of supported commands
24+
- MINOR: filters: alphabetically sort the list of filter names
25+
- MINOR: services: alphabetically sort service names
26+
- MEDIUM: httpclient/lua: be stricter with httpclient parameters
27+
- MINOR: ssl: split the cert commit io handler
28+
- MINOR: ssl: move the cert_exts and the CERT_TYPE enum
29+
- MINOR: ssl: simplify the certificate extensions array
30+
- MINOR: ssl: export ckch_inst_rebuild()
31+
- MINOR: ssl: add "crt" in the cert_exts array
32+
- MINOR: ssl/lua: CertCache.set() allows to update an SSL certificate file
33+
- BUILD: ssl/lua: CacheCert needs OpenSSL
34+
- DOC: lua: CertCache class documentation
35+
- BUG/MEDIUM: quic: do not use qcs from quic_stream on ACK parsing
36+
- MINOR: mux-quic: return qcs instance from qcc_get_qcs
37+
- MINOR: mux-quic: reorganize qcs free
38+
- MINOR: mux-quic: define release app-ops
39+
- BUG/MINOR: h3: release resources on close
40+
- BUG/MINOR: mux-quic: ensure to free all qcs on MUX release
41+
- CLEANUP: quic: complete comment on qcs_try_to_consume
42+
- MINOR: quic: implement stream descriptor for transport layer
43+
- MEDIUM: quic: move transport fields from qcs to qc_conn_stream
44+
- MEDIUM: mux-quic: remove qcs tree node
45+
- BUG/MINOR: cli/stream: fix "shutdown session" to iterate over all threads
46+
- DOC: management: add missing dot in 9.4.1
47+
- BUG/MAJOR: mux_pt: always report the connection error to the conn_stream
48+
- DOC: remove double blanks in configuration.txt
49+
- CI: github actions: update OpenSSL to 3.0.2
50+
- BUG/MEDIUM: quic: Possible crash in ha_quic_set_encryption_secrets()
51+
- CLEANUP: quic: Remove all atomic operations on quic_conn struct
52+
- CLEANUP: quic: Remove all atomic operations on packet number spaces
53+
- MEDIUM: quic: Send ACK frames asap
54+
- BUG/MINOR: quic: Missing probing packets when coalescing
55+
- BUG/MINOR: quic: Discard Initial packet number space only one time
56+
- MINOR: quic: Do not display any timer value from process_timer()
57+
- BUG/MINOR: quic: Do not probe from an already probing packet number space
58+
- BUG/MINOR: quic: Non duplicated frames upon fast retransmission
59+
- BUG/MINOR: quic: Too much prepared retransmissions due to anti-amplification
60+
- MINOR: quic: Useless call to SSL_CTX_set_default_verify_paths()
61+
- MINOR: quic: Add traces about list of frames
62+
- BUG/MINOR: h3: Missing wait event struct field initialization
63+
- BUG/MINOR: quic: QUIC TLS secrets memory leak
64+
- BUG/MINOR: quic: Missing ACK range deallocations
65+
- BUG/MINOR: quic: Missing TX packet deallocations
66+
- CLEANUP: hpack: be careful about integer promotion from uint8_t
67+
- OPTIM: hpack: read 32 bits at once when possible.
68+
- MEDIUM: ssl: allow loading of a directory with the ca-file directive
69+
- BUG/MINOR: ssl: continue upon error when opening a directory w/ ca-file
70+
- MINOR: ssl: ca-file @system-ca loads the system trusted CA
71+
- DOC: configuration: add the ca-file changes
72+
- MINOR: sample: converter: Add add_item convertor
73+
- BUG/MINOR: ssl: handle X509_get_default_cert_dir() returning NULL
74+
- BUG/MINOR: ssl/cli: Remove empty lines from CLI output
75+
- MINOR: httpclient: enable request buffering
76+
- MEDIUM: httpclient: enable l7-retry
77+
- BUG/MINOR: httpclient: end callback in applet release
78+
- MINOR: quic: Add draining connection state.
79+
- MINOR: quic: Add closing connection state
80+
- BUG/MEDIUM: quic: ensure quic-conn survives to the MUX
81+
- CLEANUP: quic: use static qualifer on quic_close
82+
- CLEANUP: mux-quic: remove unused QC_CF_CC_RECV
83+
- BUG/MINOR: fix memleak on quic-conn streams cleaning
84+
- MINOR: mux-quic: factorize conn-stream attach
85+
- MINOR: mux-quic: adjust timeout to accelerate closing
86+
- MINOR: mux-quic: define is_active app-ops
87+
- MINOR: mux-quic: centralize send operations in qc_send
88+
- MEDIUM: mux-quic: report CO_FL_ERROR on send
89+
- MEDIUM: mux-quic: report errors on conn-streams
90+
- MEDIUM: quic: report closing state for the MUX
91+
- BUG/MINOR: fcgi-app: Don't add C-L header on response to HEAD requests
92+
- BUG/MEDIUM: stats: Be sure to never set EOM flag on an empty HTX message
93+
- BUG/MEDIUM: hlua: Don't set EOM flag on an empty HTX message in HTTP applet
94+
- BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message
95+
- BUG/MEDIUM: mux-h1: Set outgoing message to DONE when payload length is reached
96+
- BUG/MINOR: http_client: Don't add input data on an empty request buffer
97+
- BUG/MEDIUM: http-conv: Fix url_enc() to not crush const samples
98+
- BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid
99+
- CLEANUP: mux-quic: remove uneeded TODO in qc_detach
100+
- BUG/MEDIUM: mux-quic: properly release conn-stream on detach
101+
- BUG/MINOR: quic: set the source not the destination address on accept()
102+
- BUG/MEDIUM: quic: Possible crash from quic_free_arngs()
103+
- MINOR: quic_tls: Add reusable cipher contexts to QUIC TLS contexts
104+
- MINOR: quic_tls: Stop hardcoding cipher IV lengths
105+
- CLEANUP: quic: Do not set any cipher/group from ssl_quic_initial_ctx()
106+
- MINOR: quic: Add short packet key phase bit values to traces
107+
- MINOR: quic_tls: Make key update use of reusable cipher contexts
108+
- BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set()
109+
- BUG/BUILD: opentracing: fixed OT_DEFINE variable setting
110+
- EXAMPLES: opentracing: refined shell scripts for testing filter performance
111+
- DOC: opentracing: corrected comments in function descriptions
112+
- CLEANUP: opentracing: removed unused function flt_ot_var_unset()
113+
- CLEANUP: opentracing: removed unused function flt_ot_var_get()
114+
- Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'"
115+
- MINOR: opentracing: only takes the variables lock on shared entries
116+
- CLEANUP: opentracing: added flt_ot_smp_init() function
117+
- CLEANUP: opentracing: added variable to store variable length
118+
- MINOR: opentracing: improved normalization of context variable names
119+
- DEBUG: opentracing: show return values of all functions in the debug output
120+
- CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum
121+
- DEBUG: opentracing: display the contents of the err variable after setting
122+
- MAJOR: opentracing: reenable usage of vars to transmit opentracing context
123+
- Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time"
124+
- MEDIUM: global: Add a "close-spread-time" option to spread soft-stop on time window
125+
4126
2022/03/26 : 2.6-dev4
5127
- BUG/MEDIUM: httpclient: don't consume data before it was analyzed
6128
- CLEANUP: htx: remove unused co_htx_remove_blk()

VERDATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$Format:%ci$
2-
2022/03/26
2+
2022/04/09

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6-dev4
1+
2.6-dev5

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
----------------------
55
version 2.6
66
willy tarreau
7-
2022/03/26
7+
2022/04/09
88

99

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

0 commit comments

Comments
 (0)