Skip to content

Release v2.5.2

Choose a tag to compare

@fhussonnois fhussonnois released this 21 Mar 21:55
· 374 commits to master since this release

Features

Improvements & Bugfixes

e8cbbf2 (origin/master, origin/HEAD) fix(api): fix filter-pipeline to always copy record context between filters (#235)
f639209 fix(filesystem): update LocalFileStorage to fallback to a simple move implements as copy+delete (#234)

Docs

Sub-Tasks

Docker Images

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

For verifying distirbution zip file

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