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 e7d448d commit a05baf8Copy full SHA for a05baf8
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## Release 8.0.1
2
+
3
+- Fixed `NoNodeAvailableException` exception in endpoints
4
+ [e7d448d](https://github.com/elastic/elasticsearch-php/commit/e7d448d540f120eb3a3e3fe0d5866bf62fb67f3a)
5
6
+## Release 8.0.0
7
8
+- Finally released 8.0.0 GA.
9
10
## Release 8.0.0-rc2
11
12
- Added the common parameters in all the endpoints
src/Client.php
@@ -28,7 +28,7 @@
28
final class Client
29
{
30
const CLIENT_NAME = 'es';
31
- const VERSION = '8.0.0';
+ const VERSION = '8.0.1';
32
33
use ClientEndpointsTrait;
34
use EndpointTrait;
0 commit comments