Skip to content

Releases: dymmond/mongoz

Version 0.11.2

24 Jan 12:59
2dafe71
Compare
Choose a tag to compare

Added

  • Add the date operator to query on date-time field.

Version 0.11.1

07 Jan 16:06
511bc66
Compare
Choose a tag to compare

Fix

  • Running the .filter(...) lookups using the ID by parsing to the proper format.

Version 0.11.0

20 Dec 12:13
95246f8
Compare
Choose a tag to compare

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

12 Sep 11:05
a580ad2
Compare
Choose a tag to compare

Added

  • Support for NullableObjectId allowing special object ids to
    be declared in the document and null.

Version 0.10.7

20 Aug 08:40
24be0eb
Compare
Choose a tag to compare

Added

  • Support for startswith, endswith, istartswith and iendswith filters.

Changed

  • Internal metaclasses checks for annotations.
  • Code cleaning and organisations.

Version 0.10.6

03 Aug 15:35
b426a56
Compare
Choose a tag to compare

Added

  • Support for multi-tenancy on a document level.

Version 0.10.5

29 Jul 15:38
e0950b2
Compare
Choose a tag to compare

Added

  • exists() allowing to query for a document existance in the database.

Version 0.10.4

22 Jul 14:58
6ea0141
Compare
Choose a tag to compare

Fix

  • Native decimal.Decimal internal convertion to bson.decimal128.Decimal128 to updates.

Version 0.10.3

15 Jul 11:46
fca0d63
Compare
Choose a tag to compare

Fix

  • Convert decimal to Decimal128 was causing issues for insert lists.

Version 0.10.2

03 Jul 14:54
1cd9750
Compare
Choose a tag to compare

This was missed from the version 0.10.1

Changed

  • Update internals of embedded documents to allow arbitraty types.