Skip to content

Commit

Permalink
Updated CHANGELOG and version for 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 14, 2019
1 parent 64d4a99 commit 7e3c4a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Release 7.2.0

- Updated the API endpoints for working with Elasticsearch 7.2.0:
- 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_indices`
parameters to `indices.stats` API.
[[27d721b]](https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa)
- Updated the phpdoc parameters for all the API endpoints
[[27d721b]](https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa)
- Improved the Travis CI speed using cache feature with composer
[#929](https://github.com/elastic/elasticsearch-php/pull/929)
- Fixed `php_uname()` usage checking if it is disabled
[#927](https://github.com/elastic/elasticsearch-php/pull/927)
- Added support of Elastic Cloud ID and API key authentication
[#923](https://github.com/elastic/elasticsearch-php/pull/923)

## Release 7.1.1

- Fixed `ClientBuilder::setSSLVerification()` to accept string or boolean
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
class Client
{
const VERSION = '7.1.1';
const VERSION = '7.2.0';

/**
* @var Transport
Expand Down

0 comments on commit 7e3c4a6

Please sign in to comment.