Skip to content

Commit 9a1eeac

Browse files
authored
Docs 14985 (#782)
* rust 2.1 * table formatting * fix typo and formatting
1 parent 0ada713 commit 9a1eeac

File tree

3 files changed

+31
-27
lines changed

3 files changed

+31
-27
lines changed

source/includes/language-compatibility-table-csharp.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ through 4.8 only.
223223
.. [#atlas-connection] When using .NET 5/6, you can't connect to Atlas clusters running MongoDB 4.0 due to a certificate issue. This does not impact clusters running MongoDB 4.2+.
224224
225225
.. [#2.14-note] .NET/C# driver version 2.14 requires .NET Framework 4.7.2 or higher.
226-
and newer.
227226
228227
.. [#4.5.2] .NET/C# driver versions 2.8 to 2.13 requires .NET Framework 4.5.2 or higher.
229228
Lines changed: 31 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.. note::
2-
3-
The Rust driver is currently missing some features, which are noted below.
4-
We plan to make this driver consistent with our other drivers in the future.
51

62
.. list-table::
73
:header-rows: 1
@@ -16,33 +12,44 @@
1612
- MongoDB 4.0
1713
- MongoDB 3.6
1814

19-
* - 2.0
15+
* - 2.1 [#2.1-limitation]_
2016
-
21-
- |checkmark| (*)
22-
- |checkmark| (*)
23-
- |checkmark| (*)
24-
- |checkmark| (*)
25-
- |checkmark| (*)
17+
- |checkmark|
18+
- |checkmark|
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
2623

27-
* - 1.1
24+
* - 2.0 [#limitations]_
2825
-
26+
- |checkmark|
27+
- |checkmark|
28+
- |checkmark|
29+
- |checkmark|
30+
- |checkmark|
31+
32+
* - 1.1 [#limitations]_
2933
-
30-
- |checkmark| (*)
31-
- |checkmark| (*)
32-
- |checkmark| (*)
33-
- |checkmark| (*)
34+
-
35+
- |checkmark|
36+
- |checkmark|
37+
- |checkmark|
38+
- |checkmark|
3439

35-
* - 1.0
40+
* - 1.0 [#limitations]_
3641
-
3742
-
38-
- |checkmark| (*)
39-
- |checkmark| (*)
40-
- |checkmark| (*)
41-
- |checkmark| (*)
43+
- |checkmark|
44+
- |checkmark|
45+
- |checkmark|
46+
- |checkmark|
4247

4348
The Rust driver is not compatible with MongoDB server versions older than 3.6.
4449

45-
(*) Not all features in MongoDB are available in this version of the
46-
driver. Unsupported features include :ref:`Change Streams <changeStreams>`,
47-
:manual:`Causal Consistency </core/causal-consistency-read-write-concerns>`, and
48-
:atlas:`Serverless Instance </reference/serverless-instance-limitations>` support.
50+
.. [#2.1-limitation] The Rust driver does not support :ref:`change streams <changeStreams>`.
51+
52+
.. [#limitations] Not all features in MongoDB are available in these driver versions. Unsupported
53+
features include :ref:`Change Streams <changeStreams>`,
54+
:manual:`Causal Consistency </core/causal-consistency-read-write-concerns>`, and
55+
:atlas:`Serverless Instance </reference/serverless-instance-limitations>` support.

source/rust.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ corresponding connection code samples.
118118
Connect to a MongoDB Server on Your Local Machine
119119
-------------------------------------------------
120120

121-
.. include:: /includes/localhost-connection.rst
122-
123121
To test whether you can connect to your server, replace the connection
124122
string in the :ref:`Connect to MongoDB Atlas <connect-atlas-rust-driver>` code
125123
example and run it.

0 commit comments

Comments
 (0)