Skip to content

Commit 45241a9

Browse files
update changelog for 8.12.0 (#789) (#790)
Co-authored-by: Laurent Saint-Félix <[email protected]>
1 parent cc2cf16 commit 45241a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22

33
## Client
44

5+
### Golang version
6+
7+
The client now requires Golang version 1.20
8+
9+
### OpenTelemetry
10+
511
The client now provides OpenTelemetry integration. This integration can be enabled in the config using the `elasticsearch.NewOpenTelemetryInstrumentation`.
612
Once set up, the provided `context` will be used to record spans with useful information about the request being made to the server.
713

814
More about what you can expect in the [Semantic Conventions for Elasticsearch](https://opentelemetry.io/docs/specs/semconv/database/elasticsearch/).
915

16+
### BulkIndexer
17+
18+
`if_seq_no` & `if_primary_term` are now supported thanks to @benjyiw [#783](https://github.com/elastic/go-elasticsearch/pull/783)
19+
1020
## API
1121

1222
* `SimulateIngest`

0 commit comments

Comments
 (0)