Skip to content

Kafka Connect MongoDB Version 1.1.0

Compare
Choose a tag to compare
@hpgrahsl hpgrahsl released this 19 May 16:19
· 26 commits to master since this release
469477b

Features

  • preparation for confluent hub integration
  • gradle build script as alternative for maven (THX @adamarla)
  • customization option for write model filters
  • add CDC support for Debezium Postgres
  • configuration option to support document deletion by key when value is null
  • allow whitelist projection for fields of documents within arrays
  • allow blacklist projection for fields of documents within arrays

Fixes

  • retrieving version info of the connector now works correctly
  • cleaned up minor codacy quality issues

Tests

  • raised coverage in a few different areas
  • improved tests for CDC support