-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81a6c72
commit 83a1789
Showing
3 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[[release_notes_8110]] | ||
=== 8.11 Release notes | ||
|
||
[discrete] | ||
[[release_notes_811_0]] | ||
=== 8.11.0 Release notes | ||
|
||
[discrete] | ||
=== Client | ||
|
||
* Tested versions of Ruby for 8.11.0: Ruby (MRI) 3.0, 3.1 and 3.2. JRuby 9.3 and JRuby 9.4. | ||
* Adds native support for *Open Telemetry*. See <<opentelemetry>> for documentation. | ||
* 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]. | ||
|
||
[discrete] | ||
=== API | ||
|
||
New Experimental APIs: | ||
|
||
* `esql.query` - Executes an ESQL request. | ||
* `inference.delete_model` - Delete model in the Inference API | ||
* `inference.get_model` - Get a model in the Inference API | ||
* `inference.inference` - Perform inference on a model | ||
* `inference.put_model` - Configure a model for use in the Inference API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters