Skip to content

Tags: astroline/mongomock

Tags

4.3.0

Toggle 4.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mdomke Martin Domke
Add support for aggregation pipelines in updates

4.2.0

Toggle 4.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mdomke Martin Domke
Modernize project infrastructure

4.2.0-post.1

Toggle 4.2.0-post.1's commit message

Verified

This tag was signed with the committer’s verified signature.
mdomke Martin Domke
Fix README.rst which prevented PyPI upload

4.1.3

Toggle 4.1.3's commit message
Remove deprecated pkg_ressources usage

4.1.2

Toggle 4.1.2's commit message
Silence warning in deploy steps.

4.1.1

Toggle 4.1.1's commit message
Fix deployment authentication.

4.1.0

Toggle 4.1.0's commit message
Advertize that python 3.10 is supported.

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