Skip to content

Tags: plaan/mongomock

Tags

4.0.0

Toggle 4.0.0's commit message
Add some documentation on using Mongomock to upgrade Pymongo.

3.23.0

Toggle 3.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add default and options to get_default_database() (mongomock#693)

Add the `default=` parameter to `MongoClient.get_default_database()` to
equalize behavior with `pymongo`.

Forward remaining keyword arguments from
`MongoClient.get_default_database()` to `MongoClient.get_database()`.

Authored by leorochael

3.22.1

Toggle 3.22.1's commit message
Fix type stubs for patch and test it to prevent regressions.

Fixes mongomock#691

3.22.0

Toggle 3.22.0's commit message
Mark $convert and $toLong operators as not implemented yet.

For mongomock#685

3.21.0

Toggle 3.21.0's commit message
Return the right document for find_one_and_replace using ReturnDocume…

…nt.AFTER and upsert.

Fix mongomock#671

3.20.0

Toggle 3.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handling truthy and falsy values the way MongoDB does it (mongomock#651)

Fixes mongomock#650

3.19.0

Toggle 3.19.0's commit message
Add an easy way to compare exception types between mongomock and pymo…

…ngo.

3.18.0

Toggle 3.18.0's commit message
Implement the $facet operator. (mongomock#563)

Fixes mongomock#519.

3.17.0

Toggle 3.17.0's commit message
Fix the version of MongoDB server installed for test.

3.16.0

Toggle 3.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement the $setUnion operator in the aggregate pipeline. (mongomoc…

…k#510)

Fixes mongomock#507.