Skip to content

Release v2.5.0

Choose a tag to compare

@fhussonnois fhussonnois released this 02 Mar 21:38
· 386 commits to master since this release

Features

b8dd10b feat(plugin): allow to configure cache.max.size.capacity for InMemoryFileObjectStateBackingStore
4f892a8 feat: add new config props to define file ordering
f964de0 feat(dataformat): add new XML config to force content field
2a78283 feat: externalize configs for XML filter and reader
b1b8de9 feat: add new config xml.text.node.value.field.name

Improvements & Bugfixes

9163b74 fix(dataformat): fix invalig config and NPE in XMLNodeToStructConverter
a3fe274 fix(api): fix wrong schema for double in TypedStruct (#230)
2884fe0 fix(filters): ignore blank values during DelimitedRowFilter type conversion (#228)
d7a4738 fix(filesystem-s3): fix AmazonS3FileSystemListing get stuck when bucket contains more than max response items (#226)

Docs

5f517f9 docs: fix config props for XML filter and reader
37adaa9 docs: fix typo and config error on AzureBlobStorageFileSystemListing (#229)
a4e28d5 docs: fix yaml
c5cb5a3 docs: fix typos and reformat

Sub-Tasks

Docker Images

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

For verifying distirbution zip file

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