@@ -28,10 +28,13 @@ The check marks (✓) indicate that the driver can access **all the
2828features** of that specific version of MongoDB server unless those features
2929have 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
3639If you are **upgrading your driver version**, you can use the table to
3740identify which version you need to access all the newest features included
@@ -58,3 +61,16 @@ labeled with major release versions of the driver.
5861
5962The check marks (✓) indicate that the code in the driver is fully
6063compatible 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