Skip to content

Commit cf79fa2

Browse files
authored
Update compatibility information for 3.12 (#577)
JAVA-3822 JAVA-3837
1 parent 0678501 commit cf79fa2

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

docs/reference/content/upgrading.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title = "Upgrade Considerations"
1111
Please note that the 3.x series of releases (which includes support through MongoDB 4.2) will be the last releases that are compatible
1212
with *Java 6 or Java 7*. The 4.0 Java driver will require a minimum of Java 8.
1313

14-
Please also note that support for new features in MongoDB 4.4 will likely only be available via a 4.x driver release.
14+
Please note that 3.12.x is tested against MongoDB 4.4, however support for all the new features is only available via a 4.x driver.
1515
{{% /note %}}
1616

1717
## Upgrading from 3.11.x
@@ -95,19 +95,21 @@ the driver to use [Netty](http://netty.io/) instead.
9595

9696
The following table specifies the compatibility of the MongoDB Java driver for use with a specific version of MongoDB.
9797

98-
|Java Driver Version|MongoDB 2.6|MongoDB 3.0 |MongoDB 3.2|MongoDB 3.4|MongoDB 3.6|MongoDB 4.0|MongoDB 4.2|
99-
|-------------------|-----------|------------|-----------|-----------|-----------|-----------|-----------|
100-
|Version 3.12 ||||||||
101-
|Version 3.11 ||||||||
102-
|Version 3.10 ||||||| |
103-
|Version 3.9 ||||||| |
104-
|Version 3.9 ||||||| |
105-
|Version 3.8 ||||||| |
106-
|Version 3.7 |||||| | |
107-
|Version 3.6 |||||| | |
108-
|Version 3.5 ||||| | | |
109-
|Version 3.4 ||||| | | |
110-
|Version 3.3 |||| | | | |
111-
|Version 3.2 |||| | | | |
112-
|Version 3.1 ||| | | | | |
113-
|Version 3.0 ||| | | | | |
98+
|Java Driver Version|MongoDB 3.0 |MongoDB 3.2|MongoDB 3.4|MongoDB 3.6|MongoDB 4.0|MongoDB 4.2|MongoDB 4.4|
99+
|-------------------|------------|-----------|-----------|-----------|-----------|-----------|-----------|
100+
|Version 3.12 |||||||* |
101+
|Version 3.11 ||||||| |
102+
|Version 3.10 |||||| | |
103+
|Version 3.9 |||||| | |
104+
|Version 3.9 |||||| | |
105+
|Version 3.8 |||||| | |
106+
|Version 3.7 ||||| | | |
107+
|Version 3.6 ||||| | | |
108+
|Version 3.5 |||| | | | |
109+
|Version 3.4 |||| | | | |
110+
|Version 3.3 ||| | | | | |
111+
|Version 3.2 ||| | | | | |
112+
|Version 3.1 || | | | | | |
113+
|Version 3.0 || | | | | | |
114+
115+
\* The 3.12 driver is tested against MongoDB 4.4 but does not support all the new features

0 commit comments

Comments
 (0)