Skip to content

Commit

Permalink
Added 7.16.0 in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Dec 9, 2021
1 parent 4f0117e commit f87f93f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Release 7.16.0

- Added support of includePortInHostHeader in ClientBuilder::fromConfig
[#1181](https://github.com/elastic/elasticsearch-php/pull/1181)
- Fixed UTF-16 issue in SmartSerializer with single unpaired surrogate in unicode escape
[#1179](https://github.com/elastic/elasticsearch-php/pull/1179)
- Replace trait with abstract class to avoid Deprecated Functionality issue in PHP 8.1
[#1175](https://github.com/elastic/elasticsearch-php/pull/1175)

## Release 7.15.0

- Updated endpoints for Elasticsearch 7.15.0
Expand Down

0 comments on commit f87f93f

Please sign in to comment.