@@ -20,13 +20,51 @@ 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.2 <rust-version-3.2>`
23
24
* :ref:`Version 3.1 <rust-version-3.1>`
24
25
* :ref:`Version 3.0.1 <rust-version-3.0.1>`
25
26
* :ref:`Version 3.0 <rust-version-3.0>`
26
27
* :ref:`Version 2.8 <rust-version-2.8>`
27
28
* :ref:`Version 2.7 <rust-version-2.7>`
28
29
* :ref:`Version 2.6 <rust-version-2.6>`
29
30
31
+ .. _rust-version-3.2:
32
+
33
+ What's New in 3.2
34
+ -----------------
35
+
36
+ The {+driver-short+} v3.2 release includes the following features,
37
+ improvements, and fixes:
38
+
39
+ - :red:`Important:` The next minor release will drop support for MongoDB
40
+ Server version 4.0 and raise the minimum supported version to 4.2. We
41
+ recommend making changes to your application to accommodate breaking changes.
42
+ See the :manual:`Release Notes </release-notes/>` section in the Server manual to
43
+ learn more about upgrading.
44
+
45
+ - Increases the Minimum Supported Rust Version to 1.71.1. To learn more
46
+ about driver compatibility, see the :ref:`rust-compatibility` guide.
47
+
48
+ - Marks the in-use encryption feature as stable with the same backwards
49
+ compatibility guarantees as the driver. The feature flag is named
50
+ ``in-use-encryption``. This is a policy change and the API is not
51
+ changed from the previous release.
52
+
53
+ - Allows SRV hostnames with fewer than three parts.
54
+
55
+ - Allows you to supply a sort option when performing update operations.
56
+
57
+ - Adds OIDC authentication support for Kubernetes environments.
58
+
59
+ To use OIDC to authenticate from a Kubernetes environment, set the
60
+ ``authMechanismProperties`` connection option to ``ENVIRONMENT:k8s``
61
+ in your connection string. You can use this feature when connecting to
62
+ an environment running in Amazon's Elastic Kubernetes Service, Google
63
+ Kubernetes Engine, or Azure Kubernetes Service.
64
+
65
+ To learn more about this release, see the `v3.2 Release Notes
66
+ <{+driver-source+}/releases/tag/v3.2.0>`__ on GitHub.
67
+
30
68
.. _rust-version-3.1:
31
69
32
70
What's New in 3.1
0 commit comments