Skip to content

Commit 582615d

Browse files
authored
docsp-29340 - version 2.5 (#873)
* add version 2.5 compatibility
1 parent 89cffa7 commit 582615d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
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.51 or later.
1+
The MongoDB Rust driver requires Rust 1.57 or later.

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212
- MongoDB 4.2
1313
- MongoDB 4.0
1414
- MongoDB 3.6
15-
* - 2.4 [#2.2-limitation]_
15+
* - 2.5 [#2.5-limitation]_
16+
- ⊛
17+
- ✓
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
* - 2.4 [#2.4-limitation]_
1623
- ⊛
1724
- ✓
1825
- ✓
@@ -50,6 +57,12 @@
5057

5158
The Rust driver is not compatible with MongoDB server versions older than 3.6.
5259

60+
.. [#2.5-limitation] The Rust driver does not support
61+
:manual:`OCSP </core/security-transport-encryption/>`.
62+
63+
.. [#2.4-limitation] The Rust driver does not support Decimal128
64+
or :manual:`OCSP </core/security-transport-encryption/>`.
65+
5366
.. [#2.2-limitation] The Rust driver does not support Decimal128,
5467
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
5568
:manual:`GridFS </core/gridfs/>`, and

0 commit comments

Comments
 (0)