File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,17 @@ endif::[]
34
34
[[release-notes-4.x]]
35
35
=== Ruby Agent version 4.x
36
36
37
+ [[release-notes-4.7.1]
38
+ ==== 4.7.1
39
+
37
40
[float]
38
41
===== 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]
39
48
- Guard against various Faraday exception response formats {pull}1428[#1428]
40
49
41
50
[[release-notes-4.7.0]]
Original file line number Diff line number Diff line change 18
18
# frozen_string_literal: true
19
19
20
20
module ElasticAPM
21
- VERSION = '4.7.0 '
21
+ VERSION = '4.7.1 '
22
22
end
You can’t perform that action at this time.
0 commit comments