Skip to content

Commit

Permalink
Merge pull request #4326 from alltilla/missing-news-entries
Browse files Browse the repository at this point in the history
news: add entries for #4213, #4262, #4298, #4302, #4305, #4313
  • Loading branch information
MrAnno committed Feb 14, 2023
2 parents 13fd9e5 + 2edaa35 commit 91de539
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/bugfix-4262.md
@@ -0,0 +1 @@
Fixed a rare main loop related crash on FreeBSD.
1 change: 1 addition & 0 deletions news/bugfix-4298.md
@@ -0,0 +1 @@
`python`: Fixed a bug, where `PYTHONPATH` was ignored with `python3.11`.
6 changes: 6 additions & 0 deletions 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)`.
1 change: 1 addition & 0 deletions news/other-4305.md
@@ -0,0 +1 @@
`kubernetes` source: Improved error logging, when the pod was unreachable through the python API.
1 change: 1 addition & 0 deletions news/other-4313.md
@@ -0,0 +1 @@
APT repository: Added .gz, .xz and .bz2 compression to the Packages file.
2 changes: 2 additions & 0 deletions 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))

0 comments on commit 91de539

Please sign in to comment.