Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ The New Relic Ruby agent does not support experimental or non-official Ruby vers
**CRuby (MRI)**
</td>
<td>
3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.7.x, 2.6.x, 2.5.x, 2.4.x
4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.7.x, 2.6.x
</td>
<td>
Ruby 2.3.x, 2.2.x: Last fully supported by agent v8.16.0. <br/> Ruby 2.1.x, 2.0.x: Last fully supported by agent v6.15.0. <br/> Ruby 1.9.3: Last agent v3.18.1. <br/> Ruby 1.8.7: Last agent v3.18.1.
Ruby 2.5.x, 2.4.x: Last fully supported by agent v9.23.0. <br/> Ruby 2.3.x, 2.2.x: Last fully supported by agent v8.16.0. <br/> Ruby 2.1.x, 2.0.x: Last fully supported by agent v6.15.0. <br/> Ruby 1.9.3: Last agent v3.18.1. <br/> Ruby 1.8.7: Last agent v3.18.1.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to do one more release:

Suggested change
Ruby 2.5.x, 2.4.x: Last fully supported by agent v9.23.0. <br/> Ruby 2.3.x, 2.2.x: Last fully supported by agent v8.16.0. <br/> Ruby 2.1.x, 2.0.x: Last fully supported by agent v6.15.0. <br/> Ruby 1.9.3: Last agent v3.18.1. <br/> Ruby 1.8.7: Last agent v3.18.1.
Ruby 2.5.x, 2.4.x: Last fully supported by agent v9.24.0. <br/> Ruby 2.3.x, 2.2.x: Last fully supported by agent v8.16.0. <br/> Ruby 2.1.x, 2.0.x: Last fully supported by agent v6.15.0. <br/> Ruby 1.9.3: Last agent v3.18.1. <br/> Ruby 1.8.7: Last agent v3.18.1.

</td>
</tr>
<tr>
Expand Down Expand Up @@ -98,10 +98,10 @@ The Ruby agent supports the following web servers. Instrumentation typically hoo
**Puma**
</td>
<td>
6.x, 5.x, 4.x, 3.x
6.x, 5.x, 4.x
</td>
<td>
Versions {'<'} 3.x: Support may vary.
Versions {'<'} 4.x: Support may vary.
</td>
</tr>
<tr>
Expand Down Expand Up @@ -337,19 +337,6 @@ The agent instruments a wide variety of database drivers and Object-Relational M
<td>
</td>
</tr>
<tr>
<td>
**Memcached (memcached gem)**
</td>
<td>
`memcached`
</td>
<td>
1.8.x
</td>
<td>
</td>
</tr>
Comment on lines -340 to -352
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we drop support for this?

<tr>
<td>
**Elasticsearch**
Expand Down Expand Up @@ -927,19 +914,6 @@ The agent can forward logs from the following libraries for [APM logs in context
ActiveMerchant 1.25.0 - 1.64.x: Last fully supported by agent v8.16.0.
</td>
</tr>
<tr>
<td>
**Capistrano**
</td>
<td>
`capistrano`
</td>
<td>
2.15.5 and above
</td>
<td>
</td>
</tr>
<tr>
<td>
**Concurrent Ruby**
Expand Down
Loading