Skip to content

1.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 14:00
· 10 commits to master since this release

Generated for AxoSyslog 4.7.1.

1.8.1 -> 1.9.0

--- a/destination
+++ b/destination

 bigquery(
+    channel-args(
+        <empty>
+        <string> => <number>
+        <string> => <string>
+    )
 )

 loki(
+    channel-args(
+        <empty>
+        <string> => <number>
+        <string> => <string>
+    )
+    tenant-id(<string>)
 )

 opentelemetry(
+    channel-args(
+        <empty>
+        <string> => <number>
+        <string> => <string>
+    )
 )

 syslog-ng-otlp(
+    channel-args(
+        <empty>
+        <string> => <number>
+        <string> => <string>
+    )
 )

--- a/source
+++ b/source

 mqtt(
+    fetch-no-data-delay(<nonnegative-float>)
+    time-reopen(<positive-integer>)
 )

 opentelemetry(
+    channel-args(
+        <empty>
+        <string> => <number>
+        <string> => <string>
+    )
+    concurrent-requests(<positive-integer>)
+    log-fetch-limit(<nonnegative-integer>)
 )

 syslog-ng-otlp(
+    channel-args(
+        <empty>
+        <string> => <number>
+        <string> => <string>
+    )
+    concurrent-requests(<positive-integer>)
+    log-fetch-limit(<nonnegative-integer>)
 )