We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0117e commit f87f93fCopy full SHA for f87f93f
CHANGELOG.md
@@ -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
10
## Release 7.15.0
11
12
- Updated endpoints for Elasticsearch 7.15.0
0 commit comments