We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dfcec commit ee0c3a8Copy full SHA for ee0c3a8
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## Release 7.1.1
2
+
3
+- Fixed `ClientBuilder::setSSLVerification()` to accept string or boolean
4
+ [#917](https://github.com/elastic/elasticsearch-php/pull/917)
5
+- Fix type hinting for `setBody` in `Elasticsearch\Endpoints\Ingest\Pipeline\Put`
6
+ [#913](https://github.com/elastic/elasticsearch-php/pull/913)
7
8
## Release 7.1.0
9
10
- Added warning log for Elasticsearch response containing the `Warning` header
src/Elasticsearch/Client.php
@@ -34,7 +34,7 @@
34
*/
35
class Client
36
{
37
- const VERSION = '7.1.0';
+ const VERSION = '7.1.1';
38
39
/**
40
* @var Transport
0 commit comments