Skip to content

Commit 0854825

Browse files
committed
[DOCS] Updates Release Notes and CHANGELOG from latest 9.x
1 parent 7197d73 commit 0854825

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

CHANGELOG.md

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

3+
# 9.1.1
4+
5+
## Elasticsearch API
6+
7+
- Updates source code documentation to latest 9.1 specification.
8+
- New API: `inference.put_amazonsagemaker`.
9+
10+
# 9.1.0
11+
12+
## Gem
13+
14+
Tested versions of Ruby for 9.1.0: Ruby (MRI) 3.2, 3.3, 3.4, `head`, JRuby 9.3, JRuby 9.4 and JRuby 10.
15+
16+
## Elasticsearch API
17+
18+
- Source code documentation and code has been updated with better formatting, updated links. It's also been updated to support common parameters and common cat parameters in APIs that support it (`error_trace`, `filter_path`, `human`, `pretty`). The API reference documentation can be generated with `rake doc`.
19+
20+
- `esql.async_query`, `esql.query` - adds `allow_partial_results` boolean parameter. If `true`, partial results will be returned if there are shard failures, but the query can continue to execute on other clusters and shards. If `false`, the query will fail if there are any failures. To override the default behavior, you can set the `esql.query.allow_partial_results` cluster setting to `false`. Server default: true.
21+
- `indices.get_field_mapping` - removes `local` parameter.
22+
- `synonyms.put_synonym`, `synonyms.put_synonym_rule` - add `refresh` boolean parameter. If `true`, the request will refresh the analyzers with the new synonym rule and wait for the new synonyms to be available before returning.
23+
24+
New APIs
25+
26+
- `esql.get_query` (Experimental) - Get a specific running ES|QL query information.
27+
- `esql.list_queries` (Experimental) - Get running ES|QL queries information.
28+
- `indices.delete_data_stream_options` - Removes the data stream options from a data stream.
29+
- `indices.get_data_stream_options` - Get the data stream options configuration of one or more data streams.
30+
- `indices.get_data_stream_settings` - Get setting information for one or more data streams.
31+
- `indices.put_data_stream_options` - Update the data stream options of the specified data streams.
32+
- `indices.put_data_stream_settings` - Update data stream settings.
33+
- `indices.remove_block` - Remove an index block from an index.
34+
- `inference.put_custom` - Create a custom inference endpoint.
35+
- `inference.put_deepseek` - Create a DeepSeek inference endpoint.
36+
- `snapshot.repository_verify_integrity` (Experimental) - Verify the integrity of the contents of a snapshot repository. NOTE: This API is intended for exploratory use by humans. You should expect the request parameters and the response format to vary in future versions.
37+
- `streams.logs_disable` - Disable the Logs Streams feature for this cluster.
38+
- `streams.logs_enable` - Enable the Logs Streams feature for this cluster.
39+
- `streams.status` - Return the current status of the streams feature for each streams type.
40+
41+
# 9.0.4
42+
43+
- Source code documentation and code has been updated to support common parameters and common cat parameters in APIs that support it (`error_trace`, `filter_path`, `human`, `pretty`). The API reference documentation can be generated with `rake doc`.
44+
- New API: `inference.put_custom`
45+
46+
# 9.0.3
47+
48+
- Adds `ccr` alias for `cross_cluster_replication` and `slm` alias for `snapshot_lifecycle_management`.
49+
- Tested for JRuby 10.0.0.
50+
- General updates in source code docs.
51+
352
# 9.0.2
453

554
- Udpates setting 'Accept' and 'Content-Type' headers as to not duplicate or overwrite user set headers [#2666](https://github.com/elastic/elasticsearch-ruby/pull/2666).

docs/release-notes/index.md

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

23+
## 9.1.1 [elasticsearch-ruby-client-9.1.1-release-notes]
24+
25+
### Features and enhancements [elasticsearch-ruby-client-9.1.1-features-enhancements]
26+
27+
## Elasticsearch API
28+
29+
- Updates source code documentation to latest 9.1 specification.
30+
- New API: `inference.put_amazonsagemaker`.
31+
2332
## 9.1.0 [elasticsearch-ruby-client-9.1.0-release-notes]
2433

2534
### Features and enhancements [elasticsearch-ruby-client-9.1.0-features-enhancements]

0 commit comments

Comments
 (0)