Skip to content

Commit ec1372d

Browse files
committed
Updated CHANGELOG and VERSION for 7.1.0
1 parent 220955d commit ec1372d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
## Release 7.0.2
226

327
- Fixed incorrect return type hint when using async requests/futures

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
class Client
3636
{
37-
const VERSION = '7.0.2';
37+
const VERSION = '7.1.0';
3838

3939
/**
4040
* @var Transport

0 commit comments

Comments
 (0)