@@ -21,11 +21,12 @@ What's New
21
21
22
22
To learn more about changes and updates between versions, you can
23
23
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.
25
26
26
27
Learn what's new in:
27
28
28
- * :ref:`Version 2.0 <version-2.0>`
29
+ * :ref:`Version 2.0 <golang- version-2.0>`
29
30
* :ref:`Version 1.16 <version-1.16>`
30
31
* :ref:`Version 1.15.1 <version-1.15.1>`
31
32
* :ref:`Version 1.15 <version-1.15>`
@@ -46,13 +47,13 @@ Learn what's new in:
46
47
* :ref:`Version 1.1 <version-1.1>`
47
48
* :ref:`Version 1.0 <version-1.0>`
48
49
49
- .. _version -2.0:
50
+ .. _golang-version -2.0:
50
51
51
52
What's New in 2.0
52
53
-----------------
53
54
54
55
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
56
57
(CSOT) experience, and implements clearer, more idiomatic Go
57
58
code by streamlining APIs, improving errors descriptions, and
58
59
simplifying the driver package structure.
@@ -104,8 +105,8 @@ in the {+driver-short+} source code on GitHub.
104
105
This release includes the following improvements and fixes:
105
106
106
107
- 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 .
109
110
110
111
- You can access the GridFS API from the ``mongo`` package. In previous
111
112
versions, you could access GridFS functions from the separate ``gridfs``
0 commit comments