From cc7246eeaf86d76d81f3d9767c31564a8bc0f923 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Thu, 25 Jan 2024 12:45:34 +0000 Subject: [PATCH] [DOCS] Updates 8.12.1 release notes --- CHANGELOG.md | 9 +++++++++ docs/release_notes/812.asciidoc | 10 ++++++++++ 2 files changed, 19 insertions(+) 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