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

1.1

Compare
Choose a tag to compare
@mpdn mpdn released this 06 Jan 10:22
· 25 commits to 1.1-release since this release

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