File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
2
14
3
15
- Updated the API endpoints for working with Elasticsearch 7.2.0:
4
16
- added ` wait_for_active_shards ` parameter to ` indices.close ` API;
Original file line number Diff line number Diff line change 33
33
*/
34
34
class Client
35
35
{
36
- const VERSION = '7.2.0 ' ;
36
+ const VERSION = '7.2.1 ' ;
37
37
38
38
/**
39
39
* @var Transport
You can’t perform that action at this time.
0 commit comments