Skip to content

Commit

Permalink
whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Jan 25, 2024
1 parent e94786e commit 17fe3f2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,17 @@ What's New in 2.0

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

- Consolidation of the ``ServerConnectionID64`` and ``ServerConnectionID``
fields of the ``CommandStartedEvent`` and ``CommandFinishedEvent``
structs into the ``ServerConnectionID`` field. This field in all
``PoolEvent`` documents has a value of type ``int64``.
- Updates to monitoring event documents:

- Consolidation of the ``ServerConnectionID64`` and ``ServerConnectionID``
fields of the ``CommandStartedEvent`` and ``CommandFinishedEvent``
structs into the ``ServerConnectionID`` field, which takes a value of
type ``int64``.

- Changes the type of the ``ConnectionID`` field in ``PoolEvent``
structs to ``int64`` from ``uint64``.

To view samples of all event documents, see the :ref:`golang-monitoring` guides.

.. _version-1.13:

Expand Down

0 comments on commit 17fe3f2

Please sign in to comment.