Skip to content

v2.8.0

Compare
Choose a tag to compare
@abr-egn abr-egn released this 11 Dec 16:45
· 44 commits to main since this release
e012ed3

The MongoDB Rust driver team is pleased to announce the v2.8.0 release of the bson crate.

Highlighted Changes

This release adds optimizations to the serde integration that show up to 50% deserialization speed improvement in our benchmarks, as well as a variety of user-submitted fixes.

Full Release Notes

Improvements

  • RUST-1132 Implement DeserializeSeed for owned and borrowed raw documents (#433)
  • RUST-1780 Bump MSRV to 1.61.0, upgrade ahash to 0.8.5 in Cargo.lock.msrv (#436) (thanks @stIncMale!)
  • minor: use random() directly in gen_process_id (#438) (thanks @pdeva!)

Bugfixes