From 0b4a9ac7051858ee798ac5a533c22a3c01c6e940 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Thu, 11 Jan 2024 13:02:53 +0000 Subject: [PATCH] v4.7.1 (#1433) --- CHANGELOG.asciidoc | 9 +++++++++ lib/elastic_apm/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0ebf8644a..818d80078 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -34,8 +34,17 @@ endif::[] [[release-notes-4.x]] === Ruby Agent version 4.x +[[release-notes-4.7.1] +==== 4.7.1 + [float] ===== Fixed +- Skip capturing cookie header when it's set separately {pull}1405[#1405] +- Changes/fixes to metadata.cloud.* fields collected for GCP {pull}1415[#1415] +- Pin version of bigdecimal for ruby 2.4 {pull}1417[#1417] +- Use response method on Faraday error for older versions of the library {pull}1419[#1419] +- Fix ActionDispatchSpy#render_exception for Rails 7.1 {pull}1423[#1423] +- Use graphql < 2.1 when Ruby < 2.7 {pull}1425[#1425] - Guard against various Faraday exception response formats {pull}1428[#1428] [[release-notes-4.7.0]] diff --git a/lib/elastic_apm/version.rb b/lib/elastic_apm/version.rb index 65b0cd77f..8bcc8ccf3 100644 --- a/lib/elastic_apm/version.rb +++ b/lib/elastic_apm/version.rb @@ -18,5 +18,5 @@ # frozen_string_literal: true module ElasticAPM - VERSION = '4.7.0' + VERSION = '4.7.1' end