Fix regression in PyMongo 3.5.0 that causes idle sockets to be closed almost instantly when maxIdleTimeMS is set. Idle sockets are now closed after maxIdleTimeMS milliseconds.
pymongo.mongo_client.MongoClient.max_idle_time_ms now returns milliseconds instead of seconds.
Properly import and use the monotonic library for monotonic time when it is installed.
aggregate() now ignores the batchSize argument when running a pipeline with a $out stage.
Always send handshake metadata for new connections.
How to install
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
This update has been submitted for testing by bowlofeggs.
This update has been pushed to testing.
This update has reached 3 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for batched by bowlofeggs.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.