File tree Expand file tree Collapse file tree 3 files changed +265
-0
lines changed Expand file tree Collapse file tree 3 files changed +265
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ .. list-table ::
3+ :header-rows: 1
4+ :stub-columns: 1
5+ :class: compatibility
6+
7+ * - Scala Driver Version
8+ - Scala 2.13
9+ - Scala 2.12
10+ - Scala 2.11
11+
12+ * - 5.0
13+ - ✓
14+ - ✓
15+ - ✓
16+
17+ * - 4.11
18+ - ✓
19+ - ✓
20+ - ✓
21+
22+ * - 4.10
23+ - ✓
24+ - ✓
25+ - ✓
26+
27+ * - 4.9
28+ - ✓
29+ - ✓
30+ - ✓
31+
32+ * - 4.8
33+ - ✓
34+ - ✓
35+ - ✓
36+
37+ * - 4.7
38+ - ✓
39+ - ✓
40+ - ✓
41+
42+ * - 4.6
43+ - ✓
44+ - ✓
45+ - ✓
46+
47+ * - 4.5
48+ - ✓
49+ - ✓
50+ - ✓
51+
52+ * - 4.4
53+ - ✓
54+ - ✓
55+ - ✓
56+
57+ * - 4.3
58+ - ✓
59+ - ✓
60+ - ✓
61+
62+ * - 4.2
63+ - ✓
64+ - ✓
65+ - ✓
66+
67+ * - 4.1
68+ - ✓
69+ - ✓
70+ - ✓
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+ * - Scala Driver Version
9+ - MongoDB 7.0
10+ - MongoDB 6.1
11+ - MongoDB 6.0
12+ - MongoDB 5.0
13+ - MongoDB 4.4
14+ - MongoDB 4.2
15+ - MongoDB 4.0
16+ - MongoDB 3.6
17+ - MongoDB 3.4
18+
19+ * - 5.0
20+ - ✓
21+ - ✓
22+ - ✓
23+ - ✓
24+ - ✓
25+ - ✓
26+ - ✓
27+ - ✓
28+ -
29+
30+ * - 4.11
31+ - ✓
32+ - ✓
33+ - ✓
34+ - ✓
35+ - ✓
36+ - ✓
37+ - ✓
38+ - ✓
39+ -
40+
41+ * - 4.10
42+ - ✓
43+ - ✓
44+ - ✓
45+ - ✓
46+ - ✓
47+ - ✓
48+ - ✓
49+ - ✓
50+ -
51+
52+ * - 4.9
53+ - ⊛
54+ - ✓
55+ - ✓
56+ - ✓
57+ - ✓
58+ - ✓
59+ - ✓
60+ - ✓
61+ -
62+
63+ * - 4.8
64+ - ⊛
65+ - ✓
66+ - ✓
67+ - ✓
68+ - ✓
69+ - ✓
70+ - ✓
71+ - ✓
72+ -
73+
74+ * - 4.7
75+ - ⊛
76+ - ⊛
77+ - ✓
78+ - ✓
79+ - ✓
80+ - ✓
81+ - ✓
82+ - ✓
83+ - ✓
84+
85+ * - 4.6
86+ - ⊛
87+ - ⊛
88+ - ⊛
89+ - ✓
90+ - ✓
91+ - ✓
92+ - ✓
93+ - ✓
94+ - ✓
95+
96+ * - 4.5
97+ - ⊛
98+ - ⊛
99+ - ⊛
100+ - ✓
101+ - ✓
102+ - ✓
103+ - ✓
104+ - ✓
105+ - ✓
106+
107+ * - 4.4
108+ - ⊛
109+ - ⊛
110+ - ⊛
111+ - ✓
112+ - ✓
113+ - ✓
114+ - ✓
115+ - ✓
116+ - ✓
117+
118+ * - 4.3
119+ - ⊛
120+ - ⊛
121+ - ⊛
122+ - ✓
123+ - ✓
124+ - ✓
125+ - ✓
126+ - ✓
127+ - ✓
128+
129+ * - 4.2
130+ - ⊛
131+ - ⊛
132+ - ⊛
133+ - ⊛
134+ - ✓
135+ - ✓
136+ - ✓
137+ - ✓
138+ - ✓
139+
140+ * - 4.1
141+ - ⊛
142+ - ⊛
143+ - ⊛
144+ - ⊛
145+ - ✓
146+ - ✓
147+ - ✓
148+ - ✓
149+ - ✓
150+
151+ * - 4.0
152+ - ⊛
153+ - ⊛
154+ - ⊛
155+ - ⊛
156+ - ⊛
157+ - ✓
158+ - ✓
159+ - ✓
160+ - ✓
Original file line number Diff line number Diff line change @@ -48,6 +48,41 @@ runnable project by following the :ref:`scala-quickstart` guide.
4848
4949- `Previous Versions Documentation <https://mongodb.github.io/mongo-java-driver/>`__
5050
51+ To access MongoDB by using Java instead of Scala, use the `Java Sync
52+ Driver <https://www.mongodb.com/docs/drivers/java/sync/current/>`__ or
53+ the asynchronous `Java Reactive Streams Driver
54+ <https://www.mongodb.com/docs/languages/java/drivers/java-rs/current/>`__.
55+
56+ Compatibility
57+ -------------
58+
59+ MongoDB Compatibility
60+ ~~~~~~~~~~~~~~~~~~~~~
61+
62+ The following compatibility table specifies the recommended version or versions
63+ of the {+driver-long+} for use with a specific version of MongoDB.
64+
65+ The first column lists the driver version.
66+
67+ .. sharedinclude:: dbx/lifecycle-schedule-callout.rst
68+
69+ .. include:: /includes/mongodb-compatibility-table-scala.rst
70+
71+ The driver does not support older versions of MongoDB.
72+
73+ Language Compatibility
74+ ~~~~~~~~~~~~~~~~~~~~~~
75+
76+ The following compatibility table specifies the recommended version or versions
77+ of the {+driver-long+} for use with a specific version of Scala.
78+
79+ The first column lists the driver version.
80+
81+ .. include:: /includes/language-compatibility-table-scala.rst
82+
83+ For more information on how to read the compatibility tables, see our guide on
84+ :driver:`MongoDB Compatibility Tables </about-compatibility/>`.
85+
5186How To Get Help
5287---------------
5388
You can’t perform that action at this time.
0 commit comments