File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Release 7.2.0
2+
3+ - Updated the API endpoints for working with Elasticsearch 7.2.0:
4+ - added ` wait_for_active_shards ` parameter to ` indices.close ` API;
5+ - added ` expand_wildcards ` parameter to ` cluster.health ` API;
6+ - added include_unloaded_segments` , ` expand_wildcards` , ` forbid_closed_indices`
7+ parameters to ` indices.stats ` API.
8+ [[ 27d721b]] ( https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa )
9+ - Updated the phpdoc parameters for all the API endpoints
10+ [[ 27d721b]] ( https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa )
11+ - Improved the Travis CI speed using cache feature with composer
12+ [ #929 ] ( https://github.com/elastic/elasticsearch-php/pull/929 )
13+ - Fixed ` php_uname() ` usage checking if it is disabled
14+ [ #927 ] ( https://github.com/elastic/elasticsearch-php/pull/927 )
15+ - Added support of Elastic Cloud ID and API key authentication
16+ [ #923 ] ( https://github.com/elastic/elasticsearch-php/pull/923 )
17+
118## Release 7.1.1
219
320- Fixed ` ClientBuilder::setSSLVerification() ` to accept string or boolean
Original file line number Diff line number Diff line change 3333 */
3434class Client
3535{
36- const VERSION = '7.1.1 ' ;
36+ const VERSION = '7.2.0 ' ;
3737
3838 /**
3939 * @var Transport
You can’t perform that action at this time.
0 commit comments