Releases: Aiven-Open/transforms-for-apache-kafka-connect
Releases · Aiven-Open/transforms-for-apache-kafka-connect
v1.6.0
What's Changed
New features / Improvements
- feat: add case transform by @jjaakola-aiven in #167
- feat: Add KeyToValue transform by @RyanSkraba in #170
Tasks
- Create codeql.yml by @jlprat in #105
- Fix aiven-open teams as codeowners by @tvainika in #115
- docs(security): change bugbounty provider from h1 to bugcrowd by @DocEmmetBrown in #132
- Multiple dependency upgrades
New Contributors
- @tvainika made their first contribution in #115
- @DocEmmetBrown made their first contribution in #132
- @jjaakola-aiven made their first contribution in #167
- @RyanSkraba made their first contribution in #169
Full Changelog: v1.5.0...v1.6.0
v1.5.0
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
- @mikaka-paf made their first contribution in #93
- @AnatolyPopov made their first contribution in #96
Full Changelog: v1.4.0...v1.5.0
v1.4.0
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
- @kasparjarek made their first contribution in #79
- @sebinsunny made their first contribution in #82
v1.3.0
Add Money Converter for Debezium
v1.2.0
- 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
- Add support for extracting timestamp from the message key
- 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 millisecondsseconds
- extract seconds and put it in milliseconds
v1.0.0
v0.4.0
v0.3.0
- A new
TomstoneHandler
has been added.