File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1- The MongoDB Rust driver requires Rust 1.39 or later.
1+ The MongoDB Rust driver requires Rust 1.43 or later.
Original file line number Diff line number Diff line change 1+ .. note ::
2+
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.
7+
18.. list-table ::
29 :header-rows: 1
310 :stub-columns: 1
916 - MongoDB 4.0
1017 - MongoDB 3.6
1118
12- * - 0.9.x
19+ * - 1.1
20+ - |checkmark | (*)
21+ - |checkmark |
22+ - |checkmark |
23+ - |checkmark |
24+
25+ * - 1.0
1326 - |checkmark | (*)
1427 - |checkmark |
1528 - |checkmark |
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ Introduction
1919
2020This is the official MongoDB Rust Driver.
2121
22- .. admonition:: Alpha Release
23- :class: important
24-
25- The MongoDB Rust Driver is currently in alpha.
26-
2722- `Usage Guide <https://github.com/mongodb/mongo-rust-driver#example-usage>`__
2823
2924- `API Reference <https://docs.rs/mongodb/latest/mongodb/>`__
You can’t perform that action at this time.
0 commit comments