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
+
1
16
## Release 7.12.0
2
17
3
18
- Updated the endpoints for ES 7.12 + removed cpliakas/git-wrapper
Original file line number Diff line number Diff line change 17
17
namespace Elasticsearch ;
18
18
19
19
use 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 ;
25
20
use Elasticsearch \Endpoints \AbstractEndpoint ;
26
21
use Elasticsearch \Namespaces \AbstractNamespace ;
27
22
use Elasticsearch \Namespaces \NamespaceBuilderInterface ;
69
64
*/
70
65
class Client
71
66
{
72
- const VERSION = '7.13.0-SNAPSHOT ' ;
67
+ const VERSION = '7.13.0 ' ;
73
68
74
69
/**
75
70
* @var Transport
You can’t perform that action at this time.
0 commit comments