The Server Team is excited to announce that MongoDB 4.1.10 is ready for testing. Among the numerous bug fixes and improvements delivered in the past four weeks, some major projects we’ve completed include:
Expressions
to get Current Time
It
is now possible to return the current time and cluster time right in the
aggregation pipeline.
Storage Engine Statistics for Slow Operations
When logging or profiling slow operations in MongoDB, they now include details about time spent in the storage engine. These statistics will also be visible when logging slow transactions.
Early Failure on Socket Disconnect
Socket disconnection now fails running operations on the connection, preventing the server from doing work the client is no longer interested in.
Thanks,
The MongoDB Server Team