v2.6.0
The MongoDB Rust driver team is pleased to announce the v2.6.0 release of the bson
crate.
Highlighted Changes
This release includes support for conversion between human-readable strings and the Decimal128 BSON type. It also adds tests to verify that the Rust BSON library builds on WASM.
Full Release Notes
New Features
Improvements
- minor: improve serde documentation of DateTime and ObjectId (#401)
- RUST-504 Use js timestamps when generating objectids (#406)