Skip to content

Commit 2d30223

Browse files
committed
Updated CHANGELOG and release-notes
1 parent 94cf43a commit 2d30223

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Release 7.17.2
2+
3+
- Added `ELASTIC_CLIENT_URL_PLUS_AS_SPACE` env variable for URL encode
4+
[#1303](https://github.com/elastic/elasticsearch-php/pull/1303), [b35ec5e](https://github.com/elastic/elasticsearch-php/commit/b35ec5e777046e687e476624b8a19bab2e31fdb7)
5+
6+
## Release 7.17.1
7+
8+
- Fixed a node selector issue for `StickyRoundRobinSelector`
9+
[#1253](https://github.com/elastic/elasticsearch-php/pull/1253)
10+
11+
## Release 7.17.0
12+
13+
This release is compatible with the latest Elasticsearch [7.17.0](https://github.com/elastic/elasticsearch/releases/tag/v7.17.0)
14+
released the 1st February 2022.
15+
16+
- Allow psr/log v3
17+
[#1184](https://github.com/elastic/elasticsearch-php/pull/1184)
18+
119
## Release 7.16.0
220

321
- Added support of includePortInHostHeader in ClientBuilder::fromConfig

docs/release-notes.asciidoc

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

4+
* <<rn-7-17-2>>
5+
* <<rn-7-17-1>>
6+
* <<rn-7-17-0>>
7+
* <<rn-7-16-0>>
48
* <<rn-7-15-0>>
59
* <<rn-7-14-0>>
610
* <<rn-7-13-1>>
@@ -28,6 +32,40 @@
2832
* <<rn-7-0-1>>
2933
* <<rn-7-0-0>>
3034

35+
[discrete]
36+
[[rn-7-17-2]]
37+
=== 7.17.2
38+
39+
* Added `ELASTIC_CLIENT_URL_PLUS_AS_SPACE` env variable for URL encode
40+
https://github.com/elastic/elasticsearch-php/pull/1303[#1303], https://github.com/elastic/elasticsearch-php/commit/b35ec5e777046e687e476624b8a19bab2e31fdb7[b35ec5e]
41+
42+
43+
[discrete]
44+
[[rn-7-17-1]]
45+
=== 7.17.1
46+
47+
* Fixed a node selector issue for `StickyRoundRobinSelector`
48+
https://github.com/elastic/elasticsearch-php/pull/1253[#1253]
49+
50+
51+
[discrete]
52+
[[rn-7-17-0]]
53+
=== 7.17.0
54+
55+
* Updated endpoints for Elasticsearch 7.17.0
56+
https://github.com/elastic/elasticsearch-php/commit/275de8d9542881c05e944ad786773d441db852bb[275de8d]
57+
* Allow psr/log v3
58+
https://github.com/elastic/elasticsearch-php/pull/1184[#1184]
59+
60+
61+
[discrete]
62+
[[rn-7-16-0]]
63+
=== 7.16.0
64+
65+
* Updated endpoints for Elasticsearch 7.16.0
66+
https://github.com/elastic/elasticsearch-php/commit/797699df38a2f66c20defda4560a65c1efc67c83[797699d]
67+
68+
3169
[discrete]
3270
[[rn-7-15-0]]
3371
=== 7.15.0

0 commit comments

Comments
 (0)