Skip to content

RELEASE v2.9.0

Compare
Choose a tag to compare
@fhussonnois fhussonnois released this 09 Mar 10:09
· 194 commits to master since this release

Features

Improvements & Bugfixes

  • fix: Add application/gzip to recognize gzipped files by @loquisgon in #398
  • fix(api): fix connect schema mapping for map and array by @fhussonnois in #397

Docs

Sub-Tasks

  • build(deps-dev): bump google-cloud-nio from 0.124.15 to 0.126.0 by @dependabot in #354
  • build(deps): bump azure-storage-blob from 12.20.0 to 12.20.1 by @dependabot in #351
  • build(deps): bump antlr4.version from 4.10.1 to 4.11.1 by @dependabot in #350
  • build(deps): bump maven-compiler-plugin from 3.8.1 to 3.10.1 by @dependabot in #342
  • build(deps): bump Saxon-HE from 11.3 to 11.4 by @dependabot in #359
  • build(deps): bump jackson-databind from 2.13.4.2 to 2.14.1 by @dependabot in #358
  • build(deps): bump httpclient from 4.5.13 to 4.5.14 by @dependabot in #360
  • build(deps): bump actions/stale from 5 to 7 by @dependabot in #356
  • build(deps): bump junit.version from 5.9.0 to 5.9.1 by @dependabot in #357
  • build(deps): bump commons-compress from 1.21 to 1.22 by @dependabot in #364
  • build(deps): bump junit.version from 5.9.1 to 5.9.2 by @dependabot in #367
  • build(deps): bump json from 20220320 to 20230227 by @dependabot in #390
  • build(deps): bump libraries-bom from 25.4.0 to 26.9.0 by @dependabot in #387
  • build(deps): bump testcontainer.version from 1.17.5 to 1.17.6 by @dependabot in #365
  • build(deps): bump jackson-core from 2.14.0 to 2.14.2 by @dependabot in #395
  • build(deps-dev): bump json-path from 5.2.0 to 5.3.0 by @dependabot in #394
  • build(deps): bump aws-java-sdk.version from 1.12.324 to 1.12.421 by @dependabot in #396
  • build(deps-dev): bump google-cloud-nio from 0.126.7 to 0.126.8 by @dependabot in #402
  • build(deps): bump Saxon-HE from 11.4 to 12.0 by @dependabot in #399
  • build(deps): bump maven.surefire.plugin.version from 3.0.0-M7 to 3.0.0-M9 by @dependabot in #401
  • build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #400

New Contributors

Docker Images

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

For verifying distirbution zip file

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

Full Changelog: v2.8.0...v2.9.0