Skip to content

Commit

Permalink
[DOCS] Updates 8.12.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 25, 2024
1 parent 3443be1 commit a07501e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions docs/release_notes/812.asciidoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a07501e

Please sign in to comment.