File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Release 7.12.0
2
+
3
+ - Updated the endpoints for ES 7.12 + removed cpliakas/git-wrapper
4
+ in favor of symplify/git-wrapper
5
+ [ 136d5b9] ( https://github.com/elastic/elasticsearch-php/commit/136d5b9717b3806c6b34ef8a5076bfe7cee8b46e )
6
+ - Fixed warning header as array in YAML tests generator
7
+ [ 0d81be1] ( https://github.com/elastic/elasticsearch-php/commit/0d81be131bfc7eff6ef82468e61c16077a892aab )
8
+ - Refactored TEST_SUITE with free, platinum + removed old YamlRunnerTest
9
+ [ f69d96f] ( https://github.com/elastic/elasticsearch-php/commit/f69d96fc283580177002b4088c279c3d0c07befe )
10
+
11
+ ## Release 7.11.0
12
+
13
+ - Added the ` X-Elastic-Client-Meta ` header which is used by Elastic Cloud
14
+ and can be disabled with ` ClientBuilder::setElasticMetaHeader(false) `
15
+ [ #1089 ] ( https://github.com/elastic/elasticsearch-php/pull/1089 )
16
+ - Replaced ` array_walk ` with ` array_map ` in ` Connection::getURI ` for PHP 8
17
+ compatibility
18
+ [ #1075 ] ( https://github.com/elastic/elasticsearch-php/pull/1075 )
19
+ - Remove unnecessary ` InvalidArgumentExceptions `
20
+ [ #1069 ] ( https://github.com/elastic/elasticsearch-php/pull/1069 )
21
+ - Introducing PHP 8 compatibility
22
+ [ #1063 ] ( https://github.com/elastic/elasticsearch-php/pull/1063 )
23
+ - Replace Sami by Doctum and fix ` .gitignore `
24
+ [ #1062 ] ( https://github.com/elastic/elasticsearch-php/pull/1062 )
25
+
1
26
## Release 7.10.0
2
27
3
28
- Updated endpoints and namespaces for Elasticsearch 7.10
You can’t perform that action at this time.
0 commit comments