Skip to content

Commit da1e716

Browse files
committed
DOCSP-41119 Kotlin Sync Compatibility
1 parent 0991759 commit da1e716

File tree

2 files changed

+137
-1
lines changed

2 files changed

+137
-1
lines changed

source/compatibility.txt

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,44 @@
44
Compatibility
55
=============
66

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/>`__.
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
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+
-

0 commit comments

Comments
 (0)