Browse Source

Update driver compatibility matrix.

Closes #4052
pull/4071/head
Mark Paluch 4 years ago
parent
commit
ac59cf930a
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 16
      src/main/asciidoc/preface.adoc

16
src/main/asciidoc/preface.adoc

@ -49,6 +49,7 @@ In terms of document stores, you need at least version 3.6 of https://www.mongod @@ -49,6 +49,7 @@ In terms of document stores, you need at least version 3.6 of https://www.mongod
The following compatibility matrix summarizes Spring Data versions to MongoDB driver/database versions.
Database versions show the highest supported server version that pass the Spring Data test suite.
You can use newer server versions unless your application uses functionality that is affected by <<compatibility.changes,changes in the MongoDB server>>.
See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/[official MongoDB driver compatibility matrix] for driver- and server version compatibility.
[cols="h,m,m,m", options="header"]
|===
@ -58,6 +59,21 @@ You can use newer server versions unless your application uses functionality tha @@ -58,6 +59,21 @@ You can use newer server versions unless your application uses functionality tha
|Driver Version
|Server Version
|2022.0
|4.0.x
|4.6.x
|5.0.x
|2021.2
|3.4.x
|4.6.x
|5.0.x
|2021.1
|3.3.x
|4.4.x
|5.0.x
|2021.0
|3.2.x
|4.1.x

Loading…
Cancel
Save