@@ -10,6 +10,13 @@ What's New
1010 :depth: 1
1111 :class: singlecol
1212
13+ .. facet::
14+ :name: genre
15+ :values: reference
16+
17+ .. meta::
18+ :keywords: update, backward compatibility
19+
1320.. tip:: Release Notes
1421
1522 To learn more about changes and updates between versions, you can
@@ -18,6 +25,7 @@ What's New
1825
1926Learn what's new in:
2027
28+ * :ref:`Version 1.13 <version-1.13>`
2129* :ref:`Version 1.12.1 <version-1.12.1>`
2230* :ref:`Version 1.12 <version-1.12>`
2331* :ref:`Version 1.11 <version-1.11>`
@@ -33,6 +41,30 @@ Learn what's new in:
3341* :ref:`Version 1.1 <version-1.1>`
3442* :ref:`Version 1.0 <version-1.0>`
3543
44+ .. _version-1.13:
45+
46+ What's New in 1.13
47+ ------------------
48+
49+ The 1.13 {+driver-short+} release includes the following improvements and fixes:
50+
51+ - Logging for server selection and SDAM. To learn more about logging, see the
52+ :ref:`golang-logging` documentation.
53+
54+ - Methods on the ``Collection`` type that allow you to manage search indexes programmatically.
55+
56+ - The ``event.CommandStartedEvent`` and ``event.CommandFinishedEvent`` events return
57+ the ``DatabaseName`` field. This field is also included in the command-logging analogs.
58+
59+ - In a sharded topology, when selecting a server to retry an unsuccessful query, the driver
60+ excludes the server used for the initial attempt. Instead, if there's more than
61+ one eligible ``mongos`` instance, the driver randomly selects one. Unhealthy instances
62+ are automatically excluded from selection.
63+
64+ - Streaming SDAM is disabled by default on AWS Lambda and similar function-as-a-service
65+ (FaaS) platforms. You can enable monitoring by using the
66+ ``serverMonitoringMode`` URI option.
67+
3668.. _version-1.12.1:
3769
3870What's New in 1.12.1
0 commit comments