Release Notes
On this page you can find what's new in ElasticSearch Connector.
Date | Description |
---|---|
2025-01-15 | New - Added caching for list_indexes, get_index_metadata. |
2025-01-15 | New - Added extra columns for INSERT / UPDATE calls (e.g. ShardsTotal / ShardsFailed / ShardsSuccessful). |
2025-01-15 | New - Added FailIf attribute for usecase like SSIS when INSERT / UPDATE output not consumed and record update/insert fails which needs to be reported as error. Previously it was silient about the error. |
2025-01-15 | New - Added support for read geo_shape and geo_point |
2025-01-15 | Fix - Fixed datatype issue with Index Insert/Update/Upsert operation. Now you can insert nested geo_point, geo_shape, nested and object type field as raw JSON (e.g. UPDATE MyIndex SET [tags]='["tag1", "tag2"]' ..) and object fields by its path (e.g. UPDATE MyIndex SET [my_object.field_1]=123 ..) |
2025-01-15 | New - Added support alias in Metadata query |
2025-01-15 | New - Added support for date, bool, int, long, double, float types (Previous version didn't detect datatypes) |
2025-01-15 | New - Added support for Mixed DateTime with Unix Epoch Timestamp for date type |
2025-01-15 | New - Added support for dynamic metadata (See MetaDetectionOrder property under Advanced Parameters - Set to Dynamic) |
2023-11-01 | New - Added support for password-less windows authentication (Use only if server supports it) |
2023-09-10 | New - Added support for Alias (List/Read/Write) |
2023-08-10 | New - Added IgnoreSSLCertificateErrors Property to support self-signed certificates (Ignore not trusted error) |
2023-08-10 | New - Added two new endpoints (create_index, delete_index) |
2023-08-10 | Fix - Fixed pagination issue |
2021-12-08 | New - Initial version |