File tree 2 files changed +25
-1
lines changed 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Release 7.1.0
2
+
3
+ - Added warning log for Elasticsearch response containing the ` Warning ` header
4
+ [ #911 ] ( https://github.com/elastic/elasticsearch-php/pull/911 )
5
+ - Fixed #838 hosting company is blocking ports because of ` YamlRunnerTest.php `
6
+ [ #844 ] ( https://github.com/elastic/elasticsearch-php/pull/844 )
7
+ - Specialized inheritance of ` NoNodesAvailableException ` to extend ` ServerErrorResponseException `
8
+ instead of the generic ` \Exception `
9
+ [ #607 ] ( https://github.com/elastic/elasticsearch-php/pull/607 )
10
+ - Fixed scroll TTL is extracted but not set as a body param
11
+ [ #907 ] ( https://github.com/elastic/elasticsearch-php/pull/907 )
12
+
13
+ ### Testing
14
+
15
+ - Improved the speed of integration tests removing snapshots delete from ` YamlRunnerTest::clean `
16
+ [ #911 ] ( https://github.com/elastic/elasticsearch-php/pull/911 )
17
+ - Reduced the number of skipping YAML integration tests from 20 to 6
18
+ [ #911 ] ( https://github.com/elastic/elasticsearch-php/pull/911 )
19
+
20
+ ### Docs
21
+
22
+ - Documentation updated for Elasticsearch 7
23
+ [ #904 ] ( https://github.com/elastic/elasticsearch-php/pull/904 )
24
+
1
25
## Release 7.0.2
2
26
3
27
- Fixed incorrect return type hint when using async requests/futures
Original file line number Diff line number Diff line change 34
34
*/
35
35
class Client
36
36
{
37
- const VERSION = '7.0.2 ' ;
37
+ const VERSION = '7.1.0 ' ;
38
38
39
39
/**
40
40
* @var Transport
You can’t perform that action at this time.
0 commit comments