Skip to content

Releases: DataDog/datadog-kafka-connect-logs

1.2.0

30 Apr 15:59
3ece8b1
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

  • Remove log4j2 dependency

1.0.2

15 Dec 00:07
f2779fc
Compare
Choose a tag to compare

Changes

  • Update log4j2 dependency to 2.16.0

1.0.1

11 Dec 20:14
58cd066
Compare
Choose a tag to compare

Changes

  • Update log4j2 dependency to 2.15.0

1.0.0

16 Oct 08:47
Compare
Choose a tag to compare

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

1.0.0-rc.1

15 Oct 14:08
e8ffe54
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Initial version for Confluent verification testing