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::[]
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]]
Original file line number Diff line number Diff line change 1818# frozen_string_literal: true
1919
2020module ElasticAPM
21- VERSION = '4.7.0 '
21+ VERSION = '4.7.1 '
2222end
You can’t perform that action at this time.
0 commit comments