File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
16
## Release 7.10.0
2
17
3
18
- Updated endpoints and namespaces for Elasticsearch 7.10
You can’t perform that action at this time.
0 commit comments