Export - CSV (All fields)
Export - CSV (Current fields)
PYTHON-2753
Allow filter by ObjectId for `update_one()` and other methodsPYTHON-1304
Make name an optional parameter for MongoClient.get_databasePYTHON-1808
Document uuidRepresentationPYTHON-1614
When Pymongo is loaded from C with Embedded Python, it causes a Segmentation fault (core dumped).PYTHON-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-1666
Error message when trying to serialise unsupported types is unhelpfulPYTHON-1481
Connection to Secondary Returns True for is_primaryPYTHON-1356
Add ability to iterate all documents in a tailable cursor in a single for loop.PYTHON-1525
Empty WriteConcern is truthy in Python 2PYTHON-1902
Connect Timeout not working for DNS timeout (mongodb+srv)PYTHON-1762
Document that limit=0 (the default) is equivalent to setting no limitPYTHON-2048
Raise an actionable error message when bulk_write/insert_many retryWrites fails due to using an unsupported storage engine or standalonePYTHON-2611
Problem with ProjectionPYTHON-2621
Segmentation fault caused by Pymongo in Python 3.7PYTHON-2432
Add support for inline type hintsPYTHON-2430
Remove pymongo.message modulePYTHON-2429
Deprecate pymongo.message modulePYTHON-2464
ServerSelectionTimeoutError from Atlas clusterPYTHON-3165
Pymongo 4.0 failing with error AutoReconnect("connection pool paused"))PYTHON-1327
Accept username and password in MongoClient constructorPYTHON-1315
Deprecate Database.eval and database.SystemJSPYTHON-1311
Deprecate user management helpersPYTHON-1308
Finalize SON manipulator deprecationsPYTHON-1306
Deprecate MongoClient.get_default_databasePYTHON-1332
Implement Drivers Sessions APIPYTHON-1325
Deprecate the "useCursor" aggregate optionPYTHON-2592
find_raw_batches raises exception on ViewsPYTHON-2532
Remove the modifiers option for find, find_one, and CursorPYTHON-2288
Remove IsMaster ClassPYTHON-1717
Supporting db.getReplicationInfo() as a commandPYTHON-1699
Support running commands as aggregationPYTHON-1724
How to count the items of a Cursor ?PYTHON-2243
Raise informative error message when attempting a GridFS operation in a transactionPYTHON-1379
Implement Database Enumeration specPYTHON-2146
Use of deprecated command options/parameters MUST raise a DeprecationWarningPYTHON-2235
Remove deprecated pymongo.GEOHAYSTACKPYTHON-1551
Deprecate MongoClient.close_cursorPYTHON-1550
Secondary server in replica set reports as master/primary in Python but correctly as not master from mongo command line clientPYTHON-1508
Implement Transactions specPYTHON-1486
БОТ 2PYTHON-1297
Support Extended JSON 2.0PYTHON-1336
Add collation support to bulk_write operations.PYTHON-1260
Deprecate Collection.groupPYTHON-1522
bson.errors.InvalidDocument key must not contain '.'PYTHON-1517
insert_many should work with arbitrarily long iterablesPYTHON-1394
Close ChangeStream cursor when the resume token is missing.PYTHON-2480
Add MongoClient helper to access the current TopologyDescriptionPYTHON-2129
Use error code to check for NamespaceNotFound errorsPYTHON-1317
Deprecate Collection.initialize_unordered_bulk_op and Collection.initialize_ordered_bulk_op
{"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