Skip to content

Commit da61c3f

Browse files
committed
[DOCS] Updates 8.11.1 release notes
1 parent a8143d1 commit da61c3f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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).*
22

3+
## 8.11.1 Release notes
4+
5+
Adds `base64` dependency
6+
7+
base64 was added to the gemspec, since starting in Ruby 3.4.0, base64 will no longer be part of the default gems and will no longer be in the standard library.
8+
9+
base64 is used forAPI key and Cloud ID. The dependency used to be declared in transport, but it's not needed there since the implementation using it is in this codebase.
10+
311
## 8.11.0 Release notes
412

513
### Client

Diff for: docs/release_notes/811.asciidoc

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
[[release_notes_8110]]
22
=== 8.11 Release notes
33

4+
[discrete]
5+
[[release_notes_8_11_1]]
6+
=== 8.11.1 Release notes
7+
8+
Adds `base64` dependency
9+
10+
base64 was added to the gemspec, since starting in Ruby 3.4.0, base64 will no longer be part of the default gems and will no longer be in the standard library.
11+
12+
base64 is used forAPI key and Cloud ID. The dependency used to be declared in transport, but it's not needed there since the implementation using it is in this codebase.
13+
14+
415
[discrete]
516
[[release_notes_811_0]]
617
=== 8.11.0 Release notes

0 commit comments

Comments
 (0)