We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fcdcb commit fcfb888Copy full SHA for fcfb888
CHANGELOG.asciidoc
@@ -32,14 +32,15 @@ endif::[]
32
==== Unreleased
33
////
34
35
-[[release-notes-4.x]]
36
-=== Ruby Agent version 4.x
+[[release-notes-4.6.1]]
+==== 4.6.1
37
38
[float]
39
===== Fixed
40
41
- Fix growing number of open file descriptors when HTTP request to APM is never sent {pull}1351[#1351]
42
- Fix setting span http status code when Faraday Middleware is used {pull}1368[#1368]
43
+- Handle whitespace when splitting tracestate entries {pull}1353[#1353]
44
45
[[release-notes-4.6.0]]
46
==== 4.6.0
lib/elastic_apm/version.rb
@@ -18,5 +18,5 @@
18
# frozen_string_literal: true
19
20
module ElasticAPM
21
- VERSION = '4.6.0'
+ VERSION = '4.6.1'
22
end
0 commit comments