Skip to content

Commit

Permalink
update changelog for 8.12.0 (elastic#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion authored Jan 18, 2024
1 parent 72a0a42 commit 469e896
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 469e896

Please sign in to comment.