File tree 2 files changed +18
-1
lines changed
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
+
1
18
## Release 7.1.1
2
19
3
20
- Fixed ` ClientBuilder::setSSLVerification() ` to accept string or boolean
Original file line number Diff line number Diff line change 33
33
*/
34
34
class Client
35
35
{
36
- const VERSION = '7.1.1 ' ;
36
+ const VERSION = '7.2.0 ' ;
37
37
38
38
/**
39
39
* @var Transport
You can’t perform that action at this time.
0 commit comments