@@ -20,11 +20,29 @@ What's New
20
20
Learn about new features, improvements, and fixes introduced in the
21
21
following versions of the {+driver-long+}:
22
22
23
+ * :ref:`Version 3.0.1 <rust-version-3.0.1>`
23
24
* :ref:`Version 3.0 <rust-version-3.0>`
24
25
* :ref:`Version 2.8 <rust-version-2.8>`
25
26
* :ref:`Version 2.7 <rust-version-2.7>`
26
27
* :ref:`Version 2.6 <rust-version-2.6>`
27
28
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
+
28
46
.. _rust-version-3.0:
29
47
30
48
What's New in 3.0
@@ -81,7 +99,7 @@ The {+driver-short+} v3.0 release includes the following features, improvements,
81
99
structs.
82
100
83
101
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>`__
85
103
on GitHub.
86
104
87
105
.. _rust-version-2.8:
@@ -106,7 +124,7 @@ improvements, and fixes:
106
124
107
125
To learn more about this release, see the
108
126
`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>`__
110
128
on GitHub.
111
129
112
130
.. _rust-version-2.7:
@@ -156,7 +174,7 @@ improvements, and fixes:
156
174
157
175
To learn more about this release, see the
158
176
`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>`__
160
178
on GitHub.
161
179
162
180
.. _rust-version-2.6:
@@ -191,5 +209,5 @@ improvements, and fixes:
191
209
192
210
To learn more about this release, see the
193
211
`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>`__
195
213
on GitHub.
0 commit comments