The MongoDB Rust driver team is pleased to announce the v2.6.0 release of the mongodb
crate, now available for download from crates.io.
Included Changes
Below are a selected list of changes with user impact; for a full list of changes see this GitHub query.
New Features
- RUST-1421 Implement
FromStr
forNamespace
(#889) - RUST-906 Add native support for AWS IAM Roles for service accounts, EKS in particular (#885)
- RUST-1417 Add support for GCP attached service accounts when using GCP KMS (#877)
- RUST-1442 On-demand Azure KMS credentials (#872)
- RUST-1571 Add i64 server ID field to
ConnectionInfo
(#894)
Improvements
Bugfixes
- RUST-1645 Fix AWS Lambda detection logic (#876)
- RUST-1370 Only check specific fields for hello equality (#892)