Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
The .NET agent `v9.2.0` or higher automatically instruments the [Microsoft.Azure.Cosmos](https://www.nuget.org/packages/Microsoft.Azure.Cosmos) library.

* Minimum supported version: 3.17.0
* Latest verified compatible version: 3.58.0
* Latest verified compatible version: 3.59.0
* Versions 3.35.0 and higher are supported beginning with .NET agent v10.32.0
</td>
</tr>
Expand Down Expand Up @@ -457,7 +457,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co

<DNT>**Microsoft.Data.SqlClient**</DNT>
* Minimum supported version: 1.0.19239.1
* Latest verified compatible version: 7.0.0
* Latest verified compatible version: 7.0.1
</td>
</tr>

Expand Down Expand Up @@ -520,7 +520,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
<td>
Minimum supported version: 2.3.0

Latest verified compatible version: 3.7.1
Latest verified compatible version: 3.8.0

Versions 3.0.0 and higher are supported beginning with .NET agent v10.40.0.

Expand Down Expand Up @@ -773,7 +773,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
10.37.0 (`InvokeModelAsync`, `ConverseAsync`)
</td>
<td>
4.0.17.3
4.0.17.5
</td>
</tr>
<tr>
Expand Down Expand Up @@ -848,7 +848,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
9.7.0
</td>
<td>
3.3.0
3.3.1
</td>

</tr>
Expand Down Expand Up @@ -894,7 +894,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
10.0.0
</td>
<td>
10.0.6
10.0.7
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -951,7 +951,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co

* Minimum supported version: 5.0

* Latest verified compatible version: 10.1.2
* Latest verified compatible version: 10.1.4
</td>
</tr>

Expand Down Expand Up @@ -1511,7 +1511,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
The .NET agent `v9.2.0` or higher automatically instruments [Microsoft.Azure.Cosmos](https://www.nuget.org/packages/Microsoft.Azure.Cosmos) library.

* Minimum supported version: 3.17.0
* Latest verified compatible version: 3.58.0
* Latest verified compatible version: 3.59.0
* Versions 3.35.0 and higher are supported beginning with .NET agent v10.32.0
</td>
</tr>
Expand Down Expand Up @@ -1577,7 +1577,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co

<DNT>**Microsoft.Data.SqlClient**</DNT>
* Minimum supported version: 1.0.19239.1
* Latest verified compatible version: 7.0.0
* Latest verified compatible version: 7.0.1

<DNT>**System.Data**</DNT>
* Minimum supported version: .NET Framework 4.6.2
Expand Down Expand Up @@ -1638,7 +1638,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
<td>
Minimum supported version: 2.3.0

Latest verified compatible version: 3.7.1
Latest verified compatible version: 3.8.0

Versions 3.0.0 and higher are supported beginning with .NET agent v10.40.0.

Expand Down Expand Up @@ -1990,7 +1990,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
10.37.0 (`InvokeModelAsync`, `ConverseAsync`)
</td>
<td>
4.0.17.3
4.0.17.5
</td>
</tr>
<tr>
Expand Down Expand Up @@ -2066,7 +2066,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
9.7.0
</td>
<td>
3.3.0
3.3.1
</td>
</tr>

Expand Down Expand Up @@ -2111,7 +2111,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
9.7.0
</td>
<td>
10.0.6
10.0.7
</td>
</tr>
</tbody>
Expand Down
Loading