Skip to content

RELEASE 2.12.0

Compare
Choose a tag to compare
@fhussonnois fhussonnois released this 03 Apr 16:15
· 169 commits to master since this release

Features

Improvements & Bugfixes

  • fix(plugin): fix KafkaFileObjectStateBackingStoreConfig by @fhussonnois

Docs

Sub-Tasks

  • build(deps): bump libraries-bom from 26.10.0 to 26.11.0 by @dependabot in #434
  • build(deps): bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.3.3 by @dependabot in #433
  • build(deps): bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #432
  • build(deps): bump mockito-core from 2.21.0 to 5.2.0 by @dependabot in #410

Docker Images

$ docker pull streamthoughts/kafka-connect-file-pulse:2.12.0

For verifying distirbution zip file

$ curl -L -o streamthoughts-kafka-connect-file-pulse-2.12.0.zip https://github.com/streamthoughts/kafka-connect-file-pulse/releases/download/v2.12.0/streamthoughts-kafka-connect-file-pulse-2.12.0.zip
$ curl -L -o streamthoughts-kafka-connect-file-pulse-2.12.0.zip.asc https://github.com/streamthoughts/kafka-connect-file-pulse/releases/download/v2.12.0/streamthoughts-kafka-connect-file-pulse-2.12.0.zip.asc
$ gpg --keyserver keyserver.ubuntu.com --recv-keys D12696955654914F
$ gpg --verify streamthoughts-kafka-connect-file-pulse-2.12.0.zip.asc streamthoughts-kafka-connect-file-pulse-2.12.0

Full Changelog: v2.11.0...v2.12.0