Releases: michaelkryukov/mongomock_motor
Releases · michaelkryukov/mongomock_motor
v0.0.5
- 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
Added
- Support for
aggregate
Fixed
- Fixed tests in Actions.
v0.0.2
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
Welcome to the jungle!