| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-21 | 511 Bytes | |
| v3.8.1 source code.tar.gz | 2026-08-21 | 2.1 MB | |
| v3.8.1 source code.zip | 2026-08-21 | 4.2 MB | |
| Totals: 3 Items | 6.3 MB | 0 | |
The MongoDB Rust driver team is pleased to announce the v3.8.1 release of the mongodb crate, now available for download from crates.io.
This release fixes two bugs: a potential infinite loop in change streams, and the find_one_and_* methods not reporting errors in some circumstances.
Full Release Notes
Bugfixes
- RUST-2465 Fix an infinite loop in ChangeStream iteration (#1760)
- RUST-2479 Report write concern errors for findAndModify (#1768)