Releases: mongodb/bson-rust
Releases · mongodb/bson-rust
v0.12.0
03 Jul 16:11
Compare
Sorry, something went wrong.
No results found
#89 Implemented special serialization/deserialization rules for bytes array in serde.
#64 Won't crash if the length of UTF-8 string is invalid.
Updated dependencies.
v0.11.1
23 Feb 06:35
Compare
Sorry, something went wrong.
No results found
#88 Add TimeStamp
facilities for de/serialize Timestamp value.
Release v0.11.0
05 Jan 22:56
Compare
Sorry, something went wrong.
No results found
Adds decode_document_utf8_lossy
.
Release v0.10.0
02 Oct 15:57
Compare
Sorry, something went wrong.
No results found
Improve macro syntax support #83
Release v0.9.1
30 Sep 13:46
Compare
Sorry, something went wrong.
No results found
#82 Implemented Default
for Bson
, Document
Release v0.9.0
23 Jun 16:24
Compare
Sorry, something went wrong.
No results found
Updated chrono deps to v0.4
Release v0.8.0
11 Jun 15:12
Compare
Sorry, something went wrong.
No results found
Won't serialize unsigned types to Bson::FloatingPoint
Add backward compatibility helper functions
Release v0.7.0
11 Jun 15:10
Compare
Sorry, something went wrong.
No results found
Release v0.6.1
11 Jun 15:15
Compare
Sorry, something went wrong.
No results found
Fixed bug, add missing convertion for f64
in Value
Release v0.6.0
11 Jun 15:16
Compare
Sorry, something went wrong.
No results found
Implement From
/Into
traits for Value