Skip to content

Commit 7ddad3a

Browse files
committed
Add CHANGELOG to the repository
1 parent 6d767f5 commit 7ddad3a

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# 8.2.0
2+
## Client
3+
4+
* Fixed a serialisation error for `retry_on_conflict` in the BulkIndexer. Thanks to @lpflpf for the help!
5+
* Fixed a concurrent map error in the BulkIndexer when custom headers are applied. Thanks to @chzhuo for the contribution!
6+
7+
## API
8+
9+
**New APIs**
10+
11+
* `Cat.ComponentTemplates`
12+
* `ML.GetMemoryStats` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-ml-memory.html)
13+
14+
* `Security.activateUserProfile` (Experimental API) [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-activate-user-profile.html)
15+
* `Security.disableUserProfile` (Experimental API) [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-disable-user-profile.html)
16+
* `Security.enableUserProfile` (Experimental API) [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-enable-user-profile.html)
17+
* `Security.getUserProfile` (Experimental API) [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-user-profile.html)
18+
* `Security.suggestUserProfiles` (Experimental API) [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-suggest-user-profile.html)
19+
* `Security.updateUserProfileData` (Experimental API) [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-update-user-profile-data.html)
20+
21+
# 8.1.0
22+
## API
23+
24+
* API is generated from the Elasticsearch 8.1.0 specification.
25+
26+
**New parameters**
27+
28+
* `WithWaitForCompletion` for `Indices.Forcemerge`
29+
* `WithFeatures` for `Indices.Get`
30+
* `WithForce` for `ML.DeleteTrainedModel`
31+
32+
**New APIs**
33+
34+
* `OidcAuthenticate`, `OidcLogout` and `OidcPrepareAuthentication` [see documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api.html#security-openid-apis)
35+
* `TransformResetTransform`
36+
37+
# 8.0.0
38+
## Client
39+
40+
* The client now uses `elastic-transport-go` dependency which lives in its [own repository](https://github.com/elastic/elastic-transport-go/).
41+
* With the knewly extracted transport, the `retryOnTimeout` has been replaced with a `retryOnError` callback. This allows to select more finely which error should be retried by the client.
42+
* `BulkIndexerItem` `Body` field is now an `io.ReadSeeker` allowing reread without increasing memory consumption.
43+
* `BulkIndexerItem` know correctly uses the `routing` property instead of the deprecated `_routing`.
44+
45+
## API
46+
47+
* API is generated from the Elasticsearch 8.0.0 specification.
48+
49+
50+
51+

0 commit comments

Comments
 (0)