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
+17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
*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).*
2
2
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.
* 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
0 commit comments