Skip to content

Commit ff591c5

Browse files
DOCSP-13874 compatibility table (#15)
* updated compatibility table
1 parent 07832fa commit ff591c5

File tree

2 files changed

+43
-6
lines changed

2 files changed

+43
-6
lines changed

source/compatibility.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,4 @@ The first column lists the driver version(s).
1414
Language Compatibility
1515
~~~~~~~~~~~~~~~~~~~~~~
1616

17-
The following compatibility table specifies the recommended version(s) of the
18-
MongoDB Go Driver for use with a specific version of Go.
19-
20-
The first column lists the driver version(s).
21-
2217
.. include:: /includes/language-compatibility-table-go.rst

source/includes/mongodb-compatibility-table-go.rst

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
:stub-columns: 1
44
:class: compatibility-large
55

6-
* - Go Driver
6+
* - Go Driver Version
7+
- MongoDB 5.0
78
- MongoDB 4.4
89
- MongoDB 4.2
910
- MongoDB 4.0
@@ -13,7 +14,41 @@
1314
- MongoDB 3.0
1415
- MongoDB 2.6
1516

17+
* - 1.7
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
28+
* - 1.6
29+
- ✓ [#go-1.6-driver-support]_
30+
- ✓
31+
- ✓
32+
- ✓
33+
- ✓
34+
- ✓
35+
- ✓
36+
- ✓
37+
- ✓
38+
39+
* - 1.5
40+
-
41+
- ✓
42+
- ✓
43+
- ✓
44+
- ✓
45+
- ✓
46+
- ✓
47+
- ✓
48+
- ✓
49+
1650
* - 1.4
51+
-
1752
- ✓
1853
- ✓
1954
- ✓
@@ -24,6 +59,7 @@
2459
- ✓
2560

2661
* - 1.3
62+
-
2763
-
2864
- ✓
2965
- ✓
@@ -34,6 +70,7 @@
3470
- ✓
3571

3672
* - 1.2
73+
-
3774
-
3875
- ✓
3976
- ✓
@@ -44,6 +81,7 @@
4481
- ✓
4582

4683
* - 1.1
84+
-
4785
-
4886
- ✓
4987
- ✓
@@ -54,6 +92,7 @@
5492
- ✓
5593

5694
* - 1.0
95+
-
5796
-
5897
-
5998
- ✓
@@ -62,3 +101,6 @@
62101
- ✓
63102
- ✓
64103
- ✓
104+
105+
.. [#go-1.6-driver-support] The 1.6 driver does not support snapshot reads on secondaries. For more
106+
information, see the `MongoDB Server version 5.0 release notes <https://docs.mongodb.com/v5.0/release-notes/5.0/#snapshots>`__.

0 commit comments

Comments
 (0)