Releases: dymmond/mongoz
Releases · dymmond/mongoz
Version 0.13.3
Fixed
- Fix the filter query, handle the refrence field query issues.
Version 0.13.2
Fixed
- Fix the filter query.
Version 0.13.1
Added
- Add the query support for the embedded documents and reference fields.
Version 0.13.0
Added
- Support for Python 3.14.
Fixed
- Fix the internals where Python 3.14 annotations are evaluated differently.
Version 0.12.0
Changed
- Optimized the decimal validation code and include the precision validation.
- New internal settings for MongoZ removing the dependency of dymmond-settings and keep the
pydantic-settings.
Version 0.11.8
Added
- Precision validation into decimal field.
- Include test cases to verify the functionality.
Fixed
- Optimized the decimal field validation code.
Version 0.11.7
Added
- Add field validation.
Version 0.11.6
Added
- Add Choices the support for embedded document.
Changed
- Officially stop the support for Python 3.9 to match the ecosystem and tooling used.
- Updated internals for mypy.
Fixed
- Fix the circular import issues for the foreign field.
Version 0.11.5
Added
- Support for ForeignKey field allowing to pass reference model.
Version 0.11.4
Fix
- Initialize the method to get the choice field display.
- Abstract class initialization for mapping tables with the ObjectID.
- Replace the ObjectID null field to UUID field into test cases to represent the UUID.