Export - CSV (All fields)
Export - CSV (Current fields)
NODE-5568
Use AggregateErrors to return multiple errors when multiple errors are possibleNODE-3338
Allow MongoDriverError to accept error detail optionsNODE-3367
Ensure errors are not caught and wrapped from the nodejs runtimeNODE-3365
Remove "code" property from the general MongoError classNODE-3364
Convert checks for "instanceof MongoError" to more specific subclass checksNODE-4404
Provide access to raw result document when the server returns an error for a commandNODE-3497
Define and implement MongoNetworkError and childNODE-1424
Different error message for implicitly created sessionsNODE-5973
Improve error text when MongoNetworkTimeoutError is thrownNODE-6281
Client-side bulk write errors should not subclass mongo errorNODE-5762
Make MongoMissingDependencyError more usefulNODE-3218
Consistent error message in 3.6 and 4.0 for connection string parsingNODE-3414
No AuthProvider for DEFAULT defined when authSource is defined but credentials are missingNODE-3659
Enable useUnknownInCatchVariablesNODE-3502
Remove unused error check in src/operations/connect.tsNODE-5192
Wrap socket.authorizationError in connect.ts with a MongoError subclassNODE-3571
Improve error when invalid session is passed in collection methods (v4)NODE-3598
Improve error message when user info is not correctly percent-encodedNODE-5783
Documents never written to database after 100% CPU (causing MongoPoolClearedError)NODE-3485
Extend MongoAPIErrorNODE-3484
Extend MongoParseErrorNODE-3483
Extend MongoRuntimeErrorNODE-3407
Make message property of MongoServerSelectionError more verboseNODE-4996
maybeCallback rejects with an unhandledRejection instead of uncaught exceptions
{"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