Skip to content

Kafka Connect MongoDB Version 1.4.0

Latest
Compare
Choose a tag to compare
@hpgrahsl hpgrahsl released this 29 Dec 09:33
772f543

Features

  • configurable NoOp support for DBZ CDC based on event type (#113)
  • MonotonicWritesDefaultStrategy to avoid updates with stale data in case of re-processing of kafka records (#103)
  • add support for maps with list values (#86) - THX @sfmontyo for contributing

Bug Fixes

  • fixes (#107) to get support for multi-level nesting of arrays (#114) - THX @opistara for reporting
  • remove potentially contained internal oplog field '$v' (#92) - THX @mottish for reporting
  • ensuring order of bulk operations to avoid data loss or inconistent (#99) - THX @victorgp for contributing
  • fixing a bug related to collection-unaware/topic-agnostic CDC handler config (#83) - THX @bugf1nd3r for reporting

Tests

  • E2E test now running with new test containers version: docker container images updated to the latest Kafka 2.4.0, Confluent 5.3.2 and MongoDB 4.2.2