Skip to content

v2.3.1

Compare
Choose a tag to compare
@abr-egn abr-egn released this 03 Oct 17:58
· 391 commits to main since this release
8c17b8f

The MongoDB Rust driver team is pleased to announce the v2.3.1 release of the mongodb crate, now available for download from crates.io.

This release fixes a bug that caused connection establishment when using async-std to be blocking, and another bug that would cause the driver to attempt to continue monitoring servers that were removed from the topology.

Full Release Notes

Bugfixes

  • [RUST-1464] - async-std connection establishment is blocking
  • [RUST-1443] - Monitors do not exit when servers are removed from the topology