Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/release-notes/9-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Example with `SearchRequest`:

::::{dropdown} Opentelemetry update to stable conventions
Following the stable release of Opentelemetry's database conventions, the client was updated to use the correct attribute names.
More details in the PR: https://github.com/elastic/elasticsearch-java/pull/1017
More details in the PR: [#1017](https://github.com/elastic/elasticsearch-java/pull/1017)
::::

::::{dropdown} GetAliasResponse exception bug fix
Expand All @@ -67,7 +67,7 @@ catch (ElasticsearchException e){
assertEquals("test", aliases.keySet().iterator().next());
}
```
More details in the PR: https://github.com/elastic/elasticsearch-java/pull/1041
More details in the PR: [#1041](https://github.com/elastic/elasticsearch-java/pull/1041)
::::

### Deprecations [elasticsearch-java-client-910-deprecations]
Expand Down
Loading