Export - CSV (All fields)
Export - CSV (Current fields)
CXX-2350
Evaluate migration to more recent C++ standardsCXX-2278
[ChangeStream] Why does iterating change stream block and how to avoid itCXX-831
Compile under Visual Studio 2015CXX-925
How to upsert a replace_one in C++11 driver?CXX-958
Am I supposed to create the instance/connection once and pass it to every function I write?CXX-937
How to stream a std::size_t variable into bsoncxx::builder::stream::documentCXX-963
How can I return a bsoncxx::document::element from a function?CXX-576
shared_buffer.h uses placement new without including <new>CXX-124
The client auth code should make sure there are no invalid entries in the auth BSON documentCXX-361
Merge changes for SERVER-15438CXX-369
Call ismaster when SSL is enabledCXX-1643
Use mongoc_uri_new_with_error for better exception messagesCXX-1646
Include server replies in all exceptions where possibleCXX-1301
Read preference constants should be mapped to libmongoc constantsCXX-1192
is wire protocol used in "MongoDB C++11 Driver 3.0.1" ?CXX-1162
Use stdx::make_unique instead of bare calls to 'new' when initializing std::unique_ptr variables, where possibleCXX-1284
aggregate on secondary fails plus max_staleness assertion heisenbugCXX-881
Change mongocxx::options setters to return a self referenceCXX-616
simplify bsoncxx/util/functor.hppCXX-157
Add DBClientWithCommands::ensureIndex() overload that takes an options objectCXX-218
GridFS and GridFile incremental writingCXX-247
bson_validate_test passed, but process exited abnormallyCXX-190
Add support for ensure index cache ttlCXX-140
Remove jsobj.hCXX-52
Remove MONGO_MALLOC and standardize driver on new/deleteCXX-132
Run IWYU (include what you use) over the codebaseCXX-134
Switch from using _DEBUG to using our own debug macroCXX-95
Client facing headers should not include windows.hCXX-290
Problem with Query & hint (const string &jsonKeyPatt) with compound index in locale with comma as decimal pointCXX-291
5 second connection timeout not workingCXX-114
Allow clients to provide their own implementations of the socket APICXX-2258
Prelude headers applied incorrectlyCXX-2095
a bulk_write operation (created by create_bulk_write()) cannot be reinitialisedCXX-1760
Ensure 4.0 drivers return an error when attempting sharded transactions on 4.2CXX-1767
Drivers send recoveryToken on abortTransactionCXX-1879
when call mongoc_stream_read, it hangs thereCXX-1734
Support postBatchResumeToken in change streamsCXX-1724
The first time a document is inserted in a collection that does not exist, the driver crashesCXX-1755
Require retryable writes network error tests to run on mongos 4.2+CXX-1845
mongocxx::uri call works with c char* parameter but not with c++ string parameterCXX-1754
countDocuments should use group with _id: 1CXX-1596
Use mongoc_cursor_new_from_command_reply_with_optsCXX-1318
Add GridFS integration tests which upload/download files of size >4 GBCXX-1317
bucket::upload_from_stream() and bucket::upload_from_stream_with_id() should abort upload on failureCXX-1323
Improve performance of "Cursor iteration" testCXX-1846
mongocxx::uri call works with c char* parameter but not with c++ string parameterCXX-1066
Audit all libmongoc and libbson calls for error handlingCXX-1052
Port CRUD methods to use C driver 1.5 CRUD APICXX-927
Support sending writeConcern for commands that writeCXX-941
When converting to JSON, strings are not escaped
{"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