File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,19 @@ The check marks (✓) indicate that the driver can access **all the
28
28
features** of that specific version of MongoDB server unless those features
29
29
have been deprecated or removed.
30
30
31
- If you are upgrading your server or driver version, you can use this table
32
- to identify which version of the driver you need to access all the newest
33
- features included in that version of the server.
34
-
35
- We recommend that you use the latest driver version that supports your
36
- server version. We also recommend that you avoid using older versions of
37
- the drivers that do not appear on the chart because they are unsupported.
31
+ If you are **upgrading your server version**, your current driver should
32
+ continue to function properly, but may not be able to access the features
33
+ introduced in the newer server versions. We recommend using the newest
34
+ compatible driver when upgrading your server version.
35
+
36
+ If you are **upgrading your driver version**, you can use the table to
37
+ identify which version you need to access all the newest features included
38
+ in a specific version of the server. Also note that any of the minor
39
+ or patch versions share the same compatibility as the major version
40
+ release.
41
+
42
+ We recommend that you avoid using older versions of the drivers that do not
43
+ appear on the chart because they are unsupported.
38
44
39
45
.. note::
40
46
You can’t perform that action at this time.
0 commit comments