Skip to content

Commit 358d7e7

Browse files
committed
Prep for 6.8.1
1 parent 7f2525f commit 358d7e7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
## Release 6.7.2
218

319
- Fix #846 choosing `GET` and `POST` in endpoints based on body [[acbc76d0]](https://github.com/elastic/elasticsearch-php/commit/acbc76d0)

src/Elasticsearch/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*/
5252
class Client
5353
{
54-
const VERSION = '6.8.0';
54+
const VERSION = '6.8.1';
5555

5656
/**
5757
* @var Transport

0 commit comments

Comments
 (0)