File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,6 @@ changes are not significant for your application.
379
379
380
380
- spec -> filter
381
381
- fields -> projection
382
- - timeout -> no_cursor_timeout
383
382
- partial -> allow_partial_results
384
383
385
384
The following find/find_one options have been added:
@@ -415,6 +414,13 @@ The following find/find_one options are deprecated:
415
414
416
415
- manipulate
417
416
417
+ The following renames need special handling.
418
+
419
+ - timeout -> no_cursor_timeout -
420
+ The default for `timeout ` was True. The default for `no_cursor_timeout ` is
421
+ False. If you were previously passing False for `timeout ` you must pass
422
+ **True ** for `no_cursor_timeout ` to keep the previous behavior.
423
+
418
424
:mod: `~pymongo.errors ` changes
419
425
..............................
420
426
You can’t perform that action at this time.
0 commit comments