Skip to content
Merged
Changes from 1 commit
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
14 changes: 11 additions & 3 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ Learn what's new in:
What's New in 2.0
-----------------

The 2.0 {+driver-short+} release supports various new features, provides
a smoother timeout experience, and implements clearer, more idiomatic Go
The 2.0 {+driver-short+} release supports OpenID Connect (OIDC)
authentication, provides a smoother Client-Side Operations Timeout
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: we don't capitalize this elsewhere, though I'm not sure which is correct. See, e.g., https://www.mongodb.com/docs/languages/python/pymongo-driver/current/connect/csot/

Suggested change
authentication, provides a smoother Client-Side Operations Timeout
authentication, provides a smoother client-side operations timeout

(CSOT) experience, and implements clearer, more idiomatic Go
code by streamlining APIs, improving errors descriptions, and
simplifying the driver package structure.

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

.. important:: Breaking Changes

Expand Down Expand Up @@ -99,6 +103,10 @@ In this section, you can learn more about these changes.

This release includes the following improvements and fixes:

- Support for OpenID Connect (OIDC) authentication. To learn more, see
:atlas:`Authentication and Authorization with OIDC/OAuth 2.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: will this be a link to the Go OIDC section when that's done?

</security-oidc/>` in the Atlas documentation.

- You can access the GridFS API from the ``mongo`` package. In previous
versions, you could access GridFS functions from the separate ``gridfs``
package, but this functionality is now merged with the main driver
Expand Down
Loading