Important

You are viewing documentation for an older version of Confluent Platform. For the latest, click here.

Changelog

Version 5.4.0

  • PR-364 - CC-7367: Add a lot more logging
  • PR-324 - CC-5605: Log version conflicts as warnings.

Version 5.3.2

  • PR-135 - CC-6599: java.lang.ClassCastException: java.util.Date cannot be cast to java.lang.Long while setting default date value (Github issue #134).
  • PR-340 - CC-6187: Improve throughput by skipping index-exists check .

Version 5.3.1

  • PR-327 - Enable Elasticsearch 7 support

Version 5.3.0

  • PR-312 - CC-4788: Added configuration to specify security protocol when connecting to Elasticsearch.
  • PR-305 - SEC-168: Exclude jackson-core from packaging.
  • PR-302 - CC-4054: Remove the use of null_value (default values) for text and binary based fields.
  • PR-239 - Support for document upsert

Version 5.2.0

  • PR-291 - MINOR: Give docker URI to deploy statements
  • PR-289 - Limit integration test to run only with “jenkins” mvn profile
  • PR-281 - CC-3863 Integration test for HTTPS connection on Docker
  • PR-275 - Disable index creation at bootstrap time
  • PR-278 - Add HTTPS support to Elasticsearch connector

Version 5.1.0

  • PR-251 - Fix bug when topic names are not in all lowercase
  • PR-255 - CC-3034: Disabled the ES JarHell utility since it considered module-info files as duplicates

Version 5.0.0

  • PR-217 - MINOR: Use correct config type for recently added password field
  • PR-215 - CC-374 Support basic auth with secure Elasticsearch
  • PR-216 - CC-2037 Support keyword subfields for text types
  • PR-194 - Fixed typo in retry delays example.

Version 4.1.2

No changes

Version 4.1.1

  • PR-191 - CC-918 Add Connect Maven plugin to build

Version 4.1.0

  • PR-182 - Add 2.x to supported versions
  • PR-177 - CC-1550: Clarify ES 6 compatibility
  • PR-148 - Add config that allows Elasticsearch mapper parsing errors to be ignored
  • PR-174 - CC-1491: Remove note about unsupported ES6 from ES quick start
  • PR-169 - CC-1385: Enhance connector to use text type with ES 5+
  • PR-165 - CC-350, CC-1097: Added support for delete and null handling
  • PR-158 - CC-1372: Add configuration options for read and connect timeouts
  • PR-151 - CC-190: Deprecate the topic.index.map configuration option

Version 4.0.1

  • PR-182 - Add ES 2.x to supported versions
  • PR-169 - CC-1385: Enhance connector to use text type with ES 5+
  • PR-165 - CC-350, CC-1097: Added support for delete and null handling
  • PR-158 - CC-1372: Add configuration options for read and connect timeouts

Version 4.0.0

  • PR-122 - Add argLine to surefire override configuration so we maintain the Jenkins features of the common pom.
  • PR-91 - Drop invalid messages if needed
  • PR-88 - Inherit from common pom

Version 3.3.1

  • PR-126 - CC-1191: Added feature flag to control string-keyed map entry JSON serialization
  • PR-120 - Add upstream project so build are triggered automatically
  • PR-117 - CC-1096 Added ES error message when unable to create an index
  • PR-116 - CC-1059 Changed ES connector to use exponential backoff with jitter
  • PR-105 - Update quickstart to use Confluent CLI.

Version 3.3.0

  • PR-69 - Fix map output for String keyed maps.
  • PR-83 - ST-336: Move slf4j-simple into test scope so it is not pulled into the packaged version.

Version 3.2.2

  • PR-89 - Increase flush timeout in BulkProcessorTest to make the test more reliable when the test server has other CPU load.

Version 3.2.1

No changes

Version 3.2.0

  • PR-34 - CC-331: update config options docs
  • PR-47 - Allow for multiple Elasticsearch HTTP URLs
  • PR-53 - CC-392: Fix mapping existence check
  • PR-54 - CC-393: don’t use offset as document version when key.ignore=true
  • PR-49 - Schema.Type.BYTES should map to ‘binary’ ES datatype