From 7343050106bf73ef9f63cf21490024e001829c81 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Tue, 25 May 2021 22:30:27 +0200 Subject: [PATCH] Prep. for 7.13.0 release --- CHANGELOG.md | 15 +++++++++++++++ src/Elasticsearch/Client.php | 7 +------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c8ff1d6..ee3791b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## Release 7.13.0 + +- (DOCS) Added the HTTP meta data section + [#1143](https://github.com/elastic/elasticsearch-php/pull/1143) +- Added support for API Compatibility Header + [#1142](https://github.com/elastic/elasticsearch-php/pull/1142) +- (DOCS) Added Helpers section to PHP book + [#1129](https://github.com/elastic/elasticsearch-php/pull/1129) +- Added the API description in phpdoc section for each endpoint + [9e05c81](https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64) +- Usage of PHPUnit 9 only + migrated xml configurations + [038b5dd](https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d) +- Added port in url for trace and logger messages + [#1126](https://github.com/elastic/elasticsearch-php/pull/1126) + ## Release 7.12.0 - Updated the endpoints for ES 7.12 + removed cpliakas/git-wrapper diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index 9d923c038..37b3f7788 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -17,11 +17,6 @@ namespace Elasticsearch; use Elasticsearch\Common\Exceptions\BadMethodCallException; -use Elasticsearch\Common\Exceptions\InvalidArgumentException; -use Elasticsearch\Common\Exceptions\NoNodesAvailableException; -use Elasticsearch\Common\Exceptions\BadRequest400Exception; -use Elasticsearch\Common\Exceptions\Missing404Exception; -use Elasticsearch\Common\Exceptions\TransportException; use Elasticsearch\Endpoints\AbstractEndpoint; use Elasticsearch\Namespaces\AbstractNamespace; use Elasticsearch\Namespaces\NamespaceBuilderInterface; @@ -69,7 +64,7 @@ */ class Client { - const VERSION = '7.13.0-SNAPSHOT'; + const VERSION = '7.13.0'; /** * @var Transport