@@ -20,11 +20,29 @@ What's New
2020Learn about new features, improvements, and fixes introduced in the
2121following 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
3048What's New in 3.0
@@ -81,7 +99,7 @@ The {+driver-short+} v3.0 release includes the following features, improvements,
8199 structs.
82100
83101To 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>`__
85103on GitHub.
86104
87105.. _rust-version-2.8:
@@ -106,7 +124,7 @@ improvements, and fixes:
106124
107125To 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>`__
110128on GitHub.
111129
112130.. _rust-version-2.7:
@@ -156,7 +174,7 @@ improvements, and fixes:
156174
157175To 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>`__
160178on GitHub.
161179
162180.. _rust-version-2.6:
@@ -191,5 +209,5 @@ improvements, and fixes:
191209
192210To 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>`__
195213on GitHub.
0 commit comments