Skip to content

Commit

Permalink
Merge branch 'master' into 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 27, 2019
2 parents f2a8ff0 + 6420d38 commit 47af862
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
## Release 7.2.0
## Release 7.2.1

- Reintroduced `Elasticsearch\Namespaces\IndicesNamespace::getAliases()` as proxy
to `IndicesNamespace::getAlias()` to prevent BC breaks. The `getAliases()` is
marked as deprecated and it will be removed from `elasticsearch-php 8.0`
[#943](https://github.com/elastic/elasticsearch-php/pull/943)

### Docs

- Fixed missing put mapping code snippet in code examples
[#938](https://github.com/elastic/elasticsearch-php/pull/938)

# 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;
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.2.0';
const VERSION = '7.2.1';

/**
* @var Transport
Expand Down

0 comments on commit 47af862

Please sign in to comment.