Export - CSV (All fields)
Export - CSV (Current fields)
PYTHON-2753
Allow filter by ObjectId for `update_one()` and other methodsPYTHON-1808
Document uuidRepresentationPYTHON-1614
When Pymongo is loaded from C with Embedded Python, it causes a Segmentation fault (core dumped).PYTHON-1304
Make name an optional parameter for MongoClient.get_databasePYTHON-1902
Connect Timeout not working for DNS timeout (mongodb+srv)PYTHON-1525
Empty WriteConcern is truthy in Python 2PYTHON-1356
Add ability to iterate all documents in a tailable cursor in a single for loop.PYTHON-1666
Error message when trying to serialise unsupported types is unhelpfulPYTHON-1373
find_one_and_delete doesn't respect skip.PYTHON-1371
The tailable cursor cannot get document through __getitem__(index) on MongoDB v3.4+PYTHON-1481
Connection to Secondary Returns True for is_primaryPYTHON-2048
Raise an actionable error message when bulk_write/insert_many retryWrites fails due to using an unsupported storage engine or standalonePYTHON-1762
Document that limit=0 (the default) is equivalent to setting no limitPYTHON-1752
bulk_write should be able to accept a generatorPYTHON-1860
Use OP_MSG not OP_GET_MORE in find_raw_batches and aggregate_raw_batchesPYTHON-1855
CamelCase vs snake_case inconsistencies in CRUD optionsPYTHON-1858
Deprecate Database.current_op helperPYTHON-2146
Use of deprecated command options/parameters MUST raise a DeprecationWarningPYTHON-1850
Explain support for aggregate with "executionStats"PYTHON-1327
Accept username and password in MongoClient constructorPYTHON-5309
Async client no longer works on Atlas mongodb CloudPYTHON-1724
How to count the items of a Cursor ?PYTHON-1394
Close ChangeStream cursor when the resume token is missing.PYTHON-1627
Unable to connect with PyMongo 3.7.1, x509 SSL Certificate, and SSH TunnelsPYTHON-1379
Implement Database Enumeration specPYTHON-1325
Deprecate the "useCursor" aggregate optionPYTHON-1308
Finalize SON manipulator deprecationsPYTHON-1260
Deprecate Collection.groupPYTHON-1699
Support running commands as aggregationPYTHON-1332
Implement Drivers Sessions APIPYTHON-1317
Deprecate Collection.initialize_unordered_bulk_op and Collection.initialize_ordered_bulk_opPYTHON-1315
Deprecate Database.eval and database.SystemJSPYTHON-1306
Deprecate MongoClient.get_default_databasePYTHON-1311
Deprecate user management helpersPYTHON-1550
Secondary server in replica set reports as master/primary in Python but correctly as not master from mongo command line clientPYTHON-1522
bson.errors.InvalidDocument key must not contain '.'PYTHON-1336
Add collation support to bulk_write operations.PYTHON-1486
БОТ 2PYTHON-1622
How to use the projection operators - $slice - in find()PYTHON-1629
insert failure on development server build 3.5.7-89-g3c57867PYTHON-1551
Deprecate MongoClient.close_cursorPYTHON-1517
insert_many should work with arbitrarily long iterablesPYTHON-1508
Implement Transactions specPYTHON-1717
Supporting db.getReplicationInfo() as a commandPYTHON-2131
Driver connect replica set failed when changing from sharded cluster without address changePYTHON-2129
Use error code to check for NamespaceNotFound errorsPYTHON-2464
ServerSelectionTimeoutError from Atlas clusterPYTHON-2480
Add MongoClient helper to access the current TopologyDescriptionPYTHON-2592
find_raw_batches raises exception on ViewsPYTHON-2525
Remove Collection.count and Cursor.count
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0