v2.0.1
The MongoDB Rust driver team is pleased to announce the 2.0.1
release of the mongodb
crate. This release includes a number of bug fixes:
- RUST-1046 Fix iteration of cursors when batchSize doesn't divide result size (#484, #482)
- Thanks for reporting @Weakky!
- RUST-1047 Ensure
TopologyClosedEvent
is the last SDAM event emitted (#485) - RUST-856 Fix race between server selection and server monitoring (#460)
- RUST-992 Enable auth tests for PLAIN and fix default authSource for such (#451)