Skip to content

v2.2.2

Compare
Choose a tag to compare
@patrickfreed patrickfreed released this 03 Jun 20:43
· 451 commits to main since this release

Description

The MongoDB Rust driver team is pleased to announce the 2.2.2 release of the mongodb crate. This release fixes a performance regression introduced in 2.2.0 for large reads when using rustls. It also fixes a rare bug that can cause commitTransaction retries to fail.

Full Release Notes

Bugfixes

  • RUST-1337 Use tokio's AsyncRead and AsyncWrite traits (#669)
    • This change fixes the performance regression mentioned above.
  • RUST-1274 Fix commitTransaction on checkout retries (#651)