File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Release 6.8.1
2
+
3
+ - Fix missing class aliases in 6.8.0 (https://github.com/elastic/elasticsearch-php/pull/1114 )
4
+ - Backported fix #1066 (https://github.com/elastic/elasticsearch-php/pull/1109 )
5
+
6
+ ## Release 6.8.0
7
+
8
+ - Added XPack endpoints
9
+ - Added X-Opaque-Id header (https://github.com/elastic/elasticsearch-php/pull/952 )
10
+ - Added X-Elastic-Client-Meta header (https://github.com/elastic/elasticsearch-php/pull/1089 )
11
+ - Added the license header (https://github.com/elastic/elasticsearch-php/commit/0ff5fb98745a511118df5b1a68ca54d892b08ee3 )
12
+ - Support of PHP 8 (https://github.com/elastic/elasticsearch-php/pull/1095 and https://github.com/elastic/elasticsearch-php/pull/1063 )
13
+ - Replace ` array_walk ` with ` array_map ` in ` Connection::getURI ` (https://github.com/elastic/elasticsearch-php/pull/1075 )
14
+ - Fix for #1064 reset custom headers (https://github.com/elastic/elasticsearch-php/pull/1065 )
15
+ - Replace ` guzzlehttp/ringphp ` with ` ezimuel/ringphp ` (https://github.com/elastic/elasticsearch-php/pull/1102 )
16
+
1
17
## Release 6.7.2
2
18
3
19
- Fix #846 choosing ` GET ` and ` POST ` in endpoints based on body [[ acbc76d0]] ( https://github.com/elastic/elasticsearch-php/commit/acbc76d0 )
Original file line number Diff line number Diff line change 51
51
*/
52
52
class Client
53
53
{
54
- const VERSION = '6.8.0 ' ;
54
+ const VERSION = '6.8.1 ' ;
55
55
56
56
/**
57
57
* @var Transport
You can’t perform that action at this time.
0 commit comments