Skip to content

Commit cbf8de2

Browse files
committed
[DOCS] Adds release notes for 9.2.1 and 9.3.1
1 parent d75be8d commit cbf8de2

2 files changed

Lines changed: 45 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
**See the full release notes on the official documentation website: https://www.elastic.co/docs/release-notes/elasticsearch/clients/ruby**
22

3+
# 9.3.1
4+
5+
## Gem
6+
7+
* 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)
8+
9+
## Elasticsearch API
10+
11+
* Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.3 specification.
12+
313
# 9.3.0
414

515
## Gem
@@ -58,6 +68,16 @@ The [Ruby ES|QL Query Builder](https://github.com/elastic/esql-ruby) [version 0.
5868
* `indices.get_sample_stats` - Request stats for a random sample of raw documents ingested into the given index or data stream.
5969
* `indices.put_sample_configuration` - Create or update the sampling configuration for the specified index.
6070

71+
# 9.2.1
72+
73+
## Gem
74+
75+
* 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)
76+
77+
## Elasticsearch API
78+
79+
* Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.2 specification.
80+
6181
# 9.2.0
6282

6383
## Gem

docs/release-notes/index.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,25 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-ruby-client-next-fixes]
2121
% *
2222

23+
## 9.3.1 [elasticsearch-ruby-client-9.3.1-release-notes]
24+
25+
### Features and enhancements [elasticsearch-ruby-client-9.3.1-features-enhancements]
26+
27+
#### Gem
28+
29+
* 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)
30+
31+
#### Elasticsearch API
32+
33+
* Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.3 specification.
34+
2335
## 9.3.0 [elasticsearch-ruby-client-9.3.0-release-notes]
2436

2537
### Features and enhancements [elasticsearch-ruby-client-9.3.0-features-enhancements]
2638

2739
#### Gem
2840

29-
* 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.
41+
* 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.
3042

3143
### Support for base64 indexing for vector values
3244

@@ -82,6 +94,18 @@ Code updated to the latest Elasticsearch 9.3 specification.
8294
* `indices.get_sample_stats` - Request stats for a random sample of raw documents ingested into the given index or data stream.
8395
* `indices.put_sample_configuration` - Create or update the sampling configuration for the specified index.
8496

97+
## 9.2.1 [elasticsearch-ruby-client-9.2.1-release-notes]
98+
99+
### Features and enhancements [elasticsearch-ruby-client-9.2.0-features-enhancements]
100+
101+
#### Gem
102+
103+
* 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)
104+
105+
#### Elasticsearch API
106+
107+
* Elasticsearch API code and source code documentation updated to the latest Elasticsearch 9.2 specification.
108+
85109
## 9.2.0 [elasticsearch-ruby-client-9.2.0-release-notes]
86110

87111
Check out [breaking changes](breaking-changes.md#elasticsearch-ruby-client-9.2.0-breaking-changes) for this update.

0 commit comments

Comments
 (0)