Skip to content

Tags: celloni/mongomock

Tags

3.14.0

Toggle 3.14.0's commit message
[Refactoring] Split the big aggregate pipeline function in a function…

… for each stage.

3.13.0

Toggle 3.13.0's commit message
Introduce a patch method, for an easy replacement of pymongo by mongo…

…mock across several clients and servers.

3.12.0

Toggle 3.12.0's commit message
Use package version as recommended by @vmalloc.

3.11.1

Toggle 3.11.1's commit message
Bump version to 3.11.1

3.11.0

Toggle 3.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request mongomock#433 from pcorpet/pymongo-37

Unleash pymongo version for testing

3.10.0

Toggle 3.10.0's commit message
v3.10.0

3.9.0

Toggle 3.9.0's commit message
v3.9.0

3.8.0

Toggle 3.8.0's commit message
Release 3.8.0

This release contains the following features and bugfixes

* Fix cursor.__getitem__ behavior mongomock#309 [@touilleMan]
* Raise exception when $unwind reference is not prefixed with '$' mongomock#307 [@MetrodataTeam]
* Support $type in find() mongomock#305 [@MetrodataTeam]
* Fix database property behavior mongomock#304 [@pcorpet]
* Support aggregate $out mongomock#303 [@MetrodataTeam]
* Skip missing fields in $project when aggregating mongomock#302 [@MetrodataTeam]
* Refactor Cursor constructor mongomock#301 [@edengreen]
* Aggregate projection support field rename mongomock#300 [@MetrodataTeam]
* Enable BulkWriteResult from collection.bulk_write mongomock#299 [@edengreen]
* Support $arrayElemAt in aggregate $project mongomock#298 [@MetrodataTeam]
* Return the copy of the document, not the actual document mongomock#291 [@Bernie]
* Fix pymongo bulk_write behavior mongomock#289 [@afouchet]
* Enable unset positional awareness mongomock#286 [@Bernie]
* Improve group _id capability mongomock#280 [@adamhicks]
* Add support for Cursor.rewind mongomock#277 [@gmacon]
* Support aggregate over literal value mongomock#274 [@ymost]
* Fix for updating with {} mongomock#272 [@bugrimov]

3.7.0

Toggle 3.7.0's commit message
Basic $project support. Various operators.

3.6.0

Toggle 3.6.0's commit message
Several improvements to aggregations.