Skip to content

Commit 33149f6

Browse files
committed
Update MongoDB Server compatibility matrix.
Closes #4785 Original pull request: #4796
1 parent 60defac commit 33149f6

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

src/main/antora/modules/ROOT/pages/preface.adoc

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,74 +9,77 @@ In terms of database and driver, you need at least version 4.x of https://www.mo
99
== Compatibility Matrix
1010

1111
The following compatibility matrix summarizes Spring Data versions to MongoDB driver/database versions.
12-
Database versions show the highest supported server version that pass the Spring Data test suite.
12+
Database versions show server generations that pass the Spring Data test suite.
1313
You can use newer server versions unless your application uses functionality that is affected by xref:preface.adoc#compatibility.changes[changes in the MongoDB server].
1414
See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/[official MongoDB driver compatibility matrix] for driver- and server version compatibility.
1515

16+
====
1617
[cols="h,m,m,m", options="header"]
1718
|===
1819
1920
|Spring Data Release Train
2021
|Spring Data MongoDB
2122
|Driver Version
22-
|Server Version
23+
|Database Versions
2324
2425
|2024.0
2526
|4.3.x
2627
|4.11.x & 5.x
27-
|6.x
28+
|4.4.x, 5.x, 6.x, 7.x
2829
2930
|2023.1
30-
|4.1.x
31+
|4.2.x
3132
|4.9.x
32-
|7.0.x
33+
|4.4.x, 5.x, 6.x, 7.x
3334
34-
|2023.0
35+
|2023.0 (*)
3536
|4.1.x
3637
|4.9.x
37-
|6.0.x
38+
|4.4.x, 5.x, 6.x
3839
39-
|2022.0
40+
|2022.0 (*)
4041
|4.0.x
4142
|4.7.x
42-
|6.0.x
43+
|4.4.x, 5.x, 6.x
4344
44-
|2021.2
45+
|2021.2 (*)
4546
|3.4.x
4647
|4.6.x
47-
|5.0.x
48+
|4.4.x, 5.0.x
4849
49-
|2021.1
50+
|2021.1 (*)
5051
|3.3.x
5152
|4.4.x
52-
|5.0.x
53+
|4.4.x, 5.0.x
5354
54-
|2021.0
55+
|2021.0 (*)
5556
|3.2.x
5657
|4.1.x
5758
|4.4.x
5859
59-
|2020.0
60+
|2020.0 (*)
6061
|3.1.x
6162
|4.1.x
6263
|4.4.x
6364
64-
|Neumann
65+
|Neumann (*)
6566
|3.0.x
6667
|4.0.x
6768
|4.4.x
6869
69-
|Moore
70+
|Moore (*)
7071
|2.2.x
7172
|3.11.x/Reactive Streams 1.12.x
7273
|4.2.x
7374
74-
|Lovelace
75+
|Lovelace (*)
7576
|2.1.x
7677
|3.8.x/Reactive Streams 1.9.x
7778
|4.0.x
7879
7980
|===
81+
(*) End of OSS Support
82+
====
8083

8184
[[compatibility.changes]]
8285
[[compatibility.changes-4.4]]

0 commit comments

Comments
 (0)