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+
17## Release 7.2.1
28
39- Reintroduced ` Elasticsearch\Namespaces\IndicesNamespace::getAliases() ` as proxy
915
1016- Fixed missing put mapping code snippet in code examples
1117 [ #938 ] ( https://github.com/elastic/elasticsearch-php/pull/938 )
12-
18+
1319# Release 7.2.0
1420
1521- Updated the API endpoints for working with Elasticsearch 7.2.0:
Original file line number Diff line number Diff line change 3333 */
3434class Client
3535{
36- const VERSION = '7.2.1 ' ;
36+ const VERSION = '7.2.2 ' ;
3737
3838 /**
3939 * @var Transport
You can’t perform that action at this time.
0 commit comments