We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.3.0
1 parent 923c4d4 commit 1604cbdCopy full SHA for 1604cbd
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+# 1.3.0 / 2024-05-24
5
+
6
+### Changes
7
8
+* A new `datadog.parse_record_headers` option was added. When set to `true` the
9
+ Kafka Record Headers are parsed and passed to DataDog as a `kafkaheaders` object.
10
+ Thanks to @jm1221d.
11
12
# 1.2.0 / 2024-04-29
13
14
### Changes
pom.xml
@@ -11,7 +11,7 @@
<url>https://www.datadoghq.com/</url>
</organization>
<name>datadog-kafka-connect-logs</name>
- <version>1.2.0</version>
+ <version>1.3.0</version>
15
<description>A Kafka Connect Connector that sends Kafka Connect records as logs to the Datadog API.</description>
16
<url>https://github.com/DataDog/datadog-kafka-connect-logs</url>
17
0 commit comments