From f4a68b70b2ab7599da2c4c7907bea0e3510d3e3e Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Tue, 7 Nov 2023 16:22:21 +0000 Subject: [PATCH 1/2] [DOCS] Release Notes 8.11 --- CHANGELOG.md | 17 +++++++++++++++++ docs/release_notes/811.asciidoc | 24 ++++++++++++++++++++++++ docs/release_notes/index.asciidoc | 2 ++ 3 files changed, 43 insertions(+) create mode 100644 docs/release_notes/811.asciidoc diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fcf6bfb2e..f9786f2fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ *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).* +## 8.11.0 Release notes + +### 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 Open Telemetry for documentation. +* 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). + +### 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. + ## 8.10.0 Release notes ### Client diff --git a/docs/release_notes/811.asciidoc b/docs/release_notes/811.asciidoc new file mode 100644 index 0000000000..43c43427de --- /dev/null +++ b/docs/release_notes/811.asciidoc @@ -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 <> 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 diff --git a/docs/release_notes/index.asciidoc b/docs/release_notes/index.asciidoc index 43f7e8437f..9143380955 100644 --- a/docs/release_notes/index.asciidoc +++ b/docs/release_notes/index.asciidoc @@ -3,6 +3,7 @@ [discrete] === 8.x +* <> * <> * <> * <> @@ -32,6 +33,7 @@ * <> * <> +include::811.asciidoc[] include::810.asciidoc[] include::89.asciidoc[] include::88.asciidoc[] From b0fda798f1ee109bfd2a4155743fa338d7b6125a Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Tue, 7 Nov 2023 16:23:29 +0000 Subject: [PATCH 2/2] [DOCS] Adds OpenTelemetry docs to index --- docs/integrations.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/integrations.asciidoc b/docs/integrations.asciidoc index 8b81ff5042..c758d17201 100644 --- a/docs/integrations.asciidoc +++ b/docs/integrations.asciidoc @@ -6,6 +6,7 @@ the Ruby client. * <> * <> +* <> * <> * <> * <> @@ -16,6 +17,8 @@ include::transport.asciidoc[] include::api.asciidoc[] +include::open-telemetry.asciidoc[] + include::ecs.asciidoc[] include::model.asciidoc[]