Skip to content

Releases: michaelkryukov/mongomock_motor

v0.0.14

16 Dec 18:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

08 Oct 12:30
Compare
Choose a tag to compare

What's Changed

  • Add support for AsyncIOMotorLatentCommandCursor by @jyggen in #19

New Contributors

Full Changelog: v0.0.12...v0.0.13

v0.0.12

03 Jul 17:01
dd2dc4b
Compare
Choose a tag to compare

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

09 Jun 16:59
c7094d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.10...v0.0.11

v0.0.10

01 Jun 18:34
a55a29d
Compare
Choose a tag to compare

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

24 May 13:50
61647b5
Compare
Choose a tag to compare

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

10 May 11:56
c1fc8fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

27 Apr 20:21
ebd91a1
Compare
Choose a tag to compare

What's Changed

  • tz_aware option was not working (among other) by @cperezabo in #8

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

23 Apr 11:41
c13a33b
Compare
Choose a tag to compare

What's Changed

  • Set required mongomock version by @Itay4 in #7

New Contributors

  • @Itay4 made their first contribution in #7

Full Changelog: v0.0.5...v0.0.6

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