Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
1
-
DET: Sienna - Sprint 3
Description
We recently released version 2.0.0 of the Rust driver, so the compatibility matrix needs to be updated. The driver can successfully connect to and work with MongoDB 3.6+ (including 5.0), but is still missing some features.
New features that are now supported:
- Transactions (so the note about this can now be removed)
- Versioned API
- Index Management
Features still not yet supported:
- Change Streams
- Causal Consistency
- Load Balancer support
The new minimum supported Rust version is now 1.48.
The existing examples are still valid.