Skip to content

Commit cd9ab5d

Browse files
authored
DOCSP-41333 Version Release for 3.0 and 3.0.1 (#123)
1 parent 517ac4f commit cd9ab5d

File tree

4 files changed

+34
-7
lines changed

4 files changed

+34
-7
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/rust
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v2.7 v2.8 master
3+
define: versions v2.7 v2.8 v3.0 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ driver-long = "MongoDB Rust Driver"
2121
driver-short = "Rust driver"
2222
server = "MongoDB Server"
2323
docs-branch = "master" # always set this to the docs branch (i.e. master, v2.6, v2.5, etc.)
24-
version = "2.8.2" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.)
24+
version = "3.0.1" # always set this to the driver version (i.e. 2.6.0, 2.5.0, etc.)
2525
min-rust-version = "1.60" # always set this to the minimum supported Rust version
2626
api = "https://docs.rs/mongodb/{+version+}/mongodb"
27-
bson-version = "2.8.0"
27+
bson-version = "2.11.0"
2828
bson-api = "https://docs.rs/bson/{+bson-version+}/bson"
2929
stable-api = "Stable API"
3030
tracing-version = "0.1.37"
3131
tracing-sub-version = "0.3.17"
32+
driver-source = "https://github.com/mongodb/mongo-rust-driver"

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
- MongoDB 4.2
1212
- MongoDB 4.0
1313
- MongoDB 3.6
14+
* - 3.0 [#2.5-onwards-limitation]_
15+
- ⊛
16+
- ✓
17+
- ✓
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
1422
* - 2.8 [#2.5-onwards-limitation]_
1523
- ⊛
1624
- ✓

source/whats-new.txt

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,29 @@ What's New
2020
Learn about new features, improvements, and fixes introduced in the
2121
following versions of the {+driver-long+}:
2222

23+
* :ref:`Version 3.0.1 <rust-version-3.0.1>`
2324
* :ref:`Version 3.0 <rust-version-3.0>`
2425
* :ref:`Version 2.8 <rust-version-2.8>`
2526
* :ref:`Version 2.7 <rust-version-2.7>`
2627
* :ref:`Version 2.6 <rust-version-2.6>`
2728

29+
.. _rust-version-3.0.1:
30+
31+
What's New in 3.0.1
32+
---------------------
33+
34+
The {+driver-short+} v3.0.1 release includes the following features,
35+
improvements, and fixes:
36+
37+
- Fixes an issue in which aggregations wouldn't compile when run within explicit
38+
sessions and also implemented custom types.
39+
40+
- Fixes an issue in which the ``Collection::watch()`` method didn't use the type
41+
parameter of the ``Collection`` instance it was run on.
42+
43+
To learn more about this release, see the `v3.0.1 Release Notes <{+driver-source+}/releases/tag/v3.0.1>`__
44+
on GitHub.
45+
2846
.. _rust-version-3.0:
2947

3048
What's New in 3.0
@@ -81,7 +99,7 @@ The {+driver-short+} v3.0 release includes the following features, improvements,
8199
structs.
82100

83101
To learn more about this release, see the `v3.0 Migration Guide
84-
<https://github.com/mongodb/mongo-rust-driver/blob/main/migration-3.0.md>`__
102+
<{+driver-source+}/blob/main/migration-3.0.md>`__
85103
on GitHub.
86104

87105
.. _rust-version-2.8:
@@ -106,7 +124,7 @@ improvements, and fixes:
106124

107125
To learn more about this release, see the
108126
`v2.8.0 Release Highlights
109-
<https://github.com/mongodb/mongo-rust-driver/releases/tag/v2.8.0>`__
127+
<{+driver-source+}/releases/tag/v2.8.0>`__
110128
on GitHub.
111129

112130
.. _rust-version-2.7:
@@ -156,7 +174,7 @@ improvements, and fixes:
156174

157175
To learn more about this release, see the
158176
`v2.7.0 Release Highlights
159-
<https://github.com/mongodb/mongo-rust-driver/releases/tag/v2.7.0>`__
177+
<{+driver-source+}/releases/tag/v2.7.0>`__
160178
on GitHub.
161179

162180
.. _rust-version-2.6:
@@ -191,5 +209,5 @@ improvements, and fixes:
191209

192210
To learn more about this release, see the
193211
`v2.6.0 Release Highlights
194-
<https://github.com/mongodb/mongo-rust-driver/releases/tag/v2.6.0>`__
212+
<{+driver-source+}/releases/tag/v2.6.0>`__
195213
on GitHub.

0 commit comments

Comments
 (0)