Skip to content

Commit e9b6a08

Browse files
authored
DOCSP-46018 - v3.1.1 release (#158)
1 parent c454cfc commit e9b6a08

File tree

2 files changed

+5
-41
lines changed

2 files changed

+5
-41
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ driver-long = "MongoDB Rust Driver"
2222
driver-short = "Rust driver"
2323
server = "MongoDB Server"
2424
docs-branch = "master" # always set this to the docs branch (i.e. master, v2.6, v2.5, etc.)
25-
version = "3.1.0" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.)
25+
version = "3.1.1" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.)
2626
min-rust-version = "1.60" # always set this to the minimum supported Rust version
2727
api = "https://docs.rs/mongodb/{+version+}/mongodb"
2828
bson-version = "2.13.0"

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

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,7 @@
2121
- ✓
2222
- ✓
2323
-
24-
* - 3.0 [#2.5-onwards-limitation]_
25-
- ⊛
26-
- ✓
27-
- ✓
28-
- ✓
29-
- ✓
30-
- ✓
31-
- ✓
32-
- ✓
33-
* - 2.8 [#2.5-onwards-limitation]_
34-
- ⊛
35-
- ✓
36-
- ✓
37-
- ✓
38-
- ✓
39-
- ✓
40-
- ✓
41-
- ✓
42-
* - 2.7 [#2.5-onwards-limitation]_
43-
- ⊛
44-
- ✓
45-
- ✓
46-
- ✓
47-
- ✓
48-
- ✓
49-
- ✓
50-
- ✓
51-
* - 2.6 [#2.5-onwards-limitation]_
24+
* - 2.6 to 3.0 [#2.5-onwards-limitation]_
5225
- ⊛
5326
- ✓
5427
- ✓
@@ -75,16 +48,7 @@
7548
- ✓
7649
- ✓
7750
- ✓
78-
* - 2.3 [#2.2-2.3-limitation]_
79-
- ⊛
80-
- ⊛
81-
- ⊛
82-
- ✓
83-
- ✓
84-
- ✓
85-
- ✓
86-
- ✓
87-
* - 2.2 [#2.2-2.3-limitation]_
51+
* - 2.2 to 2.3 [#2.2-2.3-limitation]_
8852
- ⊛
8953
- ⊛
9054
- ⊛
@@ -115,13 +79,13 @@
11579
The {+driver-short+} is not compatible with {+server+} versions
11680
older than 3.6.
11781

118-
.. [#2.5-onwards-limitation] This {+driver-short+} version does not support
82+
.. [#2.5-onwards-limitation] These {+driver-short+} versions do not support
11983
:manual:`OCSP </core/security-transport-encryption/#ocsp--online-certificate-status-protocol->`.
12084
12185
.. [#2.4-limitation] This {+driver-short+} version does not support Decimal128
12286
or :manual:`OCSP </core/security-transport-encryption/#ocsp--online-certificate-status-protocol->`.
12387
124-
.. [#2.2-2.3-limitation] This {+driver-short+} version does not support Decimal128,
88+
.. [#2.2-2.3-limitation] These {+driver-short+} versions do not support Decimal128,
12589
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
12690
:manual:`GridFS </core/gridfs/>`, or
12791
:manual:`OCSP </core/security-transport-encryption/#ocsp--online-certificate-status-protocol->`.

0 commit comments

Comments
 (0)