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 c6ecd8e commit d7539aaCopy full SHA for d7539aa
docs/release-notes.asciidoc
@@ -1,6 +1,7 @@
1
[[release-notes]]
2
== Release notes
3
4
+* <<rn-7-16-0>>
5
* <<rn-7-15-0>>
6
* <<rn-7-14-0>>
7
* <<rn-7-13-1>>
@@ -28,6 +29,18 @@
28
29
* <<rn-7-0-1>>
30
* <<rn-7-0-0>>
31
32
+[discrete]
33
+[[rn-7-16-0]]
34
+=== 7.16.0
35
+
36
+* Added support of includePortInHostHeader in ClientBuilder::fromConfig
37
+ https://github.com/elastic/elasticsearch-php/pull/1181[#1181]
38
+* Fixed UTF-16 issue in SmartSerializer with single unpaired surrogate in unicode escape
39
+ https://github.com/elastic/elasticsearch-php/pull/1179[#1179]
40
+* Replace trait with abstract class to avoid Deprecated Functionality issue in PHP 8.1
41
+ https://github.com/elastic/elasticsearch-php/pull/1175[#1175]
42
43
44
[discrete]
45
[[rn-7-15-0]]
46
=== 7.15.0
0 commit comments