.. _elasticsearch_connector_changelog: Changelog ========= 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