Skip to content

Commit

Permalink
Updated CHANGELOG and release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Apr 21, 2023
1 parent 94cf43a commit 2d30223
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
38 changes: 38 additions & 0 deletions docs/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[[release-notes]]
== Release notes

* <<rn-7-17-2>>
* <<rn-7-17-1>>
* <<rn-7-17-0>>
* <<rn-7-16-0>>
* <<rn-7-15-0>>
* <<rn-7-14-0>>
* <<rn-7-13-1>>
Expand Down Expand Up @@ -28,6 +32,40 @@
* <<rn-7-0-1>>
* <<rn-7-0-0>>

[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
Expand Down

0 comments on commit 2d30223

Please sign in to comment.