Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

news: add entries for #4213, #4262, #4298, #4302, #4305, #4313 #4326

Merged
merged 1 commit into from Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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))