File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Release 7.2.2
2
+
3
+ - Reintroduced the optional parameter in ` Elasticsearch\Namespaces\IndicesNamespace::getAliases() ` .
4
+ This fixes the BC break introduced in 7.2.0 and 7.2.1.
5
+ [ #947 ] ( https://github.com/elastic/elasticsearch-php/pull/ )
6
+
1
7
## Release 7.2.1
2
8
3
9
- Reintroduced ` Elasticsearch\Namespaces\IndicesNamespace::getAliases() ` as proxy
9
15
10
16
- Fixed missing put mapping code snippet in code examples
11
17
[ #938 ] ( https://github.com/elastic/elasticsearch-php/pull/938 )
12
-
18
+
13
19
# Release 7.2.0
14
20
15
21
- Updated the API endpoints for working with Elasticsearch 7.2.0:
Original file line number Diff line number Diff line change 33
33
*/
34
34
class Client
35
35
{
36
- const VERSION = '7.2.1 ' ;
36
+ const VERSION = '7.2.2 ' ;
37
37
38
38
/**
39
39
* @var Transport
You can’t perform that action at this time.
0 commit comments