Skip to content

Commit 857a533

Browse files
author
Chris Cho
authored
DOCSP-11198: Update driver compatibility matrices for 4.4 (#652)
* DOCSP-11198: Update driver compatibility matrices for 4.4
1 parent 4a777ba commit 857a533

19 files changed

+338
-78
lines changed

source/driver-compatibility-reference.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Driver Compatibility
1212
:depth: 1
1313
:class: twocols
1414

15-
1615
.. admonition:: Check the driver documentation pages for compatibility information
1716
:class: note
1817

source/includes/extracts-driver-compatibility-matrix.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -238,35 +238,6 @@ inherit:
238238
replacement:
239239
reference: ":ref:`Python Driver Language Compatibility Reference <reference-compatibility-language-python>`"
240240
---
241-
ref: ruby-driver-compatibility-matrix-mongodb
242-
inherit:
243-
ref: _driver-compatibility-matrix-mongodb
244-
file: extracts-driver-compatibility-matrix-base.yaml
245-
replacement:
246-
driver: MongoDB Ruby driver
247-
---
248-
ref: ruby-driver-compatibility-matrix-language
249-
inherit:
250-
ref: _driver-compatibility-matrix-language
251-
file: extracts-driver-compatibility-matrix-base.yaml
252-
replacement:
253-
driver: MongoDB Ruby driver
254-
language: Ruby
255-
---
256-
ref: ruby-driver-compatibility-full-mongodb
257-
inherit:
258-
ref: _driver-compatibility-additional-versions
259-
file: extracts-driver-compatibility-matrix-base.yaml
260-
replacement:
261-
reference: ":ref:`Ruby Driver MongoDB Compatibility Reference <reference-compatibility-mongodb-ruby>`"
262-
---
263-
ref: ruby-driver-compatibility-full-language
264-
inherit:
265-
ref: _driver-compatibility-additional-versions
266-
file: extracts-driver-compatibility-matrix-base.yaml
267-
replacement:
268-
reference: ":ref:`Ruby Driver Language Compatibility Reference <reference-compatibility-language-ruby>`"
269-
---
270241
ref: go-driver-compatibility-matrix-mongodb
271242
inherit:
272243
ref: _driver-compatibility-matrix-mongodb

source/includes/language-compatibility-table-csharp.rst

Lines changed: 21 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
:class: compatibility-large no-padding
66

77
* - Driver Version
8-
- .NET 3.5
9-
- .NET 4.0
108
- .NET 4.5
119
- .NET 4.6
1210
- .NET 4.7
@@ -16,10 +14,12 @@
1614
- .NET Core 2.0
1715
- .NET Core 2.1
1816
- .NET Core 2.2
17+
- .NET Core 3.0
18+
- .NET Core 3.1
1919

2020
* - Version 2.10
21-
-
22-
-
21+
- |checkmark|
22+
- |checkmark|
2323
- |checkmark|
2424
- |checkmark|
2525
- |checkmark|
@@ -32,8 +32,8 @@
3232

3333

3434
* - Version 2.9
35-
-
36-
-
35+
- |checkmark|
36+
- |checkmark|
3737
- |checkmark|
3838
- |checkmark|
3939
- |checkmark|
@@ -45,8 +45,8 @@
4545
- |checkmark|
4646

4747
* - Version 2.8
48-
-
49-
-
48+
- |checkmark|
49+
- |checkmark|
5050
- |checkmark|
5151
- |checkmark|
5252
- |checkmark|
@@ -58,8 +58,8 @@
5858
- |checkmark|
5959

6060
* - Version 2.7
61-
-
62-
-
61+
- |checkmark|
62+
- |checkmark|
6363
- |checkmark|
6464
- |checkmark|
6565
- |checkmark|
@@ -71,8 +71,8 @@
7171
- |checkmark|
7272

7373
* - Version 2.6
74-
-
75-
-
74+
- |checkmark|
75+
- |checkmark|
7676
- |checkmark|
7777
- |checkmark|
7878
- |checkmark|
@@ -84,8 +84,8 @@
8484
- |checkmark|
8585

8686
* - Version 2.5
87-
-
88-
-
87+
- |checkmark|
88+
- |checkmark|
8989
- |checkmark|
9090
- |checkmark|
9191
- |checkmark|
@@ -98,8 +98,8 @@
9898

9999

100100
* - Version 2.4
101-
-
102-
-
101+
- |checkmark|
102+
- |checkmark|
103103
- |checkmark|
104104
- |checkmark|
105105
- |checkmark|
@@ -111,8 +111,8 @@
111111
- |checkmark|
112112

113113
* - Version 2.3
114-
-
115-
-
114+
- |checkmark|
115+
- |checkmark|
116116
- |checkmark|
117117
- |checkmark|
118118
- |checkmark|
@@ -124,8 +124,6 @@
124124
- |checkmark|
125125

126126
* - Version 2.2
127-
-
128-
-
129127
- |checkmark|
130128
- |checkmark|
131129
- |checkmark|
@@ -135,23 +133,10 @@
135133
-
136134
-
137135
-
138-
139-
* - Version 2.0
140-
-
141-
-
142-
- |checkmark|
143-
- |checkmark|
144-
- |checkmark|
145-
- |checkmark|
146-
-
147-
-
148-
-
149136
-
150137
-
151138

152-
* - Version 1.11
153-
- |checkmark|
154-
- |checkmark|
139+
* - Version 2.0
155140
- |checkmark|
156141
- |checkmark|
157142
- |checkmark|
@@ -161,17 +146,8 @@
161146
-
162147
-
163148
-
164-
165-
* - Version 1.10
166-
- |checkmark|
167-
- |checkmark|
168-
- |checkmark|
169-
- |checkmark|
170-
- |checkmark|
171-
- |checkmark|
172-
-
173-
-
174-
-
175149
-
176150
-
177151

152+
Versions 1.10 and 1.11 of the driver are compatible with .NET 3.5
153+
through 4.8 only.

source/includes/language-compatibility-table-node.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
- Node.js v8.X.X
1313
- Node.js v10.x.x
1414
- Node.js v12.x.x
15+
- Node.js v14.x.x
16+
17+
* - 3.6.X
18+
-
19+
-
20+
-
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
- |checkmark|
26+
- |checkmark|
1527

1628
* - 3.5.X
1729
-
@@ -22,6 +34,7 @@
2234
- |checkmark|
2335
- |checkmark|
2436
- |checkmark|
37+
- |checkmark|
2538

2639
* - 3.4.X
2740
-
@@ -32,6 +45,7 @@
3245
- |checkmark|
3346
- |checkmark|
3447
- |checkmark|
48+
- |checkmark|
3549

3650
* - 3.3.X
3751
-
@@ -42,6 +56,7 @@
4256
- |checkmark|
4357
- |checkmark|
4458
- |checkmark|
59+
- |checkmark|
4560

4661
* - 3.2.X
4762
-
@@ -52,6 +67,7 @@
5267
- |checkmark|
5368
- |checkmark|
5469
- |checkmark|
70+
- |checkmark|
5571

5672
* - 3.1.X
5773
-
@@ -62,6 +78,7 @@
6278
- |checkmark|
6379
- |checkmark|
6480
- |checkmark|
81+
- |checkmark|
6582

6683
* - 3.0.X
6784
-
@@ -72,6 +89,7 @@
7289
- |checkmark|
7390
- |checkmark|
7491
- |checkmark|
92+
- |checkmark|
7593

7694
* - 2.2.X
7795
- |checkmark|
@@ -82,6 +100,7 @@
82100
- |checkmark|
83101
-
84102
-
103+
-
85104

86105
* - 2.1.X
87106
- |checkmark|
@@ -92,6 +111,7 @@
92111
- |checkmark|
93112
-
94113
-
114+
-
95115

96116
* - 2.0.X
97117
- |checkmark|
@@ -102,6 +122,7 @@
102122
- |checkmark|
103123
-
104124
-
125+
-
105126

106127
* - >=1.4.18
107128
- |checkmark|
@@ -112,6 +133,7 @@
112133
-
113134
-
114135
-
136+
-
115137

116138
* - 1.4.X
117139
- |checkmark|
@@ -122,3 +144,5 @@
122144
-
123145
-
124146
-
147+
-
148+

source/includes/language-compatibility-table-php.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
- PHP 5.6
1515
- PHP 5.5
1616

17+
* - ext 1.8 + lib 1.7
18+
- |checkmark|
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
-
24+
-
25+
1726
* - ext 1.7 + lib 1.6
1827
- |checkmark|
1928
- |checkmark|

source/includes/language-compatibility-table-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Python 2 Compatibility
1313
- Python 2.6
1414
- Python 2.7, PyPy
1515

16-
* - 3.11 (beta)
16+
* - 3.11
1717
-
1818
-
1919
-

0 commit comments

Comments
 (0)