elastic / elasticsearch-php

Official PHP client for Elasticsearch.
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html
MIT License
5.26k stars 965 forks source link

Fix 6.8.0 release adding missing class alises #1114

Closed ezimuel closed 3 years ago

ezimuel commented 3 years ago

This PR fixes #1112 adding the following missing class aliases for 6.7 BC:

Moreover, it adds a missing function getAliases() (proxy of getAlias()) in Elasticsearch\Namespaces\IndicesNamespace.

ezimuel commented 3 years ago

@reedy, @phroggar, @ruflin this should fix the 6.8.0 issue. Let me know if you review, thanks!