From 12e953e23cc43a6f77f7f97db67a5ad066f64ddf Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Thu, 9 Dec 2021 20:54:40 +0100 Subject: [PATCH] Updated CHANGELOG to 7.15.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c56afc2e..6b3633389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## Release 7.15.0 + +- Updated endpoints for Elasticsearch 7.15.0 + [995f6d4](https://github.com/elastic/elasticsearch-php/commit/995f6d4bde7de76004e95d7a434b1d59da7a7e75) + +## Release 7.14.0 + +- Usage of psr/log version 2 + [#1154](https://github.com/elastic/elasticsearch-php/pull/1154) +- Update search iterators to send `scroll_id` inside the request body + [#1134](https://github.com/elastic/elasticsearch-php/pull/1134) +- Added the `ingest.geoip.downloader.enabled=false` setting for ES + [5867351](https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1) +- Removed phpcs for autogenerated files (endpoints) + [651c57b](https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a) + ## Release 7.13.1 - Added port in url for trace and logger messages