File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,16 @@ The {+driver-short+} v3.1 release includes the following features,
3636improvements, and fixes:
3737
3838- Adds support for more than one KMS (Key Management Service) provider of the same type.
39- application. To learn more about KMS providers, see
39+ To learn more about KMS providers, see
4040 :manual:`Queryable Encryption </core/queryable-encryption/>` in the {+server+}
4141 manual.
4242- Adds support for v2 of the Queryable Encryption range protocol. Range indexes for
4343 Queryable Encryption are now GA.
4444- Adds support for the ``type`` field when creating indexes. To learn more about
45- creating indexes, see :manual:</indexes/> in the {+server+} manual.
46- - Implements the :wikipedia:`Happy Eyeballs <Happy_Eyeballs>` algorithm for managing
47- TCP connections.
45+ creating indexes, see :manual:`Indexes </indexes/>` in the {+server+} manual.
46+ - Implements the Happy Eyeballs algorithm for managing
47+ TCP connections. To learn more about this algorithm, see the Rust documentation
48+ for the `happy_eyeballs <https://docs.rs/happy_eyeballs/0.2.0/happy_eyeballs/>`__ crate.
4849- The driver now publishes a ``TopologyDescriptionChangedEvent`` event when a topology
4950 closes.
5051
You can’t perform that action at this time.
0 commit comments