You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/supported-technologies.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Elastic APM Ruby Agent has built-in support for many frameworks and librarie
16
16
17
17
## Ruby [supported-technologies-ruby]
18
18
19
-
We follow Ruby’s own maintenance policy and officially support all currently maintained versions per [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/).
19
+
We follow Ruby’s own maintenance policy and officially support all currently maintained versions per [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/) < 4.0.
20
20
21
21
22
22
## Web Frameworks and Libraries [supported-technologies-web]
@@ -28,21 +28,21 @@ We test against all supported minor versions of Rails, Sinatra, and Grape.
28
28
29
29
### Ruby on Rails [supported-technologies-rails]
30
30
31
-
We currently support Rails >= 4.2 <= 8.1.1. This follows Rails' own [Security policy](https://rubyonrails.org/security/).
31
+
We currently support Rails >= 4.2 <= 7.2. This follows Rails' own [Security policy](https://rubyonrails.org/security/).
32
32
33
33
See [Getting started with Rails](/reference/getting-started-rails.md).
34
34
35
35
36
36
### Sinatra [supported-technologies-sinatra]
37
37
38
-
We currently support Sinatra >= 1.0 <= 4.2.1.
38
+
We currently support Sinatra >= 1.0 <= 2.2.
39
39
40
40
See [Getting started with Rack](/reference/getting-started-rack.md).
41
41
42
42
43
43
### Grape [supported-technologies-grape]
44
44
45
-
We currently support Grape >= 1.2 <= 3.0.1.
45
+
We currently support Grape >= 1.2 <= 1.6.
46
46
47
47
See [Grape example](/reference/getting-started-rack.md#getting-started-grape).
48
48
@@ -51,7 +51,7 @@ See [Grape example](/reference/getting-started-rack.md#getting-started-grape).
51
51
52
52
We automatically instrument database actions using:
53
53
54
-
* ActiveRecord (>= 4.2 <= 8.1.1)
54
+
* ActiveRecord (>= 4.2 <= 7.2)
55
55
* DynamoDB (>= 1.0 <= 1.158.0)
56
56
* Elasticsearch (>= 0.9 <= 9.2.0)
57
57
* Mongo (>= 2.1 <= 2.22.0)
@@ -64,7 +64,7 @@ We automatically instrument database actions using:
64
64
We automatically instrument and add support for distributed tracing to external requests using these libraries:
65
65
66
66
*`net/http`
67
-
* Http.rb (>= 0.6 <= 0.16.1)
67
+
* Http.rb (>= 3.0 <= 6.0)
68
68
* Faraday (>= 0.2.1 <= 2.14.0)
69
69
70
70
**Note:** These libraries usually assume `localhost` if no `Host` is specified, so the agent does as well.
@@ -74,7 +74,7 @@ We automatically instrument and add support for distributed tracing to external
74
74
75
75
We automatically instrument background processing using:
76
76
77
-
* DelayedJob (<= 4.1.11)
77
+
* DelayedJob (<= 4.2.)
78
78
* Sidekiq (<= 8.1.0)
79
79
* Shoryuken (<= 6.2.1)
80
80
* Sneakers (2.12.0) (Experimental, see [#676](https://github.com/elastic/apm-agent-ruby/pull/676))
0 commit comments