From 3576ac71f7315e6e366ec4240c58ae16cb6bca53 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 3 Jun 2024 15:34:20 +0100 Subject: [PATCH] [DOCS] Updates Release notes --- CHANGELOG.md | 5 +++++ docs/release_notes/717.asciidoc | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe41c3445..3497cf6f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 7.17.11 + +- Ruby 3.3 added to the test matrix. Tested versions of Ruby for 7.17.11: Ruby (MRI) 3.0, 3.1, 3.2, 3.3, JRuby 9.3, JRuby 9.4. +- Adds `base64` dependency to `elasticsearch-transport`: 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, [#2400](https://github.com/elastic/elasticsearch-ruby/pull/2400) + ## 7.17.10 Backports support for Faraday 2 from `elastic-transport`. ¡Gracias [santiagorodriguez96](https://github.com/santiagorodriguez96)! diff --git a/docs/release_notes/717.asciidoc b/docs/release_notes/717.asciidoc index a76a13113b..afe950d3d6 100644 --- a/docs/release_notes/717.asciidoc +++ b/docs/release_notes/717.asciidoc @@ -1,6 +1,13 @@ [[release_notes_717]] === 7.17 Release notes +[discrete] +[[release_notes_71711]] +=== 7.17.11 Release notes + +- Ruby 3.3 added to the test matrix. Tested versions of Ruby for 7.17.11: Ruby (MRI) 3.0, 3.1, 3.2, 3.3, JRuby 9.3, JRuby 9.4. +- Adds `base64` dependency to `elasticsearch-transport`: 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, https://github.com/elastic/elasticsearch-ruby/pull/2400[#2400]. + [discrete] [[release_notes_71710]] === 7.17.10 Release notes