Skip to content

Commit 8e0eeb9

Browse files
committed
Update relase highlights
1 parent 19aafe0 commit 8e0eeb9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/release-notes/release-highlights.asciidoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ These are the important new features and changes in minor releases. Every releas
55

66
For a list of detailed changes, including bug fixes, please see the https://github.com/elastic/elasticsearch-java/releases[GitHub project realease notes].
77

8+
[discrete]
9+
==== Version 8.10
10+
11+
* Add instrumentation API and native OpenTelemetry implementation - https://github.com/elastic/elasticsearch-java/pull/588[#588], <<opentelemetry,docs>>
12+
13+
[discrete]
14+
==== Version 8.9
15+
16+
* Refactor RestClientTransport to allow using other http client libraries - https://github.com/elastic/elasticsearch-java/pull/584[#584]
17+
18+
[discrete]
19+
==== Version 8.8
20+
21+
* Throw a TransportException when an error response cannot be parsed - https://github.com/elastic/elasticsearch-java/pull/579[#579]
22+
* Speed up URL path encoding and remove dependency on httpclient - https://github.com/elastic/elasticsearch-java/pull/576[#576]
23+
* Add buffered lookahead and JsonData implementation for Jackson - https://github.com/elastic/elasticsearch-java/pull/489[#489], https://github.com/elastic/elasticsearch-java/pull/567[#567]
24+
* Expose additional BulkIngester metrics - https://github.com/elastic/elasticsearch-java/pull/513[#513]
25+
* Allow unparsed binary data to be used for ingestion - https://github.com/elastic/elasticsearch-java/pull/508[#508]
26+
827
[discrete]
928
==== Version 8.7
1029

0 commit comments

Comments
 (0)