Skip to content

Commit 47af862

Browse files
committed
Merge branch 'master' into 7.2
2 parents f2a8ff0 + 6420d38 commit 47af862

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## Release 7.2.0
1+
## Release 7.2.1
2+
3+
- Reintroduced `Elasticsearch\Namespaces\IndicesNamespace::getAliases()` as proxy
4+
to `IndicesNamespace::getAlias()` to prevent BC breaks. The `getAliases()` is
5+
marked as deprecated and it will be removed from `elasticsearch-php 8.0`
6+
[#943](https://github.com/elastic/elasticsearch-php/pull/943)
7+
8+
### Docs
9+
10+
- Fixed missing put mapping code snippet in code examples
11+
[#938](https://github.com/elastic/elasticsearch-php/pull/938)
12+
13+
# Release 7.2.0
214

315
- Updated the API endpoints for working with Elasticsearch 7.2.0:
416
- added `wait_for_active_shards` parameter to `indices.close` API;

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

3838
/**
3939
* @var Transport

0 commit comments

Comments
 (0)