| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-27 | 507 Bytes | |
| v3.8.2 source code.tar.gz | 2026-08-27 | 2.1 MB | |
| v3.8.2 source code.zip | 2026-08-27 | 4.2 MB | |
| Totals: 3 Items | 6.3 MB | 0 | |
The MongoDB Rust driver team is pleased to announce the v3.8.2 release of the mongodb crate, now available for download from crates.io.
This release fixes a bug that would allow Client::bulk_write to write to a different database than the one specified in a write model's namespace.
Full Release Notes
Bugfixes
- RUST-2467 Validate database and collection name arguments against "." and NUL bytes