Releases: Aiven-Open/elasticsearch-connector-for-apache-kafka
Releases · Aiven-Open/elasticsearch-connector-for-apache-kafka
v7.0.0
Backwards compatibility
The Aiven Elasticsearch Connector for Apache Kafka is not anymore compatible with Elasticsearch 6.x. The connector
will now use the official Elasticsearch Java API Client.
What's Changed
- Fix getting connector version by @ivanyu in #51
- docs(security): change bugbounty provider from h1 to bugcrowd by @DocEmmetBrown in #90
- fix: make the connector fail if a record is not recoverable even if drop.invalid.message is specified by @eliax1996 in #89
- chore: bump gradle and fix version loading by @jeqo in #98
- feat: add ElasticSearch 8 compatibility by @jjaakola-aiven in #94
Full Changelog: v6.1.1...v7.0.0
v6.1.1
Release notes:
- Misc fixes and dependencies upgrades.
v6.1.0
Switched to JDK 11