Skip to content

Release v2.5.1

Choose a tag to compare

@fhussonnois fhussonnois released this 17 Mar 21:45
· 378 commits to master since this release

Features

8b1491b feat(plugin): allow to keep leading underscores on field names

Improvements & Bugfixes

d60e574 fix(api): connector should throw an error when merging struct with string
6f6decc fix(plugin): files should be cleanup when an error occurred while converting data to connect record
b308e70 fix(api): fix connect.value.schema is not used when sink topic is computed from record
6aa8123 fix(dataformat): ignore empty XML elements that contain only whitespaces
79deb60 fix(docker): fix docker-compose version

Docs

Sub-Tasks

Docker Images

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

For verifying distirbution zip file

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