Skip to content

Releases: certego/AtlasQ

0.4.0

10 Oct 09:22
2d08f40
Compare
Choose a tag to compare

What's Changed

  • Covered corner case where an index is composed of both embeddedDocuments and document lucene type. @0ssigeno in #30
  • Breaking change: Removed embedded_documents_indexes on Manager
  • If the search index is not ensured, the default behaviour is to use document syntax
    @0ssigeno in #30

Full Changelog: 0.3.9...0.4.0

0.3.9

07 Oct 15:41
637f8ea
Compare
Choose a tag to compare

What's Changed

  • Index ensure fix for type document, allowing the base field to be correctly retrieved as indexed by @0ssigeno in #29

Full Changelog: 0.3.8...0.3.9

0.3.8

30 Sep 09:46
7426a71
Compare
Choose a tag to compare

Hotfix for direct call of aggregate()

0.3.7

29 Sep 14:27
f11730c
Compare
Choose a tag to compare

Hotfix for 0.3.6

0.3.6

29 Sep 13:38
dd22df5
Compare
Choose a tag to compare

What's Changed

  • Removed mongoengine pre append of aggregations by @0ssigeno in #26

Full Changelog: 0.3.5...0.3.6

0.3.5

28 Sep 08:40
772132f
Compare
Choose a tag to compare

What's Changed

Speed up .first() query
Allow .order_by() to accept an empty argument (this should fix the .get() query)

Full Changelog: 0.3.4...0.3.5

0.3.4

16 Sep 10:02
4421e8e
Compare
Choose a tag to compare

What's Changed

  • You can now use mongoengine from 0.22.0 by @0ssigeno in #23

Full Changelog: 0.3.3...0.3.4

0.3.3

05 Sep 14:59
Compare
Choose a tag to compare

It is now possible to use old behaviour for embedded objects (do not cast them in the embedded query)
Fixed corner case where field ensurance would fail with embedded objects if they are correctly set as embedded in the field

0.3.2

01 Sep 10:32
Compare
Choose a tag to compare

Changed log message of execution time to allow better indexing

0.3.1

31 Aug 13:23
Compare
Choose a tag to compare

__exists is converted to the text equivalent exists