Skip to content

Commit 0b4a9ac

Browse files
v4.7.1 (#1433)
1 parent 693e10d commit 0b4a9ac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,17 @@ endif::[]
3434
[[release-notes-4.x]]
3535
=== Ruby Agent version 4.x
3636
37+
[[release-notes-4.7.1]
38+
==== 4.7.1
39+
3740
[float]
3841
===== Fixed
42+
- Skip capturing cookie header when it's set separately {pull}1405[#1405]
43+
- Changes/fixes to metadata.cloud.* fields collected for GCP {pull}1415[#1415]
44+
- Pin version of bigdecimal for ruby 2.4 {pull}1417[#1417]
45+
- Use response method on Faraday error for older versions of the library {pull}1419[#1419]
46+
- Fix ActionDispatchSpy#render_exception for Rails 7.1 {pull}1423[#1423]
47+
- Use graphql < 2.1 when Ruby < 2.7 {pull}1425[#1425]
3948
- Guard against various Faraday exception response formats {pull}1428[#1428]
4049
4150
[[release-notes-4.7.0]]

lib/elastic_apm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# frozen_string_literal: true
1919

2020
module ElasticAPM
21-
VERSION = '4.7.0'
21+
VERSION = '4.7.1'
2222
end

0 commit comments

Comments
 (0)