File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,22 @@ The 5.0 driver release introduces the following features:
54
54
name, or it defaults to ``MULTIPLE`` if you specify more than one
55
55
host.
56
56
57
- <<<<<<< HEAD
58
57
- ``BsonDecimal128`` values respond to method calls in the same way as Java
59
58
``Decimal128`` values. In particular, the error responses for the
60
59
``isNumber()`` and ``asNumber()`` methods match the Java responses for
61
60
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)
61
+
62
+ - The ``getElapsedTime`` method on ``com.mongodb.event.ConnectionReadyEvent``
63
+ includes the time taken to deliver the ``ConnectionPoolListener``. That is,
64
+ the time returned includes the duration of
65
+ ``com.mongodb.event.ConnectionPoolListener.connectionCreated``.
66
+
67
+ The ``getElapsedTime`` methods on
68
+ ``com.mongodb.event.ConnectionCheckedOutFailedEvent`` and
69
+ ``com.mongodb.event.ConnectionCheckedOutEvent`` include the time taken to
70
+ deliver the ``com.mongodb.event.ConnectionCheckOutStartedEvent``. That is, the
71
+ time returned includes the duration of
72
+ ``com.mongodb.eventConnectionPoolListener.connectionCheckOutStarted``.
67
73
68
74
.. _version-4.11:
69
75
You can’t perform that action at this time.
0 commit comments