Release 7.2.0
-
Updated the API endpoints for working with Elasticsearch 7.2.0 [27d721b]:
- added
wait_for_active_shardsparameter toindices.closeAPI; - added
expand_wildcardsparameter tocluster.healthAPI; - added include_unloaded_segments
,expand_wildcards,forbid_closed_indicesparameters toindices.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.