|
| 1 | +## Release 7.17.0 |
| 2 | + |
| 3 | +- Allow psr/log v3 |
| 4 | + [#1184](https://github.com/elastic/elasticsearch-php/pull/1184) |
| 5 | + |
| 6 | +## Release 7.16.0 |
| 7 | + |
| 8 | +- Added support of includePortInHostHeader in ClientBuilder::fromConfig |
| 9 | + [#1181](https://github.com/elastic/elasticsearch-php/pull/1181) |
| 10 | +- Fixed UTF-16 issue in SmartSerializer with single unpaired surrogate in unicode escape |
| 11 | + [#1179](https://github.com/elastic/elasticsearch-php/pull/1179) |
| 12 | +- Replace trait with abstract class to avoid Deprecated Functionality issue in PHP 8.1 |
| 13 | + [#1175](https://github.com/elastic/elasticsearch-php/pull/1175) |
| 14 | + |
| 15 | +## Release 7.15.0 |
| 16 | + |
| 17 | +- Updated endpoints for Elasticsearch 7.15.0 |
| 18 | + [995f6d4](https://github.com/elastic/elasticsearch-php/commit/995f6d4bde7de76004e95d7a434b1d59da7a7e75) |
| 19 | + |
| 20 | +## Release 7.14.0 |
| 21 | + |
| 22 | +- Usage of psr/log version 2 |
| 23 | + [#1154](https://github.com/elastic/elasticsearch-php/pull/1154) |
| 24 | +- Update search iterators to send `scroll_id` inside the request body |
| 25 | + [#1134](https://github.com/elastic/elasticsearch-php/pull/1134) |
| 26 | +- Added the `ingest.geoip.downloader.enabled=false` setting for ES |
| 27 | + [5867351](https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1) |
| 28 | +- Removed phpcs for autogenerated files (endpoints) |
| 29 | + [651c57b](https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a) |
| 30 | + |
| 31 | +## Release 7.13.1 |
| 32 | + |
| 33 | +- Added port in url for trace and logger messages |
| 34 | + [#1126](https://github.com/elastic/elasticsearch-php/pull/1126) |
| 35 | +## Release 7.13.0 |
| 36 | + |
| 37 | +- (DOCS) Added the HTTP meta data section |
| 38 | + [#1143](https://github.com/elastic/elasticsearch-php/pull/1143) |
| 39 | +- Added support for API Compatibility Header |
| 40 | + [#1142](https://github.com/elastic/elasticsearch-php/pull/1142) |
| 41 | +- (DOCS) Added Helpers section to PHP book |
| 42 | + [#1129](https://github.com/elastic/elasticsearch-php/pull/1129) |
| 43 | +- Added the API description in phpdoc section for each endpoint |
| 44 | + [9e05c81](https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64) |
| 45 | +- Usage of PHPUnit 9 only + migrated xml configurations |
| 46 | + [038b5dd](https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d) |
| 47 | + |
1 | 48 | ## Release 7.12.0
|
2 | 49 |
|
3 | 50 | - Updated the endpoints for ES 7.12 + removed cpliakas/git-wrapper
|
|
0 commit comments