Skip to content

DOCSP-43182: add description to go v2 intro #379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Changes from all commits
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
9 changes: 8 additions & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
@@ -51,6 +51,13 @@ 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
code by streamlining APIs, improving errors descriptions, and
simplifying the driver package structure.

In this section, you can learn more about these changes.

.. important:: Breaking Changes

The {+driver-short+} v2.0 release introduces the following breaking
@@ -90,7 +97,7 @@ What's New in 2.0
Learn more in the :ref:`golang-timeout-setting` section of the
Connection Options guide.

The 2.0 {+driver-short+} release includes the following improvements and fixes:
This release includes the following improvements and fixes:

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