Skip to content

Commit

Permalink
update changelog for 8.12.0 (#789) (#790)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Saint-Félix <[email protected]>
  • Loading branch information
github-actions[bot] and Anaethelion authored Jan 18, 2024
1 parent cc2cf16 commit 45241a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

## Client

### Golang version

The client now requires Golang version 1.20

### OpenTelemetry

The client now provides OpenTelemetry integration. This integration can be enabled in the config using the `elasticsearch.NewOpenTelemetryInstrumentation`.
Once set up, the provided `context` will be used to record spans with useful information about the request being made to the server.

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

### BulkIndexer

`if_seq_no` & `if_primary_term` are now supported thanks to @benjyiw [#783](https://github.com/elastic/go-elasticsearch/pull/783)

## API

* `SimulateIngest`
Expand Down

0 comments on commit 45241a9

Please sign in to comment.