Skip to content

Commit 95733f8

Browse files
committed
Updated CHANGELOG
1 parent f7643a1 commit 95733f8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
## Release 7.10.0
227

328
- Updated endpoints and namespaces for Elasticsearch 7.10

0 commit comments

Comments
 (0)