Skip to content

Commit 822583e

Browse files
authored
rust 2.0 release (#759)
1 parent b0370e0 commit 822583e

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title = "MongoDB Drivers"
33

44
toc_landing_pages = ["/python", "/php", "/java-drivers", "/use-cases"]
55

6+
intersphinx = [ "https://docs.mongodb.com/master/objects.inv"]
7+
68
[constants]
79
version = 4.0
810
package-name-org = "docs-ecosystem"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The MongoDB Rust driver requires Rust 1.43 or later.
1+
The MongoDB Rust driver requires Rust 1.48 or later.

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

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,36 @@
1111
:class: compatibility-large
1212

1313
* - Rust Driver Version
14+
- MongoDB 5.0
1415
- MongoDB 4.4
1516
- MongoDB 4.2
1617
- MongoDB 4.0
1718
- MongoDB 3.6
1819

20+
* - 2.0
21+
- |checkmark| (*)
22+
- |checkmark| (*)
23+
- |checkmark|
24+
- |checkmark|
25+
- |checkmark|
26+
1927
* - 1.1
28+
-
2029
- |checkmark| (*)
2130
- |checkmark|
2231
- |checkmark|
2332
- |checkmark|
2433

2534
* - 1.0
35+
-
2636
- |checkmark| (*)
2737
- |checkmark|
2838
- |checkmark|
2939
- |checkmark|
3040

3141
The Rust driver is not compatible with MongoDB server versions older than 3.6.
3242

33-
(*) Not all features in MongoDB 4.4 are available in this version of the
34-
driver including OCSP. These features will be included in future versions of
35-
the driver.
43+
(*) Not all features in MongoDB are available in this version of the
44+
driver. Unsupported features include :ref:`Change Streams <changeStreams>`,
45+
:manual:`Causal Consistency </core/causal-consistency-read-write-concerns>`, and
46+
:atlas:`Serverless Instance </reference/serverless-instance-limitations>` support.

0 commit comments

Comments
 (0)