Skip to content

Commit 277cd5e

Browse files
committed
Updated CHANGELOG with 7.11.0
1 parent 8d08050 commit 277cd5e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## Release 7.11.0
2+
3+
- [#1089](https://github.com/elastic/elasticsearch-php/pull/1089)
4+
Added the `X-Elastic-Client-Meta` header which is used by Elastic Cloud
5+
and can be disabled with `ClientBuilder::setElasticMetaHeader(false)`
6+
- [#1075](https://github.com/elastic/elasticsearch-php/pull/1075)
7+
Replaced `array_walk` with `array_map` in `Connection::getURI` for PHP 8
8+
compatibility
9+
- [#1069](https://github.com/elastic/elasticsearch-php/pull/1069)
10+
Remove unnecessary `InvalidArgumentExceptions`
11+
- [#1063](https://github.com/elastic/elasticsearch-php/pull/1063)
12+
Introducing PHP 8 compatibility
13+
- [#1062](https://github.com/elastic/elasticsearch-php/pull/1062)
14+
Replace Sami by Doctum and fix `.gitignore`
15+
116
## Release 7.10.0
217

318
- Updated endpoints and namespaces for Elasticsearch 7.10

0 commit comments

Comments
 (0)