Export - CSV (All fields)
Export - CSV (Current fields)
NODE-5126
Find operations fail when passed an ObjectId as a filterNODE-6483
Document that countDocuments() uses $match and may not support the same filters as find/count commandsNODE-5624
Run timeSeries collection creation options tests on MongoDB 6.3NODE-6061
Fix racy unified tests of unacknowledged writesNODE-6140
Don't silently filter out { background: true } from aggregateNODE-5976
Convert CRUD v1 spec tests to unified test formatNODE-7084
Refactor CUD operations to subclass ModernizedOperationNODE-6530
Split updateWithPipelines.yml by operationNODE-4324
Design: Allow Number Options To Also Accept Int32 and LongNODE-5884
6.0 Fix failing explain tests on latestNODE-7062
Throw WriteConcernError from InsertOneOperation when `writeErrors` is presentNODE-6046
ObjectId.isValid("PROFIT_SHARE") returns TRUENODE-5371
Add spec tests for passing empty pipeline arrays to update and findAndModify operationsNODE-4180
Investigate MONGOSH-1002: When executing explain on aggregate it generates an error with WriteConcernNODE-6256
Improve insertMany error when provided a nested arrayNODE-6468
Test that inserts and upserts respect null _id valuesNODE-6484
Allow drivers to set bypassDocumentValidation: false on write commandsNODE-4016
NULL-reference error if a property in MapReduce `scope` is `null`NODE-7144
`options` is not optional in distinct()NODE-5187
driver does not close cursor when `initialize` returns a single documentNODE-6494
Add index hint support for distinct commandNODE-6184
Server 8.0+ requires tests for aggregation with $out to not pre-create output collectionNODE-6290
Allow update to supply sort optionNODE-6526
Remove the BSON document size validation requirement for the client bulk write operationNODE-6472
Eliminate unnecessary killCursors command when batchSize == limitNODE-6471
Ensure findOne does not set batchSize=1NODE-6883
Interface for time-series bucket access through user namespaceNODE-3541
Allow hint for unacknowledged writes using OP_MSG when supported by the serverNODE-4184
AggregateOperation should not throw when explain + writeConcern is specifiedNODE-6466
Add guidance on adding _id fields to documents to CRUD specNODE-6638
updateOne with undefined actions results in lost record
{"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