v3.1.0
- query functions are now
@safe
if their memberToBson counterparts are too - SchemaPipeline (aggregation) now supports query syntax for
match
and allows any value to be serialized as other arguments - numbers (int, float, short, byte, etc) are now all supported and convert between each other. As the MongoDB CLI by default inserts doubles for any number, integral values cast down from floats
- implement static array deserialization