Skip to content

Commit cc26c41

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/release-notes/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ 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 [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).
26+
- Adds `transform.set_upgrade_mode`.
27+
- Updates source code documentation from latest 9.1 Elasticsearch specification.
28+
2329
## 9.1.1 [elasticsearch-ruby-client-9.1.1-release-notes]
2430

2531
### Features and enhancements [elasticsearch-ruby-client-9.1.1-features-enhancements]
@@ -62,6 +68,11 @@ Tested versions of Ruby for 9.1.0: Ruby (MRI) 3.2, 3.3, 3.4, `head`, JRuby 9.3,
6268
- `streams.logs_enable` - Enable the Logs Streams feature for this cluster.
6369
- `streams.status` - Return the current status of the streams feature for each streams type.
6470

71+
## 9.0.5 [elasticsearch-ruby-client-9.0.5-release-notes]
72+
73+
- 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).
74+
- Adds `transform.set_upgrade_mode`.
75+
6576
## 9.0.4 [elasticsearch-ruby-client-9.0.4-release-notes]
6677

6778
- 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)