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 3e4d93c commit 4c16dc6Copy full SHA for 4c16dc6
composer.json
@@ -11,7 +11,7 @@
11
"license": "MIT",
12
"require": {
13
"php": "^7.4 || ^8.0",
14
- "elastic/transport": "^8.7",
+ "elastic/transport": "^8.8",
15
"psr/http-client": "^1.0",
16
"psr/http-message": "^1.1 || ^2.0",
17
"psr/log": "^1|^2|^3",
docs/release-notes.asciidoc
@@ -1,6 +1,7 @@
1
[[release-notes]]
2
== Release notes
3
4
+* <<rn-8-11-0>>
5
* <<rn-8-10-0>>
6
* <<rn-8-9-0>>
7
* <<rn-8-8-0>>
@@ -42,6 +43,15 @@
42
43
* <<rn-7-0-1>>
44
* <<rn-7-0-0>>
45
46
+[discrete]
47
+[[rn-8-11-0]]
48
+=== 8.11.0
49
+
50
+* Updated the API endpoints to Elasticserach 8.11.0
51
+* Fixed path in hosts configuration is ignored
52
+ https://github.com/elastic/elasticsearch-php/issues/1377[#1377]
53
54
55
[discrete]
56
[[rn-8-10-0]]
57
=== 8.10.0
0 commit comments