| Documentation Changes Summary: |
Let's mention in What's new the following changes:
- The elapsed time reported via `com.mongodb.event.ConnectionReadyEvent.getElapsedTime` now includes the time to deliver `com.mongodb.event.ConnectionCreatedEvent`, which is the execution duration of the method `com.mongodb.event.ConnectionPoolListener.connectionCreated` on all relevant listeners.
- The elapsed time reported via `com.mongodb.event.ConnectionCheckedOutEvent`/`ConnectionCheckOutFailedEvent.getElapsedTime` now includes the time to deliver `com.mongodb.event.ConnectionCheckOutStartedEvent`, which is the execution duration of the method `com.mongodb.eventConnectionPoolListener.connectionCheckOutStarted` on all relevant listeners.
This change is non-breaking because the previous behavior was documented as being subject to change.
|