From 4c16dc67788afdec63294f072999594d0fd14ebb Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Sat, 11 Nov 2023 10:01:22 +0100 Subject: [PATCH] Updated elastic-transport to 8.8 and Release notes for 8.11.0 --- composer.json | 2 +- docs/release-notes.asciidoc | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a08acb69a..0318be226 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "MIT", "require": { "php": "^7.4 || ^8.0", - "elastic/transport": "^8.7", + "elastic/transport": "^8.8", "psr/http-client": "^1.0", "psr/http-message": "^1.1 || ^2.0", "psr/log": "^1|^2|^3", diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 67ed1a0b4..565469310 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -1,6 +1,7 @@ [[release-notes]] == Release notes +* <> * <> * <> * <> @@ -42,6 +43,15 @@ * <> * <> +[discrete] +[[rn-8-11-0]] +=== 8.11.0 + +* Updated the API endpoints to Elasticserach 8.11.0 +* Fixed path in hosts configuration is ignored + https://github.com/elastic/elasticsearch-php/issues/1377[#1377] + + [discrete] [[rn-8-10-0]] === 8.10.0