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!)