Export - CSV (All fields)
Export - CSV (Current fields)
JAVA-4862
Expose an API to create a cursor from a command responseJAVA-5150
Remove deprecated methods for oplogReplay option on findJAVA-5148
Remove mapReduce APIJAVA-5260
Add support for "comment suppliers"JAVA-5047
MongoBatchCursorAdapter with setBatchSize and getBatchSizeJAVA-4262
AggregateIterable should allow to set hint as String (index name)JAVA-4167
Add MongoCursor#available methodJAVA-5067
Improve efficiency of first() Method in MongoIterableImplJAVA-3279
distinct on using non-sparse index throws NPEJAVA-4368
MongoCursor implementations should throw if iterated after closeJAVA-2231
Legacy driver sends nToReturn of -1 for OP_GET_MORE for an aggregation with batch size of 1JAVA-2105
"$explain" in FindOptions.modifiers ignored when connected to 3.2 serverJAVA-2134
Builder method should accept List<? extends Bson> rather than List<Bson>JAVA-2436
Consider allowing zero-document insertsJAVA-2637
access count of compound index in $indexStats java driverJAVA-2968
Infinite loop on MongoCursor initiated from ChangeStreamJAVA-2628
2dsphereIndexVersion only allows versions 1 and 2 despite the default being 3 since mongodb v.3.2JAVA-2058
Should check the query failure bit on OP_GET_MORE reply in async pathJAVA-2046
when DBCursor readPreference set to null, should default back to collection's read preferenceJAVA-1854
Driver tries to kill a cursor twice when limit is reached on the first batchJAVA-1855
DBCursor.getCursorId can throw NPE if the server did not need to create a cursorJAVA-1668
GridFS#findOne(ObjectId) finds by "objectId" instead of "_id"JAVA-1035
index, skip and limit ignored?JAVA-1140
DBCursor.hasNext malfunctioned with complex query and batchSize specifiedJAVA-1846
OperationIterable.forEach/first should close the MongoCursor in a finally blockJAVA-1828
Filters.and methods should handle zero clauses correctlyJAVA-1399
Using BasicDBObjects, what happens if I append the same key more than once?JAVA-480
DBCursor.count() <> DBCursor.toArray().size() using with $maxJAVA-5418
Mongodb java driver findOneAndUpdate method doesn't return the updated document after executing update QueryJAVA-4190
Client side builder for operators supported by $searchJAVA-3708
Java Driver doesn't handle regex pattern flags like CASE_INSENSITIVEJAVA-3681
Test that readPreferenceTags are always interpreted as an arrayJAVA-3630
Override Iterable.forEach in MongoIterableJAVA-3666
Driver support for server Hedged ReadsJAVA-3591
Deprecate oplogReplay find command option from CRUD specJAVA-3556
MongoCursorNotFoundException Scala driver 2.8/Mongo 3.6JAVA-3555
Work around changes to mapReduce implementation in the 4.4. serverJAVA-5363
Use mapReduce instead of mapreduce as the command name for the mapReduce helpersJAVA-4380
Fix server selection logic for $out/$merge on secondaryJAVA-4188
Query builder for $searchJAVA-3909
Add explain helpersJAVA-3989
Change estimatedDocumentCount() to use the $collStats Agg Stage Instead of Count CommandJAVA-4186
Support 'let' option for aggregate commandJAVA-3887
Driver sets getMore command batchSize to min(batchSize, remainingLimit)JAVA-3758
Improve the support for mapped find iterablesJAVA-3825
Bson Filter behavior differs from BasicDBObject FilterJAVA-3739
allowDiskUse option for find should be documented as only being supported in 4.4+JAVA-3356
Getting no data at allJAVA-3338
$geoWithin cannot contain multiple fieldsJAVA-3367
$oid does not work with min()
{"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