Description
The MongoDB Rust driver team is pleased to announce a new alpha release of the driver, v0.9.2.
Release Notes
Bug fixes
- RUST-258 Replace connection in monitoring threads when errors occur
- RUST-294 Remove unimplemented Display impl for WriteFailure
- RUST-297 Properly detect cluster compatibility changes
- RUST-266 Add sort option to FindOne
- RUST-257 Properly fallback on secondary DNS records
Improvements
- RUST-287 Update trust-dns dependency to eliminate conflict with actix
- RUST-307 Unify behavior around configuration for replica set discovery
- RUST-295 Rename
ErrorKind::DnsName
toErrorKind::InvalidDnsName
Contributors
Thanks to @freakmaxi, @nevi-me, and @ttdonovan for the pull requests!