File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1+ ## Release 7.13.0
2+
3+ - (DOCS) Added the HTTP meta data section
4+ [ #1143 ] ( https://github.com/elastic/elasticsearch-php/pull/1143 )
5+ - Added support for API Compatibility Header
6+ [ #1142 ] ( https://github.com/elastic/elasticsearch-php/pull/1142 )
7+ - (DOCS) Added Helpers section to PHP book
8+ [ #1129 ] ( https://github.com/elastic/elasticsearch-php/pull/1129 )
9+ - Added the API description in phpdoc section for each endpoint
10+ [ 9e05c81] ( https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64 )
11+ - Usage of PHPUnit 9 only + migrated xml configurations
12+ [ 038b5dd] ( https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d )
13+ - Added port in url for trace and logger messages
14+ [ #1126 ] ( https://github.com/elastic/elasticsearch-php/pull/1126 )
15+
116## Release 7.12.0
217
318- Updated the endpoints for ES 7.12 + removed cpliakas/git-wrapper
Original file line number Diff line number Diff line change 1717namespace Elasticsearch ;
1818
1919use Elasticsearch \Common \Exceptions \BadMethodCallException ;
20- use Elasticsearch \Common \Exceptions \InvalidArgumentException ;
21- use Elasticsearch \Common \Exceptions \NoNodesAvailableException ;
22- use Elasticsearch \Common \Exceptions \BadRequest400Exception ;
23- use Elasticsearch \Common \Exceptions \Missing404Exception ;
24- use Elasticsearch \Common \Exceptions \TransportException ;
2520use Elasticsearch \Endpoints \AbstractEndpoint ;
2621use Elasticsearch \Namespaces \AbstractNamespace ;
2722use Elasticsearch \Namespaces \NamespaceBuilderInterface ;
6964 */
7065class Client
7166{
72- const VERSION = '7.13.0-SNAPSHOT ' ;
67+ const VERSION = '7.13.0 ' ;
7368
7469 /**
7570 * @var Transport
You can’t perform that action at this time.
0 commit comments