Skip to content

v2.6.0

Compare
Choose a tag to compare
@isabelatkinson isabelatkinson released this 13 Mar 19:20
· 56 commits to main since this release

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

  • RUST-1592 Support decimal128 to/from human-readable strings (#404)

Improvements

  • minor: improve serde documentation of DateTime and ObjectId (#401)
  • RUST-504 Use js timestamps when generating objectids (#406)

Tasks