Skip to content

Commit 3ece8b1

Browse files
authored
Prepare v1.2.0 release (#48)
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 052939a commit 3ece8b1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
# 1.2.0 / 2024-04-29
5+
6+
### Changes
7+
8+
* A new `datadog.add_published_date` option was added. When set to `true` the
9+
`published_date` field is added to all published events using the Kafka
10+
message timestamp as the value. Thanks to @nyk0322.
11+
* Decimal values are now encoded as numeric types when sending to Datadog rather
12+
than base64-encoded bytes.
13+
414
# 1.1.2 / 2024-04-16
515

616
### 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.1.3-SNAPSHOT</version>
14+
<version>1.2.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)