- 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
0.0.3
Added
- Support for `aggregate`
Fixed
- Fixed tests in Actions.
0.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.