Skip to content

Commit 83a1789

Browse files
committed
[DOCS] Release Notes 8.11
1 parent 81a6c72 commit 83a1789

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
*To see release notes for the `7.x` branch and older releases, see [CHANGELOG on the 7.17 branch](https://github.com/elastic/elasticsearch-ruby/blob/7.17/CHANGELOG.md).*
22

3+
## 8.11.0 Release notes
4+
5+
### Client
6+
7+
* Tested versions of Ruby for 8.11.0: Ruby (MRI) 3.0, 3.1 and 3.2. JRuby 9.3 and JRuby 9.4.
8+
* Adds native support for *Open Telemetry*. See Open Telemetry for documentation.
9+
* Improved documentation, now you can find more examples in Ruby in the [REST API reference](https://www.elastic.co/guide/en/elasticsearch/reference/8.11/rest-apis.html).
10+
11+
### API
12+
13+
New Experimental APIs:
14+
- `esql.query` - Executes an ESQL request.
15+
- `inference.delete_model` - Delete model in the Inference API.
16+
- `inference.get_model` - Get a model in the Inference API.
17+
- `inference.inference` - Perform inference on a model.
18+
- `inference.put_model` - Configure a model for use in the Inference API.
19+
320
## 8.10.0 Release notes
421

522
### Client

docs/release_notes/811.asciidoc

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[[release_notes_8110]]
2+
=== 8.11 Release notes
3+
4+
[discrete]
5+
[[release_notes_811_0]]
6+
=== 8.11.0 Release notes
7+
8+
[discrete]
9+
=== Client
10+
11+
* Tested versions of Ruby for 8.11.0: Ruby (MRI) 3.0, 3.1 and 3.2. JRuby 9.3 and JRuby 9.4.
12+
* Adds native support for *Open Telemetry*. See <<opentelemetry>> for documentation.
13+
* Improved documentation, now you can find more examples in Ruby in the https://www.elastic.co/guide/en/elasticsearch/reference/8.11/rest-apis.html[REST API reference].
14+
15+
[discrete]
16+
=== API
17+
18+
New Experimental APIs:
19+
20+
* `esql.query` - Executes an ESQL request.
21+
* `inference.delete_model` - Delete model in the Inference API
22+
* `inference.get_model` - Get a model in the Inference API
23+
* `inference.inference` - Perform inference on a model
24+
* `inference.put_model` - Configure a model for use in the Inference API

docs/release_notes/index.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
[discrete]
55
=== 8.x
6+
* <<release_notes_8110, 8.11 Release Notes>>
67
* <<release_notes_8100, 8.10 Release Notes>>
78
* <<release_notes_89, 8.9 Release Notes>>
89
* <<release_notes_88, 8.8 Release Notes>>
@@ -32,6 +33,7 @@
3233
* <<release_notes_75, 7.5 Release Notes>>
3334
* <<release_notes_70, 7.0 Release Notes>>
3435

36+
include::811.asciidoc[]
3537
include::810.asciidoc[]
3638
include::89.asciidoc[]
3739
include::88.asciidoc[]

0 commit comments

Comments
 (0)