@@ -11,7 +11,7 @@ title = "Upgrade Considerations"
11
11
Please note that the 3.x series of releases (which includes support through MongoDB 4.2) will be the last releases that are compatible
12
12
with * Java 6 or Java 7* . The 4.0 Java driver will require a minimum of Java 8.
13
13
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.
15
15
{{% /note %}}
16
16
17
17
## Upgrading from 3.11.x
@@ -95,19 +95,21 @@ the driver to use [Netty](http://netty.io/) instead.
95
95
96
96
The following table specifies the compatibility of the MongoDB Java driver for use with a specific version of MongoDB.
97
97
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