diff --git a/source/fundamentals/enterprise-auth.txt b/source/fundamentals/enterprise-auth.txt index bfa461b0..cbd7bd19 100644 --- a/source/fundamentals/enterprise-auth.txt +++ b/source/fundamentals/enterprise-auth.txt @@ -492,6 +492,5 @@ API Documentation - `Credential <{+api+}/mongo/options#Credential>`__ type - `SetAuth() <{+api+}/mongo/options#ClientOptions.SetAuth>`__ method - -.. TODO - `OIDCCredential <{+api+}/...>`__ type -.. TODO - `OIDCCallback <{+api+}/...>`__ function +- `OIDCCredential <{+api+}/mongo/options#OIDCCredential>`__ type +- `OIDCCallback <{+api+}/mongo/options#OIDCCallback>`__ function diff --git a/source/whats-new.txt b/source/whats-new.txt index 87515abe..ec0f65e6 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -25,6 +25,7 @@ What's New Learn what's new in: +* :ref:`Version 1.17 ` * :ref:`Version 1.16 ` * :ref:`Version 1.15.1 ` * :ref:`Version 1.15 ` @@ -45,6 +46,37 @@ Learn what's new in: * :ref:`Version 1.1 ` * :ref:`Version 1.0 ` +.. _golang-version-1.17: + +What's New in 1.17 +------------------ + +.. important:: + + v1.17 is the final planned v1.x version release. This version will + receive bug fixes, but future development and features will be + included only in 2.x versions of the driver. + +The 1.17 {+driver-short+} release includes the following improvements +and fixes: + +- Adds support for OpenID Connect (OIDC) authentication. To learn more, see + the :ref:`golang-mongodb-oidc` section of the Enterprise + Authentication Mechanisms guide. + +- Adds support for Queryable Encryption (QE) range queries. To use this + feature, your app must connect to {+mdb-server+} 8.0 or later. For + more information about QE range queries, see :manual:`Queryable + Encryption ` in the {+mdb-server+} manual. + +- Extends the ``IndexView`` type to include the + ``DropOneWithKey()`` and ``DropWithKey()`` methods so you can + drop indexes by using their key specifications instead of their names. + +For more information about the changes in this version, see the +:github:`v1.17 release notes +` on GitHub. + .. _version-1.16: What's New in 1.16