@@ -25,6 +25,7 @@ What's New
2525
2626Learn what's new in:
2727
28+ * :ref:`Version 1.17 <golang-version-1.17>`
2829* :ref:`Version 1.16 <version-1.16>`
2930* :ref:`Version 1.15.1 <version-1.15.1>`
3031* :ref:`Version 1.15 <version-1.15>`
@@ -45,6 +46,37 @@ Learn what's new in:
4546* :ref:`Version 1.1 <version-1.1>`
4647* :ref:`Version 1.0 <version-1.0>`
4748
49+ .. _golang-version-1.17:
50+
51+ What's New in 1.17
52+ ------------------
53+
54+ .. important::
55+
56+ v1.17 is the final planned v1.x version release. This version will
57+ receive bug fixes, but future development and features will be
58+ included only in 2.x versions of the driver.
59+
60+ The 1.17 {+driver-short+} release includes the following improvements
61+ and fixes:
62+
63+ - Adds support for OpenID Connect (OIDC) authentication. To learn more, see
64+ the :ref:`golang-mongodb-oidc` section of the Enterprise
65+ Authentication Mechanisms guide.
66+
67+ - Adds support for Queryable Encryption (QE) range queries. To use this
68+ feature, your app must connect to {+mdb-server+} 8.0 or later. For
69+ more information about QE range queries, see :manual:`Queryable
70+ Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
71+
72+ - Extends the ``IndexView`` type to include the
73+ ``DropOneWithKey()`` and ``DropWithKey()`` methods so you can
74+ drop indexes by using their key specifications instead of their names.
75+
76+ For more information about the changes in this version, see the
77+ :github:`v1.17 release notes
78+ </mongodb/mongo-go-driver/releases/tag/v1.17.0>` on GitHub.
79+
4880.. _version-1.16:
4981
5082What's New in 1.16
0 commit comments