cargo bson 2.9.0
v2.9.0

latest release: 2.10.0
8 months ago

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

Highlighted Changes

This release adds several externally contributed improvements!

  • A new RawIter type that iterates over elements in a document without deserializing them,
  • An improvement to the doc and bson macros (and their raw counterparts) that allows using types that implement Into<Bson> or Into<RawBson>,
  • An impl of From<&mut T> for Bson for types that implement Into<Bson>,
  • A smaller dependency tree thanks to updating the indexmap crate,
  • And a fix for the serde_with 3.x support for the Uuid type.

Full Release Notes

New Features

Improvements

Bugfixes

Don't miss a new bson release

NewReleases is sending notifications on new releases.