- Support for [NullableObjectId](https://mongoz.dymmond.com/fields/#nullableobjectid) allowing special object ids to be declared in the document and null.
0.10.7
Added
- Support for `startswith`, `endswith`, `istartswith` and `iendswith` filters.
Changed
- Internal metaclasses checks for annotations. - Code cleaning and organisations.
0.10.6
Added
- Support for multi-tenancy on a document level.
0.10.5
Added
- [exists()](./queries.mdexists) allowing to query for a document existance in the database.
0.10.4
Fix
- Native `decimal.Decimal` internal convertion to `bson.decimal128.Decimal128` to updates.
0.10.3
Fix
- Convert decimal to Decimal128 was causing issues for insert lists.