diff --git a/docs/reference/content/upgrading.md b/docs/reference/content/upgrading.md index 13fb7c5c8b1..b7af993415a 100644 --- a/docs/reference/content/upgrading.md +++ b/docs/reference/content/upgrading.md @@ -74,20 +74,22 @@ The minimum JVM is Java 8. The following table specifies the compatibility of the MongoDB Java driver for use with a specific version of MongoDB. -|Java Driver Version|MongoDB 2.6|MongoDB 3.0 |MongoDB 3.2|MongoDB 3.4|MongoDB 3.6|MongoDB 4.0|MongoDB 4.2| -|-------------------|-----------|------------|-----------|-----------|-----------|-----------|-----------| +|Java Driver Version|MongoDB 3.0 |MongoDB 3.2|MongoDB 3.4|MongoDB 3.6|MongoDB 4.0|MongoDB 4.2|MongoDB 4.4| +|-------------------|------------|-----------|-----------|-----------|-----------|-----------|-----------| |Version 4.0 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -|Version 3.12 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -|Version 3.11 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -|Version 3.10 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | -|Version 3.9 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | -|Version 3.9 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | -|Version 3.8 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | -|Version 3.7 | ✓ | ✓ | ✓ | ✓ | ✓ | | | -|Version 3.6 | ✓ | ✓ | ✓ | ✓ | ✓ | | | -|Version 3.5 | ✓ | ✓ | ✓ | ✓ | | | | -|Version 3.4 | ✓ | ✓ | ✓ | ✓ | | | | -|Version 3.3 | ✓ | ✓ | ✓ | | | | | -|Version 3.2 | ✓ | ✓ | ✓ | | | | | -|Version 3.1 | ✓ | ✓ | | | | | | -|Version 3.0 | ✓ | ✓ | | | | | | +|Version 3.12 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓* | +|Version 3.11 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | +|Version 3.10 | ✓ | ✓ | ✓ | ✓ | ✓ | | | +|Version 3.9 | ✓ | ✓ | ✓ | ✓ | ✓ | | | +|Version 3.9 | ✓ | ✓ | ✓ | ✓ | ✓ | | | +|Version 3.8 | ✓ | ✓ | ✓ | ✓ | ✓ | | | +|Version 3.7 | ✓ | ✓ | ✓ | ✓ | | | | +|Version 3.6 | ✓ | ✓ | ✓ | ✓ | | | | +|Version 3.5 | ✓ | ✓ | ✓ | | | | | +|Version 3.4 | ✓ | ✓ | ✓ | | | | | +|Version 3.3 | ✓ | ✓ | | | | | | +|Version 3.2 | ✓ | ✓ | | | | | | +|Version 3.1 | ✓ | | | | | | | +|Version 3.0 | ✓ | | | | | | | + +\* The 3.12 driver is tested against MongoDB 4.4 but does not support all the new features \ No newline at end of file