Skip to content

Commit

Permalink
DOCSP-43182: add description to go v2 intro (#379)
Browse files Browse the repository at this point in the history
* DOCSP-43182: add description to go v2 intro

* wip
  • Loading branch information
rustagir authored Sep 3, 2024
1 parent f97c8cd commit e4feac8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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``
Expand Down

0 comments on commit e4feac8

Please sign in to comment.