Skip to content

Commit cb3a213

Browse files
author
Chris Cho
authored
DOCSP-32358: add information about component compatibility tables (#899)
* DOCSP-32358: add information about component compatibility tables
1 parent 0915ad9 commit cb3a213

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

source/about-compatibility.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ The check marks (✓) indicate that the driver can access **all the
2828
features** of that specific version of MongoDB server unless those features
2929
have been deprecated or removed.
3030

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.
31+
The circled asterisks (⊛) indicate that the driver version works with
32+
that specific version of MongoDB server, but may not be able to access all
33+
the features.
34+
35+
If you are **upgrading your server version**, check whether your current driver
36+
version is compatible. We recommend using the newest compatible driver when
37+
upgrading your server version.
3538

3639
If you are **upgrading your driver version**, you can use the table to
3740
identify which version you need to access all the newest features included
@@ -58,3 +61,16 @@ labeled with major release versions of the driver.
5861

5962
The check marks (✓) indicate that the code in the driver is fully
6063
compatible with the version of the language.
64+
65+
Component Compatibility Tables
66+
------------------------------
67+
68+
In the **Component Compatibility** tables, the columns indicate versions of
69+
the driver, and the rows indicate the component package names.
70+
71+
The table cells indicate which versions of the component packages are
72+
compatible with the driver version specified in that column.
73+
74+
If the table cell value is blank, the component package is incompatible with
75+
the version of the driver version specified in that column.
76+

0 commit comments

Comments
 (0)