Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions source/fundamentals/enterprise-auth.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
26 changes: 26 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ What's New

Learn what's new in:

* :ref:`Version 1.17 <golang-version-1.17>`
* :ref:`Version 1.16 <version-1.16>`
* :ref:`Version 1.15.1 <version-1.15.1>`
* :ref:`Version 1.15 <version-1.15>`
Expand All @@ -45,6 +46,31 @@ Learn what's new in:
* :ref:`Version 1.1 <version-1.1>`
* :ref:`Version 1.0 <version-1.0>`

.. _golang-version-1.17:

What's New in 1.17
------------------

The 1.17 {+driver-short+} release includes the following improvements
and fixes:

- 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 <core/queryable-encryption>` in the {+mdb-server+} manual.

- Extends the ``IndexView`` type to include the
``DropOneWithKey()`` and ``DropWithKey()`` methods to
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
</mongodb/mongo-go-driver/releases/tag/v1.17.0>` on GitHub.

.. _version-1.16:

What's New in 1.16
Expand Down
Loading