diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f772b98..61251ace5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## Release 7.17.2 + +- Added `ELASTIC_CLIENT_URL_PLUS_AS_SPACE` env variable for URL encode + [#1303](https://github.com/elastic/elasticsearch-php/pull/1303), [b35ec5e](https://github.com/elastic/elasticsearch-php/commit/b35ec5e777046e687e476624b8a19bab2e31fdb7) + +## Release 7.17.1 + +- Fixed a node selector issue for `StickyRoundRobinSelector` + [#1253](https://github.com/elastic/elasticsearch-php/pull/1253) + +## Release 7.17.0 + +This release is compatible with the latest Elasticsearch [7.17.0](https://github.com/elastic/elasticsearch/releases/tag/v7.17.0) +released the 1st February 2022. + +- Allow psr/log v3 + [#1184](https://github.com/elastic/elasticsearch-php/pull/1184) + ## Release 7.16.0 - Added support of includePortInHostHeader in ClientBuilder::fromConfig diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index a61848582..46be482e9 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -1,6 +1,10 @@ [[release-notes]] == Release notes +* <> +* <> +* <> +* <> * <> * <> * <> @@ -28,6 +32,40 @@ * <> * <> +[discrete] +[[rn-7-17-2]] +=== 7.17.2 + +* Added `ELASTIC_CLIENT_URL_PLUS_AS_SPACE` env variable for URL encode + https://github.com/elastic/elasticsearch-php/pull/1303[#1303], https://github.com/elastic/elasticsearch-php/commit/b35ec5e777046e687e476624b8a19bab2e31fdb7[b35ec5e] + + +[discrete] +[[rn-7-17-1]] +=== 7.17.1 + +* Fixed a node selector issue for `StickyRoundRobinSelector` + https://github.com/elastic/elasticsearch-php/pull/1253[#1253] + + +[discrete] +[[rn-7-17-0]] +=== 7.17.0 + +* Updated endpoints for Elasticsearch 7.17.0 + https://github.com/elastic/elasticsearch-php/commit/275de8d9542881c05e944ad786773d441db852bb[275de8d] +* Allow psr/log v3 + https://github.com/elastic/elasticsearch-php/pull/1184[#1184] + + +[discrete] +[[rn-7-16-0]] +=== 7.16.0 + +* Updated endpoints for Elasticsearch 7.16.0 + https://github.com/elastic/elasticsearch-php/commit/797699df38a2f66c20defda4560a65c1efc67c83[797699d] + + [discrete] [[rn-7-15-0]] === 7.15.0