This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Releases: humio/kafka-connect-hec-sink
Releases · humio/kafka-connect-hec-sink
1.1.5
1.1.4
- Updates metadata: logo, license information and links
1.1.3
- Updates Log4J to 2.17.1 to patch CVE-2021-44832
- Updates to documentation
1.1.2
- Updates Log4J to 2.17.0 to patch CVE-2021-45105
- Updates to other dependencies
1.1.1
- Updates Log4J to 2.16.0 to patch CVE-2021-44228
- Updates to other dependencies
1.1
This is a release of the Kafka Connect Humio HEC Sink 1.1.
Changes since 1.0
- Added configuration property "humio.hec.ignore_parsing_errors"
- Added configuration property "humio.hec.log_parsing_errors"
- Added metric counter "com.humio.connect.hec.HECSinkTask.parsing-errors"
- Updated JsonRawStringRecordConverter to attempt JSON parsing, defaulting to raw String on failure.
- Updated EndToEndJsonTest to use StringConverter, exercising both raw String and JSON values.
- Fixed an issue where optional primitive fields were not supported when converting from Avro
- Fixed a bug where sink log- and ignoreParsingErrors config options would cause infinite recursion
- Updated commons-collections4 from 4.0 to 4.1
- Updated log4j-core from 2.8.2 to 2.13.2