Skip to content

Commit a07501e

Browse files
committed
[DOCS] Updates 8.12.1 release notes
1 parent 3443be1 commit a07501e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +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).*
2+
3+
## 8.12.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+
211
## 8.12.0 Release notes
312

413
### Client

docs/release_notes/812.asciidoc

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

4+
[discrete]
5+
[[release_notes_8_12_1]]
6+
=== 8.12.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+
414
[discrete]
515
[[release_notes_8_12_0]]
616
=== 8.12.0 Release notes

0 commit comments

Comments
 (0)