Releases: michaelkryukov/mongomock_motor
Releases · michaelkryukov/mongomock_motor
v0.0.14
v0.0.13
v0.0.12
What's Changed
- fix: added string normalization to _iter_documents so beanie works by @michaelkryukov in #18
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- [IMP] support distinct as async by @oerp-odoo in #16
New Contributors
- @oerp-odoo made their first contribution in #16
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- feat: refactored code to be better compatible with mocking; added tests by @michaelkryukov in #15
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- BulkWriteResult couldn't be awaited by @cperezabo in #11
- Refactored interaction with get_database and get_collection, extended async (and sync) methods list by @michaelkryukov in #13
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Support for umongo + more tests by @michaelkryukov in #10
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- tz_aware option was not working (among other) by @cperezabo in #8
New Contributors
- @cperezabo made their first contribution in #8
Full Changelog: v0.0.6...v0.0.7
v0.0.6
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