SPEC 1153: Document change in aggregate command behavior (#404)

This commit is contained in:
Prashant Mital 2019-02-21 09:38:32 -08:00 committed by GitHub
parent 0b8643d144
commit 0ca7ccd52c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2369,6 +2369,9 @@ class Collection(common.BaseObject):
A :class:`~pymongo.command_cursor.CommandCursor` over the result
set.
.. versionchanged:: 3.9
Apply this collection's read concern to pipelines containing the
`$out` stage when connected to MongoDB >= 4.2.
.. versionchanged:: 3.6
Added the `session` parameter. Added the `maxAwaitTimeMS` option.
Deprecated the `useCursor` option.