- A new
datadog.parse_record_headers
option was added. When set totrue
the Kafka Record Headers are parsed and passed to DataDog as akafkaheaders
object. Thanks to @jm1221d.
- A new
datadog.add_published_date
option was added. When set totrue
thepublished_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.
- Removed call to
disconnect
onHttpURLConnection
to encourage connection reuse. - Revamped debug and trace level logging to make debug logging more useful
- Added
User-Agent
header to requests
- Fix CVE-2022-25647 by upgrading the version of
com.google.code.gson
to2.8.9
.
- Add datadog url endpoint configurable from parameters
- Add datadog site configurable from parameters
- Use API V2 endpoint
- Remove log4j2 dependency
- Update log4j2 dependency to
2.16.0
- Update log4j2 dependency to
2.15.0
Initial release