Releases: dymmond/mongoz
Releases · dymmond/mongoz
0.10.8
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.
Version 0.10.1
Fix
- Native
decimal.Decimal
internal convertion tobson.decimal128.Decimal128
.
Version 0.10.0
Version 0.9.0
Added
create_indexes_for_multiple_databases
allowing to iterate for each document
the creating of the indexes in multiple databases.- Registry document checks allowing to check beforehand all the
index changes in a document. - Model check indexes to do the same checks for the indexes but for each document.
- create_indexes_for_multiple_databases.
- drop_indexes_for_multiple_databases.
Changed
- Cleaned up logic to design indexes in the
metaclass
.