File tree Expand file tree Collapse file tree 2 files changed +121
-1
lines changed Expand file tree Collapse file tree 2 files changed +121
-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
+ For more information on how to read the compatibility table, see our guide on
35
+ `MongoDB Compatibility Tables <https://www.mongodb.com/docs/drivers/about-compatibility/>`__.
36
+
37
+ Language Compatibility
38
+ ----------------------
39
+
40
+ The MongoDB Kotlin Sync driver requires Kotlin 1.8 or later.
41
+
42
+ How to Get Help
43
+ ---------------
44
+
45
+ If you have questions about compatibility, visit the following resources for further guidance:
46
+
47
+ - Ask questions on our :community-forum:`MongoDB Community Forums <>`.
48
+ - Visit our :technical-support:`Support Channels </>`.
49
+ - 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
+
20
+ * - 5.2
21
+ - ✓
22
+ - ✓
23
+ - ✓
24
+ - ✓
25
+ - ✓
26
+ - ✓
27
+ - ✓
28
+ - ✓
29
+ - ✓
30
+ -
31
+
32
+ * - 5.1
33
+ - ⊛
34
+ - ✓
35
+ - ✓
36
+ - ✓
37
+ - ✓
38
+ - ✓
39
+ - ✓
40
+ - ✓
41
+ - ✓
42
+ -
43
+
44
+ * - 5.0
45
+ - ⊛
46
+ - ✓
47
+ - ✓
48
+ - ✓
49
+ - ✓
50
+ - ✓
51
+ - ✓
52
+ - ✓
53
+ - ✓
54
+ -
55
+
56
+ * - 4.11
57
+ - ⊛
58
+ - ✓
59
+ - ✓
60
+ - ✓
61
+ - ✓
62
+ - ✓
63
+ - ✓
64
+ - ✓
65
+ - ✓
66
+ -
67
+
68
+ * - 4.10
69
+ - ⊛
70
+ - ✓
71
+ - ✓
72
+ - ✓
73
+ - ✓
74
+ - ✓
75
+ - ✓
76
+ - ✓
77
+ - ✓
78
+ -
You can’t perform that action at this time.
0 commit comments