Skip to content

Releases: michaelkryukov/mongomock_motor

v0.0.5

27 Mar 06:59
Compare
Choose a tag to compare
  • Make AsyncCursor more similar to AsyncIOMotorCursor (add support for limit, skip, sort, e.t.c.) + tests.
  • Add limited support for {buildInfo: 1} command.
  • Add attributes proxying for collections.
  • Add tests for links (limited).
  • Bump version for beanie, mongomock

v0.0.3

25 Feb 06:30
a024add
Compare
Choose a tag to compare

Added

  • Support for aggregate

Fixed

  • Fixed tests in Actions.

v0.0.2

17 Nov 17:54
2a3c9d8
Compare
Choose a tag to compare

Changes:

  • Added masquerading mock classes as motor's original, so checks like isinstance(collection, AsyncIOMotorCollection) won't fail. It's possible there will still be issues if you expected to use tornado classes instead of asyncio, but I will wait for actual cases to somehow solve this.
  • Added some async methods for collection.
  • Added test that checks basic compatibility with beanie ODM.

v0.0.1

11 Nov 08:53
Compare
Choose a tag to compare

Welcome to the jungle!