Skip to content

Commit f87f93f

Browse files
committedDec 9, 2021
Added 7.16.0 in CHANGELOG
1 parent 4f0117e commit f87f93f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Release 7.16.0
2+
3+
- Added support of includePortInHostHeader in ClientBuilder::fromConfig
4+
[#1181](https://github.com/elastic/elasticsearch-php/pull/1181)
5+
- Fixed UTF-16 issue in SmartSerializer with single unpaired surrogate in unicode escape
6+
[#1179](https://github.com/elastic/elasticsearch-php/pull/1179)
7+
- Replace trait with abstract class to avoid Deprecated Functionality issue in PHP 8.1
8+
[#1175](https://github.com/elastic/elasticsearch-php/pull/1175)
9+
110
## Release 7.15.0
211

312
- Updated endpoints for Elasticsearch 7.15.0

0 commit comments

Comments
 (0)
Please sign in to comment.