Skip to content

Releases: streamthoughts/kafka-connect-file-pulse

v1.5.3

10 Sep 12:23
Compare
Choose a tag to compare

Improvements and Bug fixes

6ec42eb fix(api): fix regression on DefaultTypeValueMerger
99288ff fix(plugin): fix XMLFileInputReader should read text node attributes (#74)

Docker Image

Released on Docker Hub

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

v1.5.2

03 Sep 20:08
Compare
Choose a tag to compare

Improvements and Bug fixes

994d8ba fix(filters): fix ExplodeFilter should support dotted notation
2877c33 fix(filters): fix JSONFilter not supporting null field (#71)
b0f6f29 fix(plugin): fix NPE from KafkaBasedLog when using mutliple worker

Docker Image

Released on Docker Hub

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

v1.5.1

01 Sep 11:50
Compare
Choose a tag to compare

Improvements and Bug fixes

1ba75b1 fix(plugin): fix MoveCleanupPolicy should not fail if file iis already moved (#68)

Docker Image

Released on Docker Hub

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

v1.5.0

19 Aug 10:07
Compare
Choose a tag to compare

Features

f4c3eb9 feat(filters): add new filter MoveFilter
ed345f7 feat(filters): add support for dot-notation to SplitFilter
16dc51d feat(filters): add support for dot-notation to ExcludeFilter
726f82b feat(filters): add support for dot-notation to RenameFilter
434e31a feat(plugins) add option force.array.on.fields to XMLFileInputReader
f4dd2d9 feat(plugin): enhance XMLFileInputReader to support configurable xpath result type

Improvements and Bug fixes

7b49623 fix(plugins): add default value for property xpath.expression
67bf86b fix(plugins) fix XMLFileInputReader should not set schema name
75febd4 fix(plugin): fix XMLFileInputReader should ignore comments (#65)
93284fd fix(filters): fix NPE in SubstitutionExpression (#66)
55f955c fix(plugin): fix XMLFileInputReader should support CDATA node (#64)

Docker Image

Released on Docker Hub

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

v1.4.2

13 Aug 17:48
Compare
Choose a tag to compare

Improvements and Bug fixes

fc28d87 fix(filters): fix AppendFilter overwrite propery not working with ScEL (#62)
588e606 fix(expression): fix single substitution expression must not be casted to string (#63)
c3997c7 fix(filtesr): fix ConvertFilter (#61)

Docker Image

Released on Docker Hub

docker pull streamthoughts/kafka-connect-file-pulse:1.4.2

v1.4.1

12 Aug 14:49
Compare
Choose a tag to compare

Features

0470f62 feat(expression): migrate ScEL to Antlr4 grammar (#60)
65ff494 feat(plugin): add reader to only send file metadata (#57)

Improvements and Bug fixes

f4965f9 fix(api): fix ReflectionPropertyAccessor should convert value to expected type (#59)
5cea1e2 fix(filter): add support for Arrays to JSONFilter (#47)

Docker Image

Released on Docker Hub

https://hub.docker.com/r/streamthoughts/kafka-connect-file-pulse:1.4.1

v1.4.0

06 Aug 20:22
Compare
Choose a tag to compare

Features

3ca308e feat(filters): add new ExcludeFilter (#55)
9e90720 feat(filters): add new filter ExplodeFilter (#52)
636fd38 feat(filters): add support for bytes field to JSONFilter (#51)
e295b8f feat(plugins) change offset.strategy default value to path+name
0c28600 feat(plugin): change offset.strategy config to be composable
7345103 feat(plugin) add new offset-strategy to use unix-inode

Improvements and Bug fixes

093cecb update(docker): update to cp-kafka-connect-base:5.5.1
c2fbea2 fix(api): fix NPE due to empty array-value schema for complex type (#53,#54)
1b5869d fix(plugin): fix NPE when KafkaBasedLog is flush after failing to start (#42)
0a5c231 fix(plugin): update LocalFileSystemScanner to not fail on duplicates files (#40)
e0997fa refactor(plugin): add debug log to RegexFileListFilter

Sub-Tasks

c3ece83 update(site): add doc for ExplodeFilter
d3dc16a update(site): add archives for release v1.3.x

Docker Image

Released on Docker Hub

https://hub.docker.com/r/streamthoughts/kafka-connect-file-pulse:1.4.0

v1.3.1

30 Jun 19:11
Compare
Choose a tag to compare

Improvements and Bug fixes

e4a764a fix(plugin): include no more than skip.headers headers GH-36
08b5a9d fix(plugin): do not wait for more data before returning available records GH-27 GH-35

Docker Image

Released on Docker Hub

https://hub.docker.com/r/streamthoughts/kafka-connect-file-pulse:1.3.1

v1.3.0

25 May 08:33
Compare
Choose a tag to compare

New Features

1048d57 Allow to disable recursive scan GH-20

Improvements and Bug fixes

be8c715 Add support to pause/resume connector GH-30
d0abca9 Fix IllegalStateException thrown when is restarted after a first crash while starting GH-28
62a0372 Fix DelimitedRowFilterConfig to use a comma to split colmuns def GH-31
01943a7 Fix missing dependency library : 'common-compression' GH-25

Sub-Tasks

eac35f6 bf7368e Add documentation examples for processing filters
2952571 Migrate documentation to Docsy

1.2.2

19 Dec 16:18
Compare
Choose a tag to compare

Bug

  • [ #14] Fix XMLFileInputReader doesn't return any record
  • Fix XMLFileInputReader should name record based on node name.
  • Fix ConnectSchemaMapper should not throw DataException when a record doesn't contain a field that is defined as optional.