Export - CSV (All fields)
Export - CSV (Current fields)
JAVA-4179
Authenticate to mongo ATLAS using AWS IAM role, defined in AWS_ROLE_ARN environment variable, instead of role defined in instance metadataJAVA-4546
Reactive change stream stuck after connection lost for longer than server selection timeoutJAVA-4533
Exception in encryption library when auto-encryption is enabledJAVA-4072
BenchmarkSuite uses non-monotonic timer to measure the run time of a benchmarkJAVA-4260
AsyncQueryBatchCursor should not try to kill the server cursor if pinned connection is corruptedJAVA-4070
ClientSessionClock uses non-monotonic timer, which is then used to implement ClientSessionImpl.MAX_RETRY_TIME_LIMIT_MSJAVA-4071
ServerSessionPool uses non-monotonic timer to decide when to prune a server sessionJAVA-4069
ConnectionPoolSettings.maxConnectionIdleTimeMS/maxConnectionLifeTimeMS uses a non-monotonic timerJAVA-4183
Calling cursor.next() and cursor.close() concurrently in Load Balanced mode uses the same connection simultaneouslyJAVA-4178
`LoadBalancedCluster` does not close `server`, `LoadBalancedServer` does not close `connectionPool`JAVA-4432
The Subscriber of a publisher never gets its onError method called after an MongoTimeoutExceptionJAVA-4316
The background thread should be able to hand over a new connection to a thread that is blocked by the max connecting limitJAVA-4259
Fix LB-related bugs in AsyncQueryBatchCursor that cause test failuresJAVA-4075
DocumentationSamples.testWatch may cause failures of other tests
{"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