Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Releases: humio/kafka-connect-hec-sink

1.1.5

07 Sep 07:27
Compare
Choose a tag to compare
  • Updates to dependencies

1.1.4

01 Feb 10:26
Compare
Choose a tag to compare
  • Updates metadata: logo, license information and links

1.1.3

05 Jan 10:18
Compare
Choose a tag to compare
  • Updates Log4J to 2.17.1 to patch CVE-2021-44832
  • Updates to documentation

1.1.2

23 Dec 10:29
4e8273f
Compare
Choose a tag to compare
  • Updates Log4J to 2.17.0 to patch CVE-2021-45105
  • Updates to other dependencies

1.1.1

14 Dec 13:22
Compare
Choose a tag to compare
  • Updates Log4J to 2.16.0 to patch CVE-2021-44228
  • Updates to other dependencies

1.1

06 Jan 10:22
Compare
Choose a tag to compare
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