Skip to content

Commit b1d507c

Browse files
committed
Update changelog with 7.17.1 release
1 parent 802f071 commit b1d507c

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

CHANGELOG.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff 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
28

39
## Client
410

511
* Fixed a race condition on metrics in transport [#397](https://github.com/elastic/go-elasticsearch/pull/397), thanks @mainliufeng !
612
* 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)
713
* API is compatible with Elasticsearch 7.17.0
814

9-
#v8.0.0-alpha
15+
# v8.0.0-alpha
1016

1117
## Client
1218

@@ -16,7 +22,7 @@
1622
* Changed the `Body` parameter for `BulkIndexerItem` in favor of `io.ReadSeeker` to lower memory consumption when using the `esutil.BulkIndexer`.
1723
* Replaced the `Config` option `RetryOnTimeout` in favor of a new `RetryOnError` function which allows to dynamically chose what error should be retried."
1824

19-
#v7.16.0
25+
# v7.16.0
2026

2127
# Client
2228
* Adds versioning and routing options to the `BulkIndexer`. Thanks to @mehran-prs and @munkyboy !
@@ -86,12 +92,12 @@ CertificateFingerprint: \"A6FB224A4386...\"
8692
* ShutdownPutNode
8793
* TermsEnum"
8894

89-
#v7.15.1
95+
# v7.15.1
9096

9197
# Client
9298
* Allow User-Agent override via the `userAgentHeader` header. Credit goes to @aleksmaus! "
9399
94-
#v7.15.0
100+
# v7.15.0
95101
96102
# Client
97103
* Body compression can now be enabled in the client via the `CompressRequestBody` config option. Thank you @bschofield for this contribution !
@@ -110,7 +116,7 @@ CertificateFingerprint: \"A6FB224A4386...\"
110116
* GetRepositoriesMeteringInfo [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/7.15/get-repositories-metering-api.html)
111117
* SearchMvt [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/search-vector-tile-api.html)"
112118

113-
#v7.14.0
119+
# v7.14.0
114120

115121
# Client
116122
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
139145
* TermsEnum, [see documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-terms-enum.html)
140146

141147

142-
#v7.13.1
148+
# v7.13.1
143149

144150
# X-Pack
145151
* New API:
146152
* `SnapshotRepositoryAnalyze`"
147153
148-
#v7.13.0
154+
# v7.13.0
149155
150156
# Client
151157
* 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
196202
* New experimental APIs:
197203
* `SearchableSnapshotsCacheStats`
198204
199-
#v7.12.0
205+
# v7.12.0
200206
201207
# Transport
202208
* 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
221227
* `SearchableSnapshotsMount` with `WithStorage` - selects the kind of local storage used to accelerate searches. experimental, and defaults to `full_copy`.
222228
223229
224-
#v7.11.0
230+
# v7.11.0
225231
226232
* Updated APIs for Elasticsearch 7.11"
227233

228-
#v7.10.0
234+
# v7.10.0
229235

230236
* Updated APIs for Elasticsearch 7.10
231237
* Fixed capitalization of UUID values"
232238
233-
#v7.9.0
239+
# v7.9.0
234240
235241
* Updated APIs for Elasticsearch 7.9
236242
* Util: Reinstate item.Body after it is consumed in BulkIndexer
237243
* Transport: Fix memory leak when retrying 5xx responses
238244
* Fixes and improvements to the test generator
239245
240-
#v7.8.0
246+
# v7.8.0
241247
242248
* Updated APIs for Elasticsearch 7.8.0
243249
244-
#v7.7.0
250+
# v7.7.0
245251
246252
* API: Add convenience method for accessing the deprecation warnings in the response headers
247253
* 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
253259
* Generator: Tests: Fixes and improvements
254260
* Generator: Source: Updates and improvements"
255261

256-
#v7.6.0
262+
# v7.6.0
257263

258264
* Ignore the ELASTICSEARCH_URL variable when address is passed in configuration
259265
* Retry on EOF errors"
260266
261-
#v6.8.5
267+
# v6.8.5
262268
263269
* Support for Elasticsearch 6.8.5 APIs
264270
* Add support for request retries
265271
* Add connection state management
266272
* Add support for node discovery in client
267273
268-
#v7.5.0
274+
# v7.5.0
269275
270276
* Support for Elasticsearch 7.5 APIs
271277
* Add support for request retries

0 commit comments

Comments
 (0)