Skip to content

Commit a244018

Browse files
authored
DOCSP-43664: v1.17 release (whats new) (#383)
* DOCSP-43664: v1.17 release (whats new) * add oidc links * staging * MW comments * add note about final v1 release
1 parent e52c513 commit a244018

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

source/fundamentals/enterprise-auth.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,5 @@ API Documentation
492492

493493
- `Credential <{+api+}/mongo/options#Credential>`__ type
494494
- `SetAuth() <{+api+}/mongo/options#ClientOptions.SetAuth>`__ method
495-
496-
.. TODO - `OIDCCredential <{+api+}/...>`__ type
497-
.. TODO - `OIDCCallback <{+api+}/...>`__ function
495+
- `OIDCCredential <{+api+}/mongo/options#OIDCCredential>`__ type
496+
- `OIDCCallback <{+api+}/mongo/options#OIDCCallback>`__ function

source/whats-new.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ What's New
2525

2626
Learn 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

5082
What's New in 1.16

0 commit comments

Comments
 (0)