Skip to content

Commit 63e70a4

Browse files
committed
Merge branch 'changelog-for-7.2.0'
2 parents 64d4a99 + 7e3c4a6 commit 63e70a4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

src/Elasticsearch/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434
class Client
3535
{
36-
const VERSION = '7.1.1';
36+
const VERSION = '7.2.0';
3737

3838
/**
3939
* @var Transport

0 commit comments

Comments
 (0)