@@ -11,7 +11,7 @@ title = "Upgrade Considerations"
1111Please note that the 3.x series of releases (which includes support through MongoDB 4.2) will be the last releases that are compatible
1212with * 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
9696The 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