Skip to content

Releases: dymmond/mongoz

Version 0.13.3

22 Nov 09:43
fdb5376

Choose a tag to compare

Fixed

  • Fix the filter query, handle the refrence field query issues.

Version 0.13.2

20 Nov 08:45
ad5b3d2

Choose a tag to compare

Fixed

  • Fix the filter query.

Version 0.13.1

17 Nov 08:27
16a31c3

Choose a tag to compare

Added

  • Add the query support for the embedded documents and reference fields.

Version 0.13.0

10 Oct 13:21
9afb554

Choose a tag to compare

Added

  • Support for Python 3.14.

Fixed

  • Fix the internals where Python 3.14 annotations are evaluated differently.

Version 0.12.0

10 Sep 09:53
8bff4ce

Choose a tag to compare

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

01 Sep 10:53
2715f86

Choose a tag to compare

Added

  • Precision validation into decimal field.
  • Include test cases to verify the functionality.

Fixed

  • Optimized the decimal field validation code.

Version 0.11.7

07 Aug 02:27
8b413f4

Choose a tag to compare

Added

  • Add field validation.

Version 0.11.6

29 Jun 10:48
9bec5df

Choose a tag to compare

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

12 May 07:19
acfad04

Choose a tag to compare

Added

  • Support for ForeignKey field allowing to pass reference model.

Version 0.11.4

01 Apr 04:59
4b0e20b

Choose a tag to compare

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.