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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
**See the full release notes on the official documentation website: https://www.elastic.co/docs/release-notes/elasticsearch/clients/ruby**
2
2
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.
*`indices.get_sample_stats` - Request stats for a random sample of raw documents ingested into the given index or data stream.
59
69
*`indices.put_sample_configuration` - Create or update the sampling configuration for the specified index.
60
70
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.
### 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.
### 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.
0 commit comments