Skip to content

Commit 54101a4

Browse files
committed
Update driver compatibility matrix.
Closes #4052
1 parent e9df280 commit 54101a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main/asciidoc/preface.adoc

+11
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ In terms of document stores, you need at least version 3.6 of https://www.mongod
4949
The following compatibility matrix summarizes Spring Data versions to MongoDB driver/database versions.
5050
Database versions show the highest supported server version that pass the Spring Data test suite.
5151
You can use newer server versions unless your application uses functionality that is affected by <<compatibility.changes,changes in the MongoDB server>>.
52+
See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/[official MongoDB driver compatibility matrix] for driver- and server version compatibility.
5253

5354
[cols="h,m,m,m", options="header"]
5455
|===
@@ -58,6 +59,16 @@ You can use newer server versions unless your application uses functionality tha
5859
|Driver Version
5960
|Server Version
6061

62+
|2021.2
63+
|3.4.x
64+
|4.6.x
65+
|5.0.x
66+
67+
|2021.1
68+
|3.3.x
69+
|4.4.x
70+
|5.0.x
71+
6172
|2021.0
6273
|3.2.x
6374
|4.1.x

0 commit comments

Comments
 (0)