ElasticSearch PHP v7.10.0 Release Notes
Release Date: 2020-11-11 // about 4 years ago-
๐ This release is compatible with the latest Elasticsearch 7.10.0 released in 11th November 2020.
๐ It includes the following fixes and improvements:
- ๐ Fixed
ClientBuilder::fromConfig
allowing multiple function parameters (e.g. setApiKey) #1076 - ๐จ Refactored the YAML tests using generated PHPUnit code 85fadc2
๐ Added the following new APIs ๐:
Stable
- openPointInTime: api spec, documentation
- closePointInTime: api spec, documentation
- ๐ Security.clearApiKeyCache: api spec, documentation
- ๐ Security.grantApiKey: api spec, documentation
API changes
Bulk: added the
require_alias
parameter = (boolean) Setsrequire_alias
for all incoming documents. Defaults to unset (false).Index: added the
require_alias
parameter = (boolean) When true, requires destination to be an alias. Default is false.โก๏ธ Update: added the
require_alias
parameter = (boolean) When true, requires destination is an alias. Default is false.Cat.mlDatafeeds: added the
allow_no_match
parameter = (boolean) Whether to ignore if a wildcard expression matches no datafeeds.
This includes_all
string or when no datafeeds have been specified.๐ท Cat.mlJobs: added the
allow_no_match
parameter = (boolean) Whether to ignore if a wildcard expression matches no datafeeds.
This includes_all
string or when no datafeeds have been specified.๐ท Ml.closeJob: added the
allow_no_match
parameter = (boolean) Whether to ignore if a wildcard expression matches no jobs.
๐ท This includes_all
string or when no jobs have been specified.Ml.getDatafeeds: added the
allow_no_match
parameter = (boolean) Whether to ignore if a wildcard expression matches no datafeeds.
This includes_all
string or when no datafeeds have been specified.๐ท Ml.getJobStats: added the
allow_no_match
parameter = (boolean) Whether to ignore if a wildcard expression matches no jobs.
๐ท This includes_all
string or when no jobs have been specified.๐ท Ml.getJobs: added the
allow_no_match
parameter = (boolean) Whether to ignore if a wildcard expression matches no jobs.
๐ท This includes_all
string or when no jobs have been specified.Ml.getOverallBuckets: added the
allow_no_match
parameter = (boolean) Whether to ignore if a wildcard expression matches no jobs.
๐ท This includes_all
string or when no jobs have been specified.Ml.getTrainedModels (EXPERIMENTAL API): added the
include
parameter = (string) A comma-separate list of fields to optionally include.
๐ Valid options aredefinition
andtotal_feature_importance
. Default is none.Ml.stopDatafeed: added the
allow_no_match
parameter = (boolean) Whether to ignore if a wildcard expression matches no datafeeds.
This includes_all
string or when no datafeeds have been specified. - ๐ Fixed