Elasticsearch Component Release Notes
This page lists the main features added to the Elasticsearch Component.
Change Log
Version 2023.4.0
Feature improvements
-
DI-7241: Support Elasticsearch API Key authentication.
-
DI-8104: In the Elasticsearch metadata, add the ability to define the security certificate to be used through a reference to the Certificate and Keys metadata.
Bug fixes
-
DI-6885: Netty third-party library upgrade.
-
DI-7814: ElasticSearch 7: reverse engineering arrays fails with the error "java.lang.Exception: close element: hits doesn’t match to current".
-
DI-8309: Upgrade Netty third-party library.
-
DI-8608: The "insert" operation is incorrectly doing an upsert operation instead.
Version 2.0.3 (Elasticsearch Component)
Feature improvements
-
DI-2806: Support Xpack Security
-
DI-2826: When performing a search operation, it is now possible to limit the number of hits returned through a new parameter available on the corresponding template
Bug fixes
-
DI-2689: Search Guard properties were ignored, avoiding connecting to Search Guard secured Elasticsearch servers
-
DI-2805: The cluster-name specified in Metadata is ignored, which leads to connection errors when working with an elasticsearch server having a custom cluster-name
-
DI-2824: Search operation is throwing an error if returned data contains special characters
-
DI-2825: Search operation was not handling properly some of the query parameters, such as includes, excludes, … which were ignored
-
DI-2839: Elasticsearch default encoding used when performing operations should be UTF-8
Version 2.0.4 (Elasticsearch Component)
Feature improvements
-
DI-1718: Support communicating with Elasticsearch through HTTP/REST protocol
-
DI-2209: Elasticsearch 2 support is now kept as legacy and compatibility purposes, as this version is not supported anymore by Elasticsearch. Only maintenance and critical fixes will be performed on Elasticsearch 2.x.
-
DI-1910: Templates updated - New parameter 'Cdc Subscriber' on Templates on which it was not handled yet
-
DI-1909: Templates updated - New Parameters 'Unlock Cdc Table' and 'Lock Cdc Table' to configure the behaviour of CDC tables locking