Skip to content

Commit 16b64cc

Browse files
author
Chris Cho
authored
DOCSP-12226: Rust driver version update (#674)
* DOCSP-12226: Rust driver version update
1 parent cdeb82f commit 16b64cc

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The MongoDB Rust driver requires Rust 1.39 or later.
1+
The MongoDB Rust driver requires Rust 1.43 or later.

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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
@@ -9,7 +16,13 @@
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|

source/rust.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ Introduction
1919

2020
This 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/>`__

0 commit comments

Comments
 (0)