Skip to content

Commit a041871

Browse files
committed
MW PR fixes + link oidc
1 parent 84e7da2 commit a041871

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/whats-new.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ What's New
2121

2222
To learn more about changes and updates between versions, you can
2323
read the `release notes
24-
<https://github.com/mongodb/mongo-go-driver/tags>`__ published with the driver source code.
24+
<https://github.com/mongodb/mongo-go-driver/tags>`__ published with
25+
the driver source code.
2526

2627
Learn what's new in:
2728

28-
* :ref:`Version 2.0 <version-2.0>`
29+
* :ref:`Version 2.0 <golang-version-2.0>`
2930
* :ref:`Version 1.16 <version-1.16>`
3031
* :ref:`Version 1.15.1 <version-1.15.1>`
3132
* :ref:`Version 1.15 <version-1.15>`
@@ -46,13 +47,13 @@ Learn what's new in:
4647
* :ref:`Version 1.1 <version-1.1>`
4748
* :ref:`Version 1.0 <version-1.0>`
4849

49-
.. _version-2.0:
50+
.. _golang-version-2.0:
5051

5152
What's New in 2.0
5253
-----------------
5354

5455
The 2.0 {+driver-short+} release supports OpenID Connect (OIDC)
55-
authentication, provides a smoother Client-Side Operations Timeout
56+
authentication, provides a smoother client-side operations timeout
5657
(CSOT) experience, and implements clearer, more idiomatic Go
5758
code by streamlining APIs, improving errors descriptions, and
5859
simplifying the driver package structure.
@@ -104,8 +105,8 @@ in the {+driver-short+} source code on GitHub.
104105
This release includes the following improvements and fixes:
105106

106107
- Support for OpenID Connect (OIDC) authentication. To learn more, see
107-
:atlas:`Authentication and Authorization with OIDC/OAuth 2.0
108-
</security-oidc/>` in the Atlas documentation.
108+
the :ref:`golang-mongodb-oidc` section of the Enterprise
109+
Authentication Mechanisms guide.
109110

110111
- You can access the GridFS API from the ``mongo`` package. In previous
111112
versions, you could access GridFS functions from the separate ``gridfs``

0 commit comments

Comments
 (0)