You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-17Lines changed: 23 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
-
#v7.17.0
1
+
# v7.17.1
2
+
3
+
## Client
4
+
5
+
* Fixed serialisation of the `routing` parameter for the `BulkIndexerItem` routing property.
6
+
7
+
# v7.17.0
2
8
3
9
## Client
4
10
5
11
* Fixed a race condition on metrics in transport [#397](https://github.com/elastic/go-elasticsearch/pull/397), thanks @mainliufeng !
6
12
* The client will now return an error if a required arguments is passed as a nil value. [#201](https://github.com/elastic/go-elasticsearch/issues/201)
7
13
* API is compatible with Elasticsearch 7.17.0
8
14
9
-
#v8.0.0-alpha
15
+
#v8.0.0-alpha
10
16
11
17
## Client
12
18
@@ -16,7 +22,7 @@
16
22
* Changed the `Body` parameter for `BulkIndexerItem` in favor of `io.ReadSeeker` to lower memory consumption when using the `esutil.BulkIndexer`.
17
23
* Replaced the `Config` option `RetryOnTimeout` in favor of a new `RetryOnError` function which allows to dynamically chose what error should be retried."
18
24
19
-
#v7.16.0
25
+
#v7.16.0
20
26
21
27
# Client
22
28
* Adds versioning and routing options to the `BulkIndexer`. Thanks to @mehran-prs and @munkyboy !
Starting in v7.14.0 the client performs a required product check before the first API call is executed. This product check allows the client to establish that it’s communicating with a supported Elasticsearch cluster.
@@ -139,13 +145,13 @@ The product check requires a single HTTP request to the `info` API. In most case
* Adds support for compatibility header for Elasticsearch. If the environment variable 'ELASTIC_CLIENT_APIVERSIONING' is set to true or 1, the client will send the headers Accept and Content-Type with the following value: application/vnd.elasticsearch+json;compatible-with=7.
@@ -196,7 +202,7 @@ The product check requires a single HTTP request to the `info` API. In most case
196
202
* New experimental APIs:
197
203
* `SearchableSnapshotsCacheStats`
198
204
199
-
#v7.12.0
205
+
#v7.12.0
200
206
201
207
# Transport
202
208
* Added the `X-Elastic-Client-Meta` HTTP header (#240)
@@ -221,27 +227,27 @@ The product check requires a single HTTP request to the `info` API. In most case
221
227
* `SearchableSnapshotsMount` with `WithStorage` - selects the kind of local storage used to accelerate searches. experimental, and defaults to `full_copy`.
222
228
223
229
224
-
#v7.11.0
230
+
#v7.11.0
225
231
226
232
* Updated APIs for Elasticsearch 7.11"
227
233
228
-
#v7.10.0
234
+
#v7.10.0
229
235
230
236
* Updated APIs for Elasticsearch 7.10
231
237
* Fixed capitalization of UUID values"
232
238
233
-
#v7.9.0
239
+
#v7.9.0
234
240
235
241
* Updated APIs for Elasticsearch 7.9
236
242
* Util: Reinstate item.Body after it is consumed in BulkIndexer
237
243
* Transport: Fix memory leak when retrying 5xx responses
238
244
* Fixes and improvements to the test generator
239
245
240
-
#v7.8.0
246
+
#v7.8.0
241
247
242
248
* Updated APIs for Elasticsearch 7.8.0
243
249
244
-
#v7.7.0
250
+
#v7.7.0
245
251
246
252
* API: Add convenience method for accessing the deprecation warnings in the response headers
247
253
* Transport: Add the CACert global configuration option
@@ -253,19 +259,19 @@ The product check requires a single HTTP request to the `info` API. In most case
253
259
* Generator: Tests: Fixes and improvements
254
260
* Generator: Source: Updates and improvements"
255
261
256
-
#v7.6.0
262
+
#v7.6.0
257
263
258
264
* Ignore the ELASTICSEARCH_URL variable when address is passed in configuration
0 commit comments