diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 6cd8111a92..9db20dc6da 100644 --- a/src/main/asciidoc/preface.adoc +++ b/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 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 <>. +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,11 @@ You can use newer server versions unless your application uses functionality tha |Driver Version |Server Version +|2021.1 +|3.3.x +|4.4.x +|5.0.x + |2021.0 |3.2.x |4.1.x