Skip to content

RELEASE v2.10.0

Compare
Choose a tag to compare
@fhussonnois fhussonnois released this 28 Mar 20:57
· 187 commits to master since this release

Features

Improvements & Bugfixes

  • fix: handle special character in S3 bucket or file name by @kirito73 in #415

Docs

Sub-Tasks

  • build(deps): bump antlr4.version from 4.11.1 to 4.12.0 by @dependabot in #406
  • build(deps): bump azure-storage-blob from 12.20.1 to 12.21.0 by @dependabot in #411
  • build(deps): bump maven.surefire.plugin.version from 3.0.0-M9 to 3.0.0 by @dependabot in #414
  • build(deps): bump azure-identity from 1.6.0 to 1.8.1 by @dependabot in #408
  • build(deps): bump aws-java-sdk.version from 1.12.423 to 1.12.428 by @dependabot in #417
  • build(deps): bump libraries-bom from 26.9.0 to 26.10.0 by @dependabot in #416
  • build(deps-dev): bump google-cloud-nio from 0.126.8 to 0.126.9 by @dependabot in #422
  • build(deps): bump spotbugs from 4.7.0 to 4.7.3 by @dependabot in #421
  • build(deps-dev): bump google-cloud-nio from 0.126.9 to 0.126.10 by @dependabot in #424
  • build(deps): bump Saxon-HE from 12.0 to 12.1 by @dependabot in #426
  • build(deps): bump azure-storage-blob from 12.21.0 to 12.21.1 by @dependabot in #428

Docker Images

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

For verifying distirbution zip file

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

New Contributors

Full Changelog: v2.9.0...v2.10.0