Skip to content

Commit 0e6e3a7

Browse files
committed
[DOCS] Adds release notes for 9.0.5 and 9.1.2
1 parent 5c7b079 commit 0e6e3a7

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

docs/release-notes/index.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,21 @@ 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.2 [elasticsearch-ruby-client-9.1.2-release-notes]
24+
25+
### Fixes [elasticsearch-ruby-client-9.1.2-fixes]
26+
27+
- Fixes [2758](https://github.com/elastic/elasticsearch-ruby/issues/2758) - `msearch`, `bulk` and other NDJSON endpoints overriding headers for `content-type` and `accept`. [Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/2759).
28+
29+
### Features and enhancements [elasticsearch-ruby-client-9.1.2-features-enhancements]
30+
31+
- Adds `transform.set_upgrade_mode`.
32+
- Updates source code documentation from latest 9.1 Elasticsearch specification.
33+
2334
## 9.1.1 [elasticsearch-ruby-client-9.1.1-release-notes]
2435

2536
### Features and enhancements [elasticsearch-ruby-client-9.1.1-features-enhancements]
2637

27-
## Elasticsearch API
28-
2938
- Updates source code documentation to latest 9.1 specification.
3039
- New API: `inference.put_amazonsagemaker`.
3140

@@ -62,6 +71,16 @@ Tested versions of Ruby for 9.1.0: Ruby (MRI) 3.2, 3.3, 3.4, `head`, JRuby 9.3,
6271
- `streams.logs_enable` - Enable the Logs Streams feature for this cluster.
6372
- `streams.status` - Return the current status of the streams feature for each streams type.
6473

74+
## 9.0.5 [elasticsearch-ruby-client-9.0.5-release-notes]
75+
76+
### Fixes [elasticsearch-ruby-client-9.0.5-fixes]
77+
78+
- Fixes [2758](https://github.com/elastic/elasticsearch-ruby/issues/2758) - `msearch`, `bulk` and other NDJSON endpoints overriding headers for `content-type` and `accept`. [Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/2759).
79+
80+
### Features and enhancements [elasticsearch-ruby-client-9.0.5-features-enhancements]
81+
82+
- Adds `transform.set_upgrade_mode`.
83+
6584
## 9.0.4 [elasticsearch-ruby-client-9.0.4-release-notes]
6685

6786
- 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`.

0 commit comments

Comments
 (0)