Skip to content

Commit 43aeb5b

Browse files
[8 11.0] Changelog (#747) (#748)
* [Readme] Add Go compatibility policy change * Changelog: Add 8.11.0 release Co-authored-by: Laurent Saint-Félix <[email protected]>
1 parent cad9784 commit 43aeb5b

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 8.11.0
2+
3+
## API
4+
5+
**Experimental APIs**
6+
7+
* `EsqlQuery` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-query-api.html)
8+
* `InferenceDeleteModel` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-inference-api.html)
9+
* `InferenceGetModel` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/get-inference-api.html)
10+
* `InferenceInference` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html)
11+
* `InferencePutModel` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/put-inference-api.html)
12+
13+
## Typed API
14+
15+
* Mandatory URL parameters are not exposed as functions anymore as they already exist in the constructor.
16+
17+
# New Compatibility Policy
18+
19+
Starting from version `8.12.0`, this library follow the Go language [policy](https://go.dev/doc/devel/release#policy). Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release.
20+
21+
If you have any questions or concerns, please do not hesitate to reach out to us.
22+
123
# 8.10.1
224

325
## Typed API

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ The official Go client for [Elasticsearch](https://www.elastic.co/products/elast
1010
[![Integration](https://github.com/elastic/go-elasticsearch/workflows/Integration/badge.svg)](https://github.com/elastic/go-elasticsearch/actions?query=branch%3Amain)
1111
[![API](https://github.com/elastic/go-elasticsearch/workflows/API/badge.svg)](https://github.com/elastic/go-elasticsearch/actions?query=branch%3Amain)
1212

13-
## Compatibility
13+
# Compatibility
14+
15+
## Go
16+
17+
Starting from version `8.12.0`, this library follow the Go language [policy](https://go.dev/doc/devel/release#policy). Each major Go release is supported until there are two newer major releases. For example, Go 1.5 was supported until the Go 1.7 release, and Go 1.6 was supported until the Go 1.8 release.
18+
19+
## Elasticsearch
1420

1521
Language clients are forward compatible; meaning that clients support communicating with greater or equal minor versions of Elasticsearch.
1622
Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.

0 commit comments

Comments
 (0)