From 668759a6332351c05a6309b6e614858af756d624 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Wed, 3 Jun 2026 10:11:56 +0100 Subject: [PATCH] Bumps version to 8.5.2 and updates CHANGELOG --- CHANGELOG.md | 8 ++++++++ lib/elastic/transport/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4d5e02..5caa11ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 8.5.2 + +- Minor refactor to `curb` implementation. +- Updated `yard` development dependency to `> 0.9.42`. +- Fix `multi_json` deprecation warnings. Some deprecations [were introduced in `multi_json` 1.21.0](https://github.com/sferik/multi_json/blob/main/CHANGELOG.md#1210). Pull Request: [#112](https://github.com/elastic/elastic-transport-ruby/pull/112). +- Reduced gem size. Pull Request: [#114](https://github.com/elastic/elastic-transport-ruby/pull/114). +- Addresses duplicate `content-type` header in Manticore. Pull Request: [#115](https://github.com/elastic/elastic-transport-ruby/pull/115). + ## 8.5.1 - Fixes setting OpenTelemetry response status code only if available. diff --git a/lib/elastic/transport/version.rb b/lib/elastic/transport/version.rb index 9610ffdc..ddcbfcea 100644 --- a/lib/elastic/transport/version.rb +++ b/lib/elastic/transport/version.rb @@ -17,6 +17,6 @@ module Elastic module Transport - VERSION = '8.5.1'.freeze + VERSION = '8.5.2'.freeze end end