@@ -26,6 +26,8 @@ What's New
2626Learn what's new in:
2727
2828* :ref:`Version 2.0 <version-2.0>`
29+ * :ref:`Version 1.16 <version-1.16>`
30+ * :ref:`Version 1.15.1 <version-1.15.1>`
2931* :ref:`Version 1.15 <version-1.15>`
3032* :ref:`Version 1.14 <version-1.14>`
3133* :ref:`Version 1.13 <version-1.13>`
@@ -85,6 +87,42 @@ The 2.0 {+driver-short+} release includes the following improvements and fixes:
8587- The ``Distinct()`` method returns a struct that can be decoded into a
8688 specified type. See the :ref:`golang-retrieve-distinct` guide to learn more.
8789
90+ .. _version-1.16:
91+
92+ What's New in 1.16
93+ ------------------
94+
95+ The 1.16 {+driver-short+} release includes the following improvements and fixes:
96+
97+ - Adds support for specifying an index type when creating an Atlas Search index.
98+
99+ - Reduces memory usage when the ``zstd`` compression algorithm is enabled.
100+
101+ - Upgrades some dependency requirements. For a list of upgrades, see the "Upgrade Dependencies"
102+ section of the :github:`v1.16 release notes </mongodb/mongo-go-driver/releases/tag/v1.16.0>`.
103+
104+ For more information about these changes, see the :github:`v1.16 release notes
105+ </mongodb/mongo-go-driver/releases/tag/v1.16.0>` on Github.
106+
107+ .. _version-1.15.1:
108+
109+ What's New in 1.15.1
110+ --------------------
111+
112+ The 1.15.1 {+driver-short+} patch release includes the following improvements
113+ and fixes:
114+
115+ - Fixes a possible connection leak where disconnecting from a replica set cluster
116+ left behind ``rttMonitor`` connections.
117+
118+ - Adds support for manually specifying a ``maxTimeMS`` value for read and aggregation
119+ operations when a client-wide timeout and an operation timeout are set.
120+
121+ - Adds a ``RemainingBatchLength()`` method that you can call on a change stream.
122+
123+ For more information about these changes, see the :github:`v1.15.1 release notes
124+ </mongodb/mongo-go-driver/releases/tag/v1.15.1>` on Github.
125+
88126.. _version-1.15:
89127
90128What's New in 1.15
0 commit comments