Skip to content

Commit

Permalink
Prep. for 7.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed May 25, 2021
1 parent ff65e31 commit 7343050
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
15 changes: 15 additions & 0 deletions 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
Expand Down
7 changes: 1 addition & 6 deletions src/Elasticsearch/Client.php
Expand Up @@ -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;
Expand Down Expand Up @@ -69,7 +64,7 @@
*/
class Client
{
const VERSION = '7.13.0-SNAPSHOT';
const VERSION = '7.13.0';

/**
* @var Transport
Expand Down

0 comments on commit 7343050

Please sign in to comment.