Description
The MongoDB Rust driver team is pleased to announce the v1.1.0-beta release of the driver.
Release Notes
Bug fixes
- RUST-8 Create/modify collection helpers needs to support creating "validators"
- RUST-524 Add non_exhaustive label to structs and enums missing it
New Features
- RUST-13 Add "indexOptionDefaults" to createCollection()
- RUST-128 Implement retryable reads
- RUST-359 Implement MONGODB-AWS authentication support
- RUST-362 Allow passing hint to findAndModify operations
- RUST-372 Allow passing hint to delete operations
- RUST-376 Allow pasing hint to update operations
- RUST-370 Add "errInfo" field to write concern errors
- RUST-483 Allow alternate SRV resolver configs