Export - CSV (All fields)
Export - CSV (Current fields)
JAVA-5505
Add support for specifying ExecutorService to use for non-Netty async networkingJAVA-5562
Failure to propagate exceptions in Async APIJAVA-5411
Revendor tlschannelJAVA-5284
Backport BatchCursorFlux default onErrorDropped hook warning fixJAVA-5900
Unify Async & Sync operationsJAVA-6120
Add stack-safe loop execution to async frameworkJAVA-2274
Data purgingJAVA-2402
Observables error message when requesting 0 is incorrect.JAVA-2166
Make it easier to mix ConnectionString settings with MongoClientSettingsJAVA-2172
When Mongo is down, Hystrix circuit breaker won't open.JAVA-2014
Async driver MongoClient.close() is not synchronous and has no callbackJAVA-1346
For correct idle connection timeout, lastUsedAt should be set after the callback fires rather than beforeJAVA-2032
Add notNull checks to executeAsync in coreJAVA-3279
distinct on using non-sparse index throws NPEJAVA-3382
Observables should filter null valuesJAVA-3407
Async change stream cursor should protect against multiple calls to closeJAVA-2058
Should check the query failure bit on OP_GET_MORE reply in async pathJAVA-3313
Throw exception if auto-encryption is enabled for async driverJAVA-3312
Add client-side encryption support to the async driverJAVA-3644
Async change stream never closes or receives more events after error on decodingJAVA-3690
Domain name resolution issues break DefaultConnectionPool when using getAsyncJAVA-774
Add support for asynchronous operationsJAVA-1155
Support Netty for I/OJAVA-936
Create Async OperationsJAVA-1526
More codec/generic supportJAVA-3141
Add NIO Channel utilities to asynchronous GridFSJAVA-2460
Memory leaks when using NettyStream and CommandListenerJAVA-2177
Ensure Loggers are past to ErrorHandlingCallbacksJAVA-2152
Recognize if there is no find resultJAVA-2839
Memory leaks when using NettyStream and CommandListenerJAVA-2977
Observable race condition calling onCompleteJAVA-3467
Connection failure after onNext will skip onError and makes the Flux cannot completeJAVA-2216
createIndexes in async MongoCollection does not include partialFilterExpressionJAVA-2202
Support for EpollEventLoop Group in async DriverJAVA-2120
InsertMany should not stop on errorJAVA-2226
Support streamType=netty in the connection stringJAVA-2204
NettyByteBuf.duplicate incorrectly handles reference countsJAVA-2278
Different behaviour in async driver with different streamsJAVA-2270
Async driver does not apply some connection string settingsJAVA-2157
Java driver stops connecting to one server after cluster status updateJAVA-2149
Configuring channel type in NettyStreamFactoryFactoryJAVA-2129
Exception in callback is catched by async driverJAVA-2514
Add ability to configure the SSLContextJAVA-3126
Test with latest version of NettyJAVA-2302
Memory leak on Java async driver + Netty 4.1.xJAVA-2284
The updateOne command with upsert option does not work if document does not exist already.JAVA-2306
NettyStream does not handle clean socket closures from the serverJAVA-2794
Spring MongoTemplate through exception while accessing through spring @async(multithreading) methodJAVA-2445
NullPointerException in AsyncQueryBatchCursorJAVA-2435
Abnormal query results!
{"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