Skip to content

Commit 1604cbd

Browse files
authored
Prepare release 1.3.0 (#50)
* Prepare release `1.3.0` * Release will happen tomorrow.
1 parent 923c4d4 commit 1604cbd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
# 1.2.0 / 2024-04-29
513

614
### Changes

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<url>https://www.datadoghq.com/</url>
1212
</organization>
1313
<name>datadog-kafka-connect-logs</name>
14-
<version>1.2.0</version>
14+
<version>1.3.0</version>
1515
<description>A Kafka Connect Connector that sends Kafka Connect records as logs to the Datadog API.</description>
1616
<url>https://github.com/DataDog/datadog-kafka-connect-logs</url>
1717

0 commit comments

Comments
 (0)