File tree 2 files changed +56
-0
lines changed
2 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
19
## Release 7.16.0
2
20
3
21
- Added support of includePortInHostHeader in ClientBuilder::fromConfig
Original file line number Diff line number Diff line change 1
1
[[release-notes]]
2
2
== Release notes
3
3
4
+ * <<rn-7-17-2>>
5
+ * <<rn-7-17-1>>
6
+ * <<rn-7-17-0>>
7
+ * <<rn-7-16-0>>
4
8
* <<rn-7-15-0>>
5
9
* <<rn-7-14-0>>
6
10
* <<rn-7-13-1>>
28
32
* <<rn-7-0-1>>
29
33
* <<rn-7-0-0>>
30
34
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
+
31
69
[discrete]
32
70
[[rn-7-15-0]]
33
71
=== 7.15.0
You can’t perform that action at this time.
0 commit comments