Releases: elastic/elasticsearch-py
Releases · elastic/elasticsearch-py
8.15.0
- Added the Connector API (#2623)
- Added support for semantic_text and semantic query.
- Added support for sequences of job id, model id and tags where applicable in ML APIs
- Added
dry_runandforceparameters to the Perform inference API - Added optional Arrow deserialization support (#2632)
- Merged Query Ruleset API into new Query Rules API (#2607)
- Added mapping code examples (#2596)
- Fixed reference docs (#2629)
- Dropped Python 3.7 support (#2618)
8.14.0
- Fixed
node_pool_classoverride (#2581, contributed by @tallakh) - Added
retrieverto the Search API - Added
deprecatedand removedallow_auto_createfrom the Create or update component template API - Added
allow_auto_create,cause,deprecated,ignore_missing_component_templatesandmaster_timeoutto the Create or update index template API - Added
cause, removedflat_settingsandtimeoutfrom the Create or update index template legacy API - Removed various unsupported parameters from the Simulate index API
- Added various supported paramters to the Simulate index template API
- Added the
completionandreranktask types to the Inference APIs - Added the
queryandtimeoutparameters to the Perform inference API - Added
typed_keysto the Search Application Search API - Added
with_profile_uidto the Get API key information and Query API key information APIs
8.13.2
8.13.1
8.13.0
- Added native OpenTelemetry support (#2435)
- Added optional
orjson(a fast, correct JSON library) serialization support (#2493) - Added the
text_structure.test_grok_patternAPI - Added the
indices.resolve_clusterAPI - Renamed the
model_idparameter toinference_idin theinferenceAPIs - Changed all
synonymsAPIs from experimental to stable. - Fixed API key documentation (#2477, contributed by @iuliaferoli)