Skip to content

DOCSP-42256: leftover v2 migration items #377

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 3 commits into from
Aug 14, 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
7 changes: 7 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ What's New in 2.0
method accepts only an options object. To view an example that uses
this method, see the :ref:`Connection Example Code
<go-connection-example-code>` in the Connection Guide.

- The ``Cursor.SetMaxTime()`` method is renamed to
``Cursor.SetMaxAwaitTime()``. This method specifies the maximum time
that the server waits for new documents retrieved from a capped
collection with a tailable cursor.

- Removal of operation-specific timeout options. The following fields
and setter methods have been removed from the driver:
Expand Down Expand Up @@ -148,6 +153,8 @@ The 2.0 {+driver-short+} release includes the following improvements and fixes:
``SessionOptions`` type. To learn more, see the
:ref:`golang-session-txn-options` section of the Transactions guide.

- The ``Collection.Clone()`` method does not return an error.

.. _version-1.16:

What's New in 1.16
Expand Down
Loading