Skip to content

Commit 4c16dc6

Browse files
committed
Updated elastic-transport to 8.8 and Release notes for 8.11.0
1 parent 3e4d93c commit 4c16dc6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"require": {
1313
"php": "^7.4 || ^8.0",
14-
"elastic/transport": "^8.7",
14+
"elastic/transport": "^8.8",
1515
"psr/http-client": "^1.0",
1616
"psr/http-message": "^1.1 || ^2.0",
1717
"psr/log": "^1|^2|^3",

docs/release-notes.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-8-11-0>>
45
* <<rn-8-10-0>>
56
* <<rn-8-9-0>>
67
* <<rn-8-8-0>>
@@ -42,6 +43,15 @@
4243
* <<rn-7-0-1>>
4344
* <<rn-7-0-0>>
4445

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+
4555
[discrete]
4656
[[rn-8-10-0]]
4757
=== 8.10.0

0 commit comments

Comments
 (0)