Skip to content

v2.15.0

Latest
Compare
Choose a tag to compare
@abr-egn abr-egn released this 20 May 16:54
· 5 commits to main since this release
v2.15.0
f6f1630

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

Full Release Notes

This release adds a contributed uncapped_max_size feature; when enabled, this increases the maximum size of a document from 16 MB to 2 GB.

New Features

  • add uncapped_max_size feature to allow increasing max BSON size (#528) (thanks @Trevader24135!)