From 611100e6f4cf3d5375770da38062f274d16ea282 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 16 May 2022 15:11:38 +0200 Subject: [PATCH] Update driver compatibility matrix. Closes #4052 --- src/main/asciidoc/preface.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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