Skip to content

Commit b671266

Browse files
authored
DOCSP-43402: link to migration guide + clarify lang (#381)
* DOCSP-43402: link to migration guide + clarify lang * MW PR fixes + link oidc
1 parent 8a67edf commit b671266

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

source/whats-new.txt

Lines changed: 15 additions & 6 deletions
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,17 +47,21 @@ 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

54-
The 2.0 {+driver-short+} release supports various new features, provides
55-
a smoother timeout experience, and implements clearer, more idiomatic Go
55+
The 2.0 {+driver-short+} release supports OpenID Connect (OIDC)
56+
authentication, provides a smoother client-side operations timeout
57+
(CSOT) experience, and implements clearer, more idiomatic Go
5658
code by streamlining APIs, improving errors descriptions, and
5759
simplifying the driver package structure.
5860

59-
In this section, you can learn more about these changes.
61+
You can learn more about these changes in this section, or by viewing
62+
the `v2.0 Migration Guide
63+
<https://github.com/mongodb/mongo-go-driver/blob/master/docs/migration-2.0.md>`__
64+
in the {+driver-short+} source code on GitHub.
6065

6166
.. important:: Breaking Changes
6267

@@ -99,6 +104,10 @@ In this section, you can learn more about these changes.
99104

100105
This release includes the following improvements and fixes:
101106

107+
- Support for OpenID Connect (OIDC) authentication. To learn more, see
108+
the :ref:`golang-mongodb-oidc` section of the Enterprise
109+
Authentication Mechanisms guide.
110+
102111
- You can access the GridFS API from the ``mongo`` package. In previous
103112
versions, you could access GridFS functions from the separate ``gridfs``
104113
package, but this functionality is now merged with the main driver

0 commit comments

Comments
 (0)