Skip to content

v2.0.1

Compare
Choose a tag to compare
@patrickfreed patrickfreed released this 12 Oct 22:22

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)
  • 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)