Skip to content

Commit 6f851cd

Browse files
DOCS-15244 v2.2 rust driver (#816)
* added v2.2 for rust
1 parent 7d58c1f commit 6f851cd

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
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.48 or later.
1+
The MongoDB Rust driver requires Rust 1.51 or later.

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

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
- MongoDB 4.2
1414
- MongoDB 4.0
1515
- MongoDB 3.6
16+
* - 2.2 [#2.2-limitation]_
17+
- ✓
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
1625
* - 2.1 [#2.1-limitation]_
1726
-
1827
-
@@ -43,9 +52,22 @@
4352

4453
The Rust driver is not compatible with MongoDB server versions older than 3.6.
4554

46-
.. [#2.1-limitation] The Rust driver does not support :ref:`change streams <changeStreams>`.
55+
.. [#2.2-limitation] The Rust driver does not support Decimal128,
56+
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
57+
:manual:`GridFS </core/gridfs/>`, and
58+
:manual:`OCSP </core/security-transport-encryption/>`.
59+
60+
.. [#2.1-limitation] The Rust driver does not support Decimal128,
61+
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
62+
:manual:`GridFS </core/gridfs/>`,
63+
:manual:`OCSP </core/security-transport-encryption/>`,
64+
and :ref:`change streams <changeStreams>`.
4765
4866
.. [#limitations] Not all features in MongoDB are available in these driver versions. Unsupported
49-
features include :ref:`Change Streams <changeStreams>`,
67+
features include Decimal128,
68+
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
69+
:manual:`GridFS </core/gridfs/>`,
70+
:manual:`OCSP </core/security-transport-encryption/>`,
71+
:ref:`change streams <changeStreams>`,
5072
:manual:`Causal Consistency </core/causal-consistency-read-write-concerns>`, and
51-
:atlas:`Serverless Instance </reference/serverless-instance-limitations>` support.
73+
:atlas:`Serverless Instances </reference/serverless-instance-limitations>`.

source/security/client-side-field-level-encryption-guide.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _ecosystem-csfle:
2+
13
========================================
24
Client-Side Field Level Encryption Guide
35
========================================

0 commit comments

Comments
 (0)