Skip to content

Releases: Aiven-Open/transforms-for-apache-kafka-connect

v1.5.0

21 Jun 13:24
Compare
Choose a tag to compare

What's Changed

New features / Improvements

  • Implementation for new SMT ExtractTopicFromValueSchema and tests by @mikaka-paf in #93
  • feat(extract-topic): add support for schemaless values by @jeqo in #98

Tasks

  • Fix README: example for ConcatFields by @ivanyu in #86
  • Migrating tests to AssertJ by @AnatolyPopov in #96
  • docs: add Docker demo on how to install transforms by @jeqo in #97
  • Multiple dependency upgrades

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

31 Mar 07:26
Compare
Choose a tag to compare

What's Changed

  • Several dependency upgrades and documentation improvements
  • Add MakeTombstone transform by @kasparjarek in #79
  • transforms: add FilterByFieldValue transformation by @sebinsunny in #82

New Contributors

v1.3.0

28 Apr 08:38
Compare
Choose a tag to compare

Add Money Converter for Debezium

v1.2.0

12 Feb 09:12
8f5e134
Compare
Choose a tag to compare
  • Add new ConcatFields transformation that concatenates string field values into a new field.
  • Fix Hash transformation to work correctly when applied to keys.

v1.1.0

20 Nov 08:15
Compare
Choose a tag to compare
  1. Add support for extracting timestamp from the message key
  2. Add timestamp.resolution property to config timestamp extractor
    There are two configuration parameter values:
    • milliseconds - extracts timestamp from the field or the key and puts it as is in milliseconds
    • seconds - extract seconds and put it in milliseconds

v1.0.0

10 Jun 15:14
Compare
Choose a tag to compare
  • Fix bug in Hash transformation: #15
  • Make Hash encode hashed values as hexadecimal strings.

v0.4.0

19 May 05:18
Compare
Choose a tag to compare
  • Hash transformation added.
  • TombstoneHandler drop_warn action now actually logs on the warn level.

v0.3.0

09 Mar 13:14
Compare
Choose a tag to compare
  • A new TomstoneHandler has been added.

v0.2.0

04 Nov 09:51
Compare
Choose a tag to compare
  • ExtractTopic transformation: support other primitive types apart from STRING.

v0.1.1

04 Oct 15:19
Compare
Choose a tag to compare
  • A new transformation ExtractTimestamp has been added.