-
Updated the API endpoints for working with Elasticsearch 7.2.0 [27d721b]:
- added
wait_for_active_shards
parameter toindices.close
API; - added
expand_wildcards
parameter tocluster.health
API; - added include_unloaded_segments
,
expand_wildcards,
forbid_closed_indicesparameters to
indices.stats` API.
- added
-
Updated the phpdoc parameters for all the API endpoints [27d721b]
-
Improved the Travis CI speed using cache feature with composer #929
-
Fixed
php_uname()
usage checking if it is disabled #927 -
Added support of Elastic Cloud ID and API key authentication
#923
BC break
IndicesNamespace::getAliases()
has been changed in favor ofIndicesNamespace::getAlias()
. This because the endpoints are generated from the API specification of Elasticsearch and the name isindices.get_alias
(see here).
NOTE: we released 7.2.1 that reintroduces the getAliases()
function as proxy to getAlias()
, please use this version to avoid BC breaks.