| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-22 | 450 Bytes | |
| v3.2.5 source code.tar.gz | 2025-08-22 | 1.8 MB | |
| v3.2.5 source code.zip | 2025-08-22 | 3.8 MB | |
| Totals: 3 Items | 5.6 MB | 0 | |
The MongoDB Rust driver team is pleased to announce the v3.2.5 release of the mongodb crate, now available for download from crates.io.
This release fixes a bug that caused the driver to allow invalid TLS certificates when the URI option "tlsInsecure=false" was included in the connection string.
Full Release Notes
Bugfixes
- RUST-2264 Fix handling of tlsInsecure in the URI (#1453)