1- 4.19.0
1+ 4.19.1
22======
33
4+ _ This is a hotfix release that fixes a config reload time memory leak_
5+
46AxoSyslog is binary-compatible with syslog-ng [ 1] and serves as a drop-in replacement.
57
68We provide [ cloud-ready container images] ( https://github.com/axoflow/axosyslog/#container-images ) and Helm charts.
@@ -9,45 +11,12 @@ Packages are available in our [APT](https://github.com/axoflow/axosyslog/#deb-pa
911
1012Check out the [ AxoSyslog documentation] ( https://axoflow.com/docs/axosyslog-core/ ) for all the details.
1113
12- ## Features
13-
14- * ` dict_to_pairs() ` FilterX function: Added a new function to convert dicts to list of pairs
15-
16- Example usage:
17- ```
18- dict = {
19- "value_1": "foo",
20- "value_2": "bar",
21- "value_3": ["baz", "bax"],
22- };
23-
24- list = dict_to_pairs(dict, "key", "value");
25- # Becomes:
26- # [
27- # {"key":"value_1","value":"foo"},
28- # {"key":"value_2","value":"bar"},
29- # {"key":"value_3","value":["baz","bax"]}
30- # ]
31- ```
32- ([#810](https://github.com/axoflow/axosyslog/pull/810))
33-
3414
3515## Bugfixes
3616
37- * `syslogng_output_unreachable` metric: fix marking destinations unreachable during reload
38- ([#818](https://github.com/axoflow/axosyslog/pull/818))
39-
40- * `transport(proxied-tcp)`: Fix a HAProxy protocol v2 parsing issue that
41- caused a failed assertion. This essentially triggers a crash with a SIGABRT
42- whenever a "LOCAL" command was sent in the HAProxy header without address
43- information.
44- ([#814](https://github.com/axoflow/axosyslog/pull/814))
45-
46- * filterx: fix `parse_csv` function crash if coulumns specified non-existent variable
47- ([#819](https://github.com/axoflow/axosyslog/pull/819))
17+ * ` filterx ` : Fixed a memory leak that occurs during reloads.
18+ ([ #827 ] ( https://github.com/axoflow/axosyslog/pull/827 ) )
4819
49- * `opentelemetry()` source: fix various crashes during startup/reload
50- ([#822](https://github.com/axoflow/axosyslog/pull/822))
5120
5221
5322[ 1] syslog-ng is a trademark of One Identity.
0 commit comments