Skip to content

Commit 3554954

Browse files
authored
Docs 14780 (#760)
* rust 2.0 release * clarify limitations * add asterisks to all versions
1 parent 822583e commit 3554954

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

source/includes/mongodb-compatibility-table-rust.rst

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
.. note::
22

3-
The Rust driver is currently missing some features such as explicit
4-
sessions which prevents you from creating transactions and ensuring
5-
causal consistency. We plan to make this driver consistent with our other
6-
drivers in the future.
3+
The Rust driver is currently missing some features, which are noted below.
4+
We plan to make this driver consistent with our other drivers in the future.
75

86
.. list-table::
97
:header-rows: 1
@@ -20,23 +18,23 @@
2018
* - 2.0
2119
- |checkmark| (*)
2220
- |checkmark| (*)
23-
- |checkmark|
24-
- |checkmark|
25-
- |checkmark|
21+
- |checkmark| (*)
22+
- |checkmark| (*)
23+
- |checkmark| (*)
2624

2725
* - 1.1
2826
-
2927
- |checkmark| (*)
30-
- |checkmark|
31-
- |checkmark|
32-
- |checkmark|
28+
- |checkmark| (*)
29+
- |checkmark| (*)
30+
- |checkmark| (*)
3331

3432
* - 1.0
3533
-
3634
- |checkmark| (*)
37-
- |checkmark|
38-
- |checkmark|
39-
- |checkmark|
35+
- |checkmark| (*)
36+
- |checkmark| (*)
37+
- |checkmark| (*)
4038

4139
The Rust driver is not compatible with MongoDB server versions older than 3.6.
4240

0 commit comments

Comments
 (0)