@@ -25,6 +25,7 @@ What's New
25
25
26
26
Learn what's new in:
27
27
28
+ * :ref:`Version 1.17 <golang-version-1.17>`
28
29
* :ref:`Version 1.16 <version-1.16>`
29
30
* :ref:`Version 1.15.1 <version-1.15.1>`
30
31
* :ref:`Version 1.15 <version-1.15>`
@@ -45,6 +46,37 @@ Learn what's new in:
45
46
* :ref:`Version 1.1 <version-1.1>`
46
47
* :ref:`Version 1.0 <version-1.0>`
47
48
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
+
48
80
.. _version-1.16:
49
81
50
82
What's New in 1.16
0 commit comments