From 71657eae9f2651861658339d59de708b60937248 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 6 Apr 2026 14:31:58 +0100 Subject: [PATCH] [DOCS] Adds release notes for 9.2.1 and 9.3.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ docs/release-notes/index.md | 30 +++++++++++++++++++++++++++++- 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70e7c371..70e390ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ **See the full release notes on the official documentation website: https://www.elastic.co/docs/release-notes/elasticsearch/clients/ruby** +# 9.3.1 + +## Gem + +* Fixes a bug in BulkHelper when using `update` with slice. Thanks [gitviola](https://github.com/gitviola)! [Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/2907) + +## Elasticsearch API + +* Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.3 specification. + # 9.3.0 ## Gem @@ -58,6 +68,16 @@ The [Ruby ES|QL Query Builder](https://github.com/elastic/esql-ruby) [version 0. * `indices.get_sample_stats` - Request stats for a random sample of raw documents ingested into the given index or data stream. * `indices.put_sample_configuration` - Create or update the sampling configuration for the specified index. +# 9.2.1 + +## Gem + +* Fixes a bug in BulkHelper when using `update` with slice. Thanks [gitviola](https://github.com/gitviola)! [Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/2907) + +## Elasticsearch API + +* Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.2 specification. + # 9.2.0 ## Gem diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 65349a985..56b2ea3c4 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -20,13 +20,27 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [elasticsearch-ruby-client-next-fixes] % * +## 9.3.1 [elasticsearch-ruby-client-9.3.1-release-notes] + +### Fixes [elasticsearch-ruby-client-9.3.1-fixes] + +#### Gem + +* Fixes a bug in BulkHelper when using `update` with slice. Thanks [gitviola](https://github.com/gitviola)! [Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/2907) + +### Features and enhancements [elasticsearch-ruby-client-9.3.1-features-enhancements] + +#### Elasticsearch API + +* Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.3 specification. + ## 9.3.0 [elasticsearch-ruby-client-9.3.0-release-notes] ### Features and enhancements [elasticsearch-ruby-client-9.3.0-features-enhancements] #### Gem -* Tested versions of Ruby for 9.2.0: Ruby (MRI) 3.2, 3.3, 3.4, 4.0, JRuby 9.3, JRuby 9.4 and JRuby 10. +* Tested versions of Ruby for 9.3.0: Ruby (MRI) 3.2, 3.3, 3.4, 4.0, JRuby 9.3, JRuby 9.4 and JRuby 10. ### Support for base64 indexing for vector values @@ -82,6 +96,20 @@ Code updated to the latest Elasticsearch 9.3 specification. * `indices.get_sample_stats` - Request stats for a random sample of raw documents ingested into the given index or data stream. * `indices.put_sample_configuration` - Create or update the sampling configuration for the specified index. +## 9.2.1 [elasticsearch-ruby-client-9.2.1-release-notes] + +### Fixes [elasticsearch-ruby-client-9.2.1-fixes] + +#### Gem + +* Fixes a bug in BulkHelper when using `update` with slice. Thanks [gitviola](https://github.com/gitviola)! [Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/2907) + +### Features and enhancements [elasticsearch-ruby-client-9.2.1-features-enhancements] + +#### Elasticsearch API + +* Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.2 specification. + ## 9.2.0 [elasticsearch-ruby-client-9.2.0-release-notes] Check out [breaking changes](breaking-changes.md#elasticsearch-ruby-client-9.2.0-breaking-changes) for this update.