Skip to content

Releases: Aiven-Open/opensearch-connector-for-apache-kafka

v3.1.1

10 Aug 13:53
9192236
Compare
Choose a tag to compare

Changes:

v3.1.0

31 May 15:51
Compare
Choose a tag to compare

Add Dead-letter queue support for events that failed to be indexed in OpenSearch.

Dead-letter queue documentation.

Connector configuration settings can be found here.

v3.0.0

28 Feb 13:52
Compare
Choose a tag to compare

Improvements:

  • Added support for data streams
  • Added a new index.write.method to provide greater control over how data is written to OpenSearch indexes.
    The default value is insert, which replaces an existing record with the same document id. Alternatively, you can use
    upsert to create a new document if one does not exist or update an existing one.

Possible breaking changes:
This version includes breaking changes on the code level, which may impact existing data stream integrations that were created manually.

v2.0.4

01 Dec 15:23
Compare
Choose a tag to compare

Changes:

  • Added the key.ignore.id.strategy strategy config to provide multiple Document ID generation option

Committers:
@deepdatta

v2.0.3

25 Oct 16:44
Compare
Choose a tag to compare
  • Fixed the NullPointerException displayed for the connection.url config property. As a result of the connection.url definition not being set to use the default values, the connector configuration validation failed with a NullPointerException.

v1.1.2

25 Oct 16:18
391a878
Compare
Choose a tag to compare
  • Fixed the NullPointerException displayed for the connection.url config property. As a result of the connection.url definition not being set to use the default values, the connector configuration validation failed with a NullPointerException.

v1.1.1

17 Oct 07:29
bbd7fc6
Compare
Choose a tag to compare

Changelog:

  • Fixed failure on aliases and datastreams (#107)

v2.0.2

13 Oct 17:07
Compare
Choose a tag to compare

Changes:

  • Fix failure on aliases and datastreams (#107)
  • Do not crash with nullpointer (#95)
  • Various dependency updates

v1.1.0

16 Aug 19:59
Compare
Choose a tag to compare

Changes:

  • Add version_conflict_engine_exception handling (#79)
  • Update to Opensearch 1.3.4 (#94)
  • Do not crash with NullPointerException (#95)
  • Routine dependency updates

v2.0.1

13 Jul 17:34
Compare
Choose a tag to compare

Changes:

  • Add version_conflict_engine_exception handling (#79)
  • Update to Opensearch 2.0.1 (#78)
  • Update Gradle to 7.4.2 (#67)
  • Routine dependency updates