Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ driver-long = "MongoDB Rust Driver"
driver-short = "Rust driver"
server = "MongoDB Server"
docs-branch = "master" # always set this to the docs branch (i.e. master, v2.6, v2.5, etc.)
version = "3.1.0" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.)
version = "3.1.1" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.)
min-rust-version = "1.60" # always set this to the minimum supported Rust version
api = "https://docs.rs/mongodb/{+version+}/mongodb"
bson-version = "2.13.0"
Expand Down
44 changes: 4 additions & 40 deletions source/includes/mongodb-compatibility-table-rust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,7 @@
- ✓
- ✓
-
* - 3.0 [#2.5-onwards-limitation]_
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 2.8 [#2.5-onwards-limitation]_
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 2.7 [#2.5-onwards-limitation]_
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
* - 2.6 [#2.5-onwards-limitation]_
* - 2.6 to 3.0 [#2.5-onwards-limitation]_
- ⊛
- ✓
- ✓
Expand All @@ -75,16 +48,7 @@
- ✓
- ✓
- ✓
* - 2.3 [#2.2-2.3-limitation]_
- ⊛
- ⊛
- ⊛
- ✓
- ✓
- ✓
- ✓
- ✓
* - 2.2 [#2.2-2.3-limitation]_
* - 2.2 to 2.3 [#2.2-2.3-limitation]_
- ⊛
- ⊛
- ⊛
Expand Down Expand Up @@ -115,13 +79,13 @@
The {+driver-short+} is not compatible with {+server+} versions
older than 3.6.

.. [#2.5-onwards-limitation] This {+driver-short+} version does not support
.. [#2.5-onwards-limitation] These {+driver-short+} versions do not support
:manual:`OCSP </core/security-transport-encryption/#ocsp--online-certificate-status-protocol->`.

.. [#2.4-limitation] This {+driver-short+} version does not support Decimal128
or :manual:`OCSP </core/security-transport-encryption/#ocsp--online-certificate-status-protocol->`.

.. [#2.2-2.3-limitation] This {+driver-short+} version does not support Decimal128,
.. [#2.2-2.3-limitation] These {+driver-short+} versions do not support Decimal128,
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
:manual:`GridFS </core/gridfs/>`, or
:manual:`OCSP </core/security-transport-encryption/#ocsp--online-certificate-status-protocol->`.
Expand Down
Loading