Skip to content

Commit

Permalink
Updated CHANGELOG with 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 11, 2021
1 parent 8d08050 commit 277cd5e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Release 7.11.0

- [#1089](https://github.com/elastic/elasticsearch-php/pull/1089)
Added the `X-Elastic-Client-Meta` header which is used by Elastic Cloud
and can be disabled with `ClientBuilder::setElasticMetaHeader(false)`
- [#1075](https://github.com/elastic/elasticsearch-php/pull/1075)
Replaced `array_walk` with `array_map` in `Connection::getURI` for PHP 8
compatibility
- [#1069](https://github.com/elastic/elasticsearch-php/pull/1069)
Remove unnecessary `InvalidArgumentExceptions`
- [#1063](https://github.com/elastic/elasticsearch-php/pull/1063)
Introducing PHP 8 compatibility
- [#1062](https://github.com/elastic/elasticsearch-php/pull/1062)
Replace Sami by Doctum and fix `.gitignore`

## Release 7.10.0

- Updated endpoints and namespaces for Elasticsearch 7.10
Expand Down

0 comments on commit 277cd5e

Please sign in to comment.