File tree Expand file tree Collapse file tree 2 files changed +137
-1
lines changed Expand file tree Collapse file tree 2 files changed +137
-1
lines changed Original file line number Diff line number Diff line change 4
4
Compatibility
5
5
=============
6
6
7
- .. TODO
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 2
11
+ :class: singlecol
12
+
13
+ .. facet::
14
+ :name: genre
15
+ :values: reference
16
+
17
+ .. meta::
18
+ :keywords: backwards compatibility, versions, upgrade
19
+
20
+ MongoDB Compatibility
21
+ ---------------------
22
+
23
+ The following compatibility table specifies the recommended version or versions
24
+ of the {+driver-short+} for use with a specific version of MongoDB.
25
+
26
+ The first column lists the driver version.
27
+
28
+ .. sharedinclude:: dbx/lifecycle-schedule-callout.rst
29
+
30
+ .. include:: /includes/mongodb-compatibility-table-kotlin-sync.rst
31
+
32
+ The driver does not support older versions of MongoDB.
33
+
34
+ Language Compatibility
35
+ ----------------------
36
+
37
+ The MongoDB Kotlin Sync driver requires Kotlin 1.8 or later.
38
+
39
+ For more information on how to read the compatibility tables, see our guide on
40
+ :doc:`MongoDB Compatibility Tables </about-compatibility>`.
41
+
42
+ How to Get Help
43
+ ---------------
44
+
45
+ - Ask questions on our :community-forum:`MongoDB Community Forums <>`.
46
+ - Visit our :technical-support:`Support Channels </>`.
47
+ - See `Issues & Help <https://www.mongodb.com/docs/drivers/kotlin/coroutine/current/issues-and-help/>`__.
Original file line number Diff line number Diff line change
1
+ .. sharedinclude :: dbx/compatibility-table-legend.rst
2
+
3
+ .. list-table ::
4
+ :header-rows: 1
5
+ :stub-columns: 1
6
+ :class: compatibility-large
7
+
8
+ * - Kotlin Sync Driver Version
9
+ - MongoDB 8.0
10
+ - MongoDB 7.0
11
+ - MongoDB 6.1
12
+ - MongoDB 6.0
13
+ - MongoDB 5.0
14
+ - MongoDB 4.4
15
+ - MongoDB 4.2
16
+ - MongoDB 4.0
17
+ - MongoDB 3.6
18
+ - MongoDB 3.4
19
+ - MongoDB 3.2
20
+ - MongoDB 3.0
21
+ - MongoDB 2.6
22
+
23
+ * - 5.2
24
+ - ✓
25
+ - ✓
26
+ - ✓
27
+ - ✓
28
+ - ✓
29
+ - ✓
30
+ - ✓
31
+ - ✓
32
+ - ✓
33
+ -
34
+ -
35
+ -
36
+ -
37
+
38
+ * - 5.1
39
+ - ⊛
40
+ - ✓
41
+ - ✓
42
+ - ✓
43
+ - ✓
44
+ - ✓
45
+ - ✓
46
+ - ✓
47
+ - ✓
48
+ -
49
+ -
50
+ -
51
+ -
52
+
53
+ * - 5.0
54
+ - ⊛
55
+ - ✓
56
+ - ✓
57
+ - ✓
58
+ - ✓
59
+ - ✓
60
+ - ✓
61
+ - ✓
62
+ - ✓
63
+ -
64
+ -
65
+ -
66
+ -
67
+
68
+ * - 4.11
69
+ - ⊛
70
+ - ✓
71
+ - ✓
72
+ - ✓
73
+ - ✓
74
+ - ✓
75
+ - ✓
76
+ - ✓
77
+ - ✓
78
+ -
79
+ -
80
+ -
81
+ -
82
+
83
+ * - 4.10
84
+ - ⊛
85
+ - ✓
86
+ - ✓
87
+ - ✓
88
+ - ✓
89
+ - ✓
90
+ - ✓
91
+ - ✓
92
+ - ✓
93
+ -
94
+ -
95
+ -
96
+ -
You can’t perform that action at this time.
0 commit comments