v2.10.0
The MongoDB Rust driver team is pleased to announce the v2.10.0 release of the bson
crate.
Highlighted Changes
This release adds several bugfixes and the RawDocumentBuf::append_ref
method, providing a method equivalent to append for borrowed data. This can be useful for avoiding the need for intermediate buffers when the source data is borrowed.
Full Release Notes
New Features
Bugfixes
- RUST-1850 Fix a fuzzer failure (#460)
- fix: access iterators from RawDocument without needing to convert to RawDocumentBuf (#462) (thanks @tychoish!)
- fix: export RawElement type (#461) (thanks @tychoish!)
- RUST-1892 Fix timestamp [de]serialization on big-endian machines (#465)
- RUST-1899 Fix UUID string deserialization (#468)