Skip to content

Commit 29d0d79

Browse files
committed
Initial work on a compatibility doc yaml schema
1 parent 121c6b8 commit 29d0d79

1 file changed

Lines changed: 128 additions & 0 deletions

File tree

build/Dotty/compatibility-doc.yaml

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
- name: Log4Net
2+
category: Logging
3+
notes:
4+
packageName: log4net
5+
nugetUrl: https://www.nuget.org/packages/log4net
6+
compatibility:
7+
framework:
8+
latestVerifiedVersion: 2.0.8
9+
minimumSupportedVersion: 2.0.8
10+
net:
11+
latestVerifiedVersion: 2.0.8
12+
minimumSupportedVersion: 2.0.8
13+
14+
- name: MongoDB Driver
15+
category: Datastores
16+
notes:
17+
"Beginning in agent version 10.12.0, the following methods added in version 2.7.0 are supported:
18+
* `IMongoCollection.CountDocuments[Async]`
19+
* `IMongoCollection.EstimatedDocumentCountAsync`
20+
* `IMongoCollection.AggregateToCollection[Async]`
21+
* `IMongoDatabase.ListCollectionNames[Async]`
22+
* `IMongoDatabase.Aggregate[Async]`
23+
* `IMongoDatabase.AggregateToCollection[Async]`
24+
* `IMongoDatabase.Watch[Async]`"
25+
packageName: mongodb.driver
26+
nugetUrl: https://www.nuget.org/packages/mongodb.driver
27+
compatibility:
28+
framework:
29+
latestVerifiedVersion: 2.29.0
30+
minimumSupportedVersion: 2.3.0
31+
net:
32+
latestVerifiedVersion: 2.29.0
33+
minimumSupportedVersion: 2.3.0
34+
35+
- name: MySql.Data
36+
category: Datastores
37+
packageName: mysql.data
38+
nugetUrl: https://www.nuget.org/packages/mysql.data
39+
compatibility:
40+
framework:
41+
latestVerifiedVersion: 9.2.0
42+
minimumSupportedVersion: 6.10.7
43+
net:
44+
latestVerifiedVersion: 8.0.33
45+
minimumSupportedVersion: 8.0.33
46+
minimumAgentVersion: 8.16.0
47+
48+
- name: MySqlConnector
49+
category: Datastores
50+
packageName: mysql.connector
51+
nugetUrl: https://www.nuget.org/packages/mysql.connector
52+
compatibility:
53+
framework:
54+
latestVerifiedVersion: 2.4.0
55+
minimumSupportedVersion: 1.0.1
56+
net:
57+
latestVerifiedVersion: 2.4.0
58+
minimumSupportedVersion: 1.0.1
59+
60+
- name: Elasticsearch.Net
61+
category: Datastores
62+
packageName: elasticsearch.net
63+
nugetUrl: https://www.nuget.org/packages/elasticsearch.net
64+
compatibility:
65+
framework:
66+
latestVerifiedVersion: 7.17.5
67+
minimumSupportedVersion: 7.0.0
68+
net:
69+
latestVerifiedVersion: 7.17.5
70+
minimumSupportedVersion: 7.0.0
71+
72+
- name: Nest
73+
category: Datastores
74+
packageName: nest
75+
nugetUrl: https://www.nuget.org/packages/nest
76+
compatibility:
77+
framework:
78+
latestVerifiedVersion: 7.17.5
79+
minimumSupportedVersion: 7.0.0
80+
net:
81+
latestVerifiedVersion: 7.17.5
82+
minimumSupportedVersion: 7.0.0
83+
84+
- name: Elasticsearch.Net
85+
category: Datastores
86+
packageName: elasticsearch.net
87+
nugetUrl: https://www.nuget.org/packages/elasticsearch.net
88+
compatibility:
89+
framework:
90+
latestVerifiedVersion: 7.17.5
91+
minimumSupportedVersion: 7.0.0
92+
net:
93+
latestVerifiedVersion: 7.17.5
94+
minimumSupportedVersion: 7.0.0
95+
96+
- name: DynamoDB
97+
category: Datastores
98+
packageName: awssdk.dynamodbv2
99+
nugetUrl: https://www.nuget.org/packages/AWSSDK.DynamoDBv2
100+
compatibility:
101+
framework:
102+
latestVerifiedVersion: 3.7.405.31
103+
minimumAgentVersion: 10.33.0
104+
net:
105+
latestVerifiedVersion: 3.7.405.31
106+
minimumAgentVersion: 10.33.0
107+
108+
- name: System.Data.ODBC
109+
category: Datastores
110+
packageName: system.data.odbc
111+
nugetUrl: https://www.nuget.org/packages/system.data.odbc
112+
compatibility:
113+
framework:
114+
latestVerifiedVersion: 9.0.2
115+
minimumSupportedVersion: 8.0.0
116+
minimumAgentVersion: 10.35.0
117+
net:
118+
latestVerifiedVersion: 9.0.2
119+
minimumSupportedVersion: 8.0.0
120+
minimumAgentVersion: 10.35.0
121+
notes:
122+
"The following features supported for ODBC datastore calls in .NET Framework (using the built-in `System.Data` namesapce)
123+
are not support for .NET 8+:
124+
* `Connection.Open`, `Connection.OpenAsync`
125+
* `SqlDataReader.Read`, `SqlDataReader.NextResult`
126+
* Slow SQL traces"
127+
128+

0 commit comments

Comments
 (0)