v2.7.0
The MongoDB Rust driver team is pleased to announce the v2.7.0 release of the bson
crate.
Highlighted Changes
This release adds optional integration with serde_with
3.x, duration_since
methods to DateTime
, and updates some dependencies.
Full Release Notes
New Features
- RUST-1677 Add duration_since methods to DateTime (#417)
- RUST-1699 Add serde_with 3.x integration (#422)
Improvements
- update ahash from 0.7.6 to 0.8.3 (#414) (thanks @Liyixin95!)
- move lazy_static to once_cell (#416) (thanks @attila-lin!)
Bugfixes
- RUST-1714 Use serde traits when only serde_with-3 is enabled (#423) (thanks @maximdeclercq!)