Skip to content

Commit c398d9a

Browse files
committed
[DOCS] 8.5.1 Release notes
1 parent 9c0003d commit c398d9a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
*To see release notes for the `7.x` branch and older releases, see [CHANGELOG on the 7.17 branch](https://github.com/elastic/elasticsearch-ruby/blob/7.17/CHANGELOG.md).*
2+
3+
## 8.5.1 Release notes
4+
5+
### Bugfix
6+
7+
Fixes bug when instantiating client with `api_key`: When passing in `api_key` and `transport_options` that don't include headers to the client, the `api_key` code would overwrite the arguments passed in for `transport_options`. This was fixed in [this Pull Request](https://github.com/elastic/elasticsearch-ruby/pull/1941/files).
8+
Thanks [svdasein](https://github.com/svdasein) for reporting in [#1940](https://github.com/elastic/elasticsearch-ruby/issues/1940).
9+
210
## 8.5.0 Release notes
311

412
- Tested versions of Ruby for 8.5.0: Ruby (MRI) 2.7, 3.0 and 3.1, JRuby 9.3.

docs/release_notes/85.asciidoc

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
[[release_notes_85]]
22
=== 8.5 Release notes
33

4+
[discrete]
5+
[[release_notes_851]]
6+
=== 8.5.1 Release notes
7+
8+
[discrete]
9+
==== Bugfixes
10+
11+
Fixes bug when instantiating client with `api_key`: When passing in `api_key` and `transport_options` that don't include headers to the client, the `api_key` code would overwrite the arguments passed in for `transport_options`. This was fixed in https://github.com/elastic/elasticsearch-ruby/pull/1941/files[this Pull Request].
12+
Thanks @svdasein for reporting in https://github.com/elastic/elasticsearch-ruby/issues/1940[#1940].
13+
414
[discrete]
515
[[release_notes_850]]
616
=== 8.5.0 Release notes

0 commit comments

Comments
 (0)