File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 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
214
315- Updated the API endpoints for working with Elasticsearch 7.2.0:
416 - added ` wait_for_active_shards ` parameter to ` indices.close ` API;
Original file line number Diff line number Diff line change 3333 */
3434class Client
3535{
36- const VERSION = '7.2.0 ' ;
36+ const VERSION = '7.2.1 ' ;
3737
3838 /**
3939 * @var Transport
You can’t perform that action at this time.
0 commit comments