Skip to content

Commit c6ecd8e

Browse files
committed
Updated CHANGELOG to 7.16.0
1 parent 26a902d commit c6ecd8e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
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
13+
[995f6d4](https://github.com/elastic/elasticsearch-php/commit/995f6d4bde7de76004e95d7a434b1d59da7a7e75)
14+
15+
## Release 7.14.0
16+
17+
- Usage of psr/log version 2
18+
[#1154](https://github.com/elastic/elasticsearch-php/pull/1154)
19+
- Update search iterators to send `scroll_id` inside the request body
20+
[#1134](https://github.com/elastic/elasticsearch-php/pull/1134)
21+
- Added the `ingest.geoip.downloader.enabled=false` setting for ES
22+
[5867351](https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1)
23+
- Removed phpcs for autogenerated files (endpoints)
24+
[651c57b](https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a)
25+
26+
## Release 7.13.1
27+
28+
- Added port in url for trace and logger messages
29+
[#1126](https://github.com/elastic/elasticsearch-php/pull/1126)
30+
## Release 7.13.0
31+
32+
- (DOCS) Added the HTTP meta data section
33+
[#1143](https://github.com/elastic/elasticsearch-php/pull/1143)
34+
- Added support for API Compatibility Header
35+
[#1142](https://github.com/elastic/elasticsearch-php/pull/1142)
36+
- (DOCS) Added Helpers section to PHP book
37+
[#1129](https://github.com/elastic/elasticsearch-php/pull/1129)
38+
- Added the API description in phpdoc section for each endpoint
39+
[9e05c81](https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64)
40+
- Usage of PHPUnit 9 only + migrated xml configurations
41+
[038b5dd](https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d)
42+
143
## Release 7.12.0
244

345
- Updated the endpoints for ES 7.12 + removed cpliakas/git-wrapper

0 commit comments

Comments
 (0)