File tree Expand file tree Collapse file tree 2 files changed +43
-6
lines changed Expand file tree Collapse file tree 2 files changed +43
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,4 @@ The first column lists the driver version(s).
14
14
Language Compatibility
15
15
~~~~~~~~~~~~~~~~~~~~~~
16
16
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
-
22
17
.. include:: /includes/language-compatibility-table-go.rst
Original file line number Diff line number Diff line change 3
3
:stub-columns: 1
4
4
:class: compatibility-large
5
5
6
- * - Go Driver
6
+ * - Go Driver Version
7
+ - MongoDB 5.0
7
8
- MongoDB 4.4
8
9
- MongoDB 4.2
9
10
- MongoDB 4.0
13
14
- MongoDB 3.0
14
15
- MongoDB 2.6
15
16
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
+
16
50
* - 1.4
51
+ -
17
52
- ✓
18
53
- ✓
19
54
- ✓
24
59
- ✓
25
60
26
61
* - 1.3
62
+ -
27
63
-
28
64
- ✓
29
65
- ✓
34
70
- ✓
35
71
36
72
* - 1.2
73
+ -
37
74
-
38
75
- ✓
39
76
- ✓
44
81
- ✓
45
82
46
83
* - 1.1
84
+ -
47
85
-
48
86
- ✓
49
87
- ✓
54
92
- ✓
55
93
56
94
* - 1.0
95
+ -
57
96
-
58
97
-
59
98
- ✓
62
101
- ✓
63
102
- ✓
64
103
- ✓
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 >`__.
You can’t perform that action at this time.
0 commit comments