Bug
- [CXX-2] - Support for MongoDB URIs
- [CXX-266] - Driver won't compile on Windows with cl.exe (MSVC compiler)
- [CXX-269] - scons --sharedclient smokeClient fails due to missing dependency edge
- [CXX-276] - Warning: deletion of pointer to incomplete type
Improvement
- [CXX-179] - Support Read Preference for Commands
- [CXX-184] - Support for maxTimeMS in command helpers
- [CXX-189] - Add Create Index Helper
- [CXX-191] - Add missing options to createCollection Helper
- [CXX-224] - BSONArray jsonString() always prints as object
- [CXX-225] - mongo::fromjson does not support outermost arrays
- [CXX-271] - Allow "text" and "parallelCollectionScan" to be run against secondaries
New Feature
- [CXX-97] - C++ driver should allow GridFS slaveOk querying
- [CXX-98] - Add findAndModify helper
- [CXX-183] - Add Save() method to dbclientinterface
- [CXX-187] - Add Distinct Helper
- [CXX-188] - Add ParallelScan Helper
Task
- [CXX-277] - Enable warnings as errors for windows builds