Skip to content

Release v2.4.3

Choose a tag to compare

@fhussonnois fhussonnois released this 16 Feb 10:06
· 402 commits to master since this release

Features

fbe8b6f feat(scel-api): add is_empty expression for string/array fields

Improvements & Bugfixes

2232579 fix(plugins): fix task resources should be closed correctly (#224)
8d266f1 fix(amazons3-fs): fix NPE hen configuring credential provider (#219)

Docs

Sub-Tasks

Docker Images

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

For verifying distirbution zip file

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