diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1cf7bda4..3d171dfbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ *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).* + +## 8.12.1 Release notes + +Adds `base64` dependency + +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. + +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. + ## 8.12.0 Release notes ### Client diff --git a/docs/release_notes/812.asciidoc b/docs/release_notes/812.asciidoc index 7fb1c52f6e..70fc336781 100644 --- a/docs/release_notes/812.asciidoc +++ b/docs/release_notes/812.asciidoc @@ -1,6 +1,16 @@ [[release_notes_8_12]] === 8.12 Release notes +[discrete] +[[release_notes_8_12_1]] +=== 8.12.1 Release notes + +Adds `base64` dependency + +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. + +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. + [discrete] [[release_notes_8_12_0]] === 8.12.0 Release notes