Skip to content

Commit 27b51ae

Browse files
committed
connection even time
1 parent 92d3aff commit 27b51ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/whats-new.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,16 @@ The 5.0 driver release introduces the following features:
5454
name, or it defaults to ``MULTIPLE`` if you specify more than one
5555
host.
5656

57+
<<<<<<< HEAD
5758
- ``BsonDecimal128`` values respond to method calls in the same way as Java
5859
``Decimal128`` values. In particular, the error responses for the
5960
``isNumber()`` and ``asNumber()`` methods match the Java responses for
6061
equivalent ``Decimal128`` values.
62+
=======
63+
- The ``ConnectionCheckedOutEvent.getElapsedTime`` method now includes the time
64+
taken to create the connection. That is, the "timer" starts before the
65+
connection is confirmed, rather than after.
66+
>>>>>>> 1b774b1 (connection even time)
6167

6268
.. _version-4.11:
6369

0 commit comments

Comments
 (0)