Skip to content

Releases: DataDog/datadog-kafka-connect-logs

1.4.0

11 Aug 19:17
a065c62

Choose a tag to compare

What's Changed

Added support for Confluent Platform 8.0.0

1.3.0 / 2024-05-24

24 May 07:08
1.3.0
1604cbd

Choose a tag to compare

What's Changed

  • A new datadog.parse_record_headers option was added. When set to true the Kafka Record Headers are parsed and passed to DataDog as a kafkaheaders object. #49 by @jm1221d

1.2.0

30 Apr 15:59
3ece8b1

Choose a tag to compare

Changes

  • A new datadog.add_published_date option was added. When set to true the
    published_date field is added to all published events using the Kafka
    message timestamp as the value. Thanks to @nyk0322.
  • Decimal values are now encoded as numeric types when sending to Datadog rather
    than base64-encoded bytes.

1.1.2

17 Apr 00:33
3f5a95a

Choose a tag to compare

Changes

  • Removed call to disconnect on HttpURLConnection to encourage connection reuse.
  • Revamped debug and trace level logging to make debug logging more useful
  • Added User-Agent header to requests

1.1.1

07 Jun 09:00
3452e59

Choose a tag to compare

Changes

  • Fix CVE-2022-25647 by upgrading the version of com.google.code.gson to 2.8.9.

1.1.0

17 Jan 10:06
b456936

Choose a tag to compare

Changes

  • Add datadog url endpoint configurable from parameters
  • Add datadog site configurable from parameters
  • Use API V2 endpoint

1.0.3

18 Dec 15:09
c6d7dd0

Choose a tag to compare

Changes

  • Remove log4j2 dependency

1.0.2

15 Dec 00:07
f2779fc

Choose a tag to compare

Changes

  • Update log4j2 dependency to 2.16.0

1.0.1

11 Dec 20:14
58cd066

Choose a tag to compare

Changes

  • Update log4j2 dependency to 2.15.0

1.0.0

16 Oct 08:47

Choose a tag to compare

Initial release of the connector. It sends Kafka records to Datadog's logs-intake as JSON logs.