Skip to content

Releases: dymmond/mongoz

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.

Version 0.10.1

03 Jul 14:35
102d06b
Compare
Choose a tag to compare

Fix

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

Version 0.10.0

25 Jun 15:29
155a469
Compare
Choose a tag to compare

Added

Fixed

  • Fix regression with collection name by @tarsil in #41

Full Changelog: 0.9.0...0.10.0

Version 0.9.0

12 Jun 16:00
e66a9ab
Compare
Choose a tag to compare

Added

Changed

  • Cleaned up logic to design indexes in the metaclass.