Releases: dymmond/mongoz
Releases · dymmond/mongoz
Version 0.11.2
Version 0.11.1
Fix
- Running the
.filter(...)
lookups using the ID by parsing to the proper format.
Version 0.11.0
Added
- Multi-tenancy for the handling indexes
Changed
- Remove support for Python 3.8.
- Moved to BSD-3 License to be compliant with the remaining ecosystem.
0.10.8
Added
- Support for NullableObjectId allowing special object ids to
be declared in the document and null.
Version 0.10.7
Added
- Support for
startswith
,endswith
,istartswith
andiendswith
filters.
Changed
- Internal metaclasses checks for annotations.
- Code cleaning and organisations.
Version 0.10.6
Added
- Support for multi-tenancy on a document level.
Version 0.10.5
Added
- exists() allowing to query for a document existance in the database.
Version 0.10.4
Fix
- Native
decimal.Decimal
internal convertion tobson.decimal128.Decimal128
to updates.
Version 0.10.3
Fix
- Convert decimal to Decimal128 was causing issues for insert lists.
Version 0.10.2
This was missed from the version 0.10.1
Changed
- Update internals of embedded documents to allow arbitraty types.