diff --git a/news/bugfix-4262.md b/news/bugfix-4262.md new file mode 100644 index 0000000000..2599ae7ab2 --- /dev/null +++ b/news/bugfix-4262.md @@ -0,0 +1 @@ +Fixed a rare main loop related crash on FreeBSD. diff --git a/news/bugfix-4298.md b/news/bugfix-4298.md new file mode 100644 index 0000000000..47bec2b9ee --- /dev/null +++ b/news/bugfix-4298.md @@ -0,0 +1 @@ +`python`: Fixed a bug, where `PYTHONPATH` was ignored with `python3.11`. diff --git a/news/feature-4213.md b/news/feature-4213.md new file mode 100644 index 0000000000..a6d2308300 --- /dev/null +++ b/news/feature-4213.md @@ -0,0 +1,6 @@ +`kubernetes` source: Added `key-delimiter()` option. + +Some metadata fields can contain `.`-s in their name. This does not work with syslog-ng-s macros, which +by default use `.` as a delimiter. The added `key-delimiter()` option changes this behavior by storing +the parsed metadata fields with a custom delimiter. In order to reach the fields, the accessor side has +to use the new delimiter format, e.g. `--key-delimiter` option in `$(format-json)`. diff --git a/news/other-4305.md b/news/other-4305.md new file mode 100644 index 0000000000..7a31405240 --- /dev/null +++ b/news/other-4305.md @@ -0,0 +1 @@ +`kubernetes` source: Improved error logging, when the pod was unreachable through the python API. diff --git a/news/other-4313.md b/news/other-4313.md new file mode 100644 index 0000000000..9d232337d1 --- /dev/null +++ b/news/other-4313.md @@ -0,0 +1 @@ +APT repository: Added .gz, .xz and .bz2 compression to the Packages file. diff --git a/news/packaging-4302.md b/news/packaging-4302.md new file mode 100644 index 0000000000..690805afb2 --- /dev/null +++ b/news/packaging-4302.md @@ -0,0 +1,2 @@ +`systemd-journal`: Fixed a linker error, which occurred, when building with `--with-systemd-journal=optional`. +([#4304](https://github.com/syslog-ng/syslog-ng/pull/4304))