You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,21 @@
2
2
3
3
## Client
4
4
5
+
### Golang version
6
+
7
+
The client now requires Golang version 1.20
8
+
9
+
### OpenTelemetry
10
+
5
11
The client now provides OpenTelemetry integration. This integration can be enabled in the config using the `elasticsearch.NewOpenTelemetryInstrumentation`.
6
12
Once set up, the provided `context` will be used to record spans with useful information about the request being made to the server.
7
13
8
14
More about what you can expect in the [Semantic Conventions for Elasticsearch](https://opentelemetry.io/docs/specs/semconv/database/elasticsearch/).
9
15
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)
0 commit comments