Skip to content

Release 7.2.0

Compare
Choose a tag to compare
@ezimuel ezimuel released this 26 Aug 15:48
  • Updated the API endpoints for working with Elasticsearch 7.2.0 [27d721b]:

    • added wait_for_active_shards parameter to indices.close API;
    • added expand_wildcards parameter to cluster.health API;
    • added include_unloaded_segments, expand_wildcards, forbid_closed_indicesparameters toindices.stats` API.
  • 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 of IndicesNamespace::getAlias(). This because the endpoints are generated from the API specification of Elasticsearch and the name is indices.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.