MongoDB Legacy C++ Driver 0.9.0
Pre-release
Pre-release
acmorrow
released this
23 May 13:55
·
1890 commits
to master
since this release
New Feature
- CXX-175 - Add Bulk Write Capabilities
- CXX-185 - Add Aggregation Helper
- CXX-200 - Add support for autolib linking on Windows
Improvement
- CXX-20 - Implement full support for write commands
- CXX-162 - Translate server_options.h and ssl_options.h into client initialization options structure
- CXX-171 - C++ driver should support all Write Concern types
- CXX-176 - Implement limit and batchSize for Cursor
- CXX-181 - Automatically split large insert batches
- CXX-182 - Add support for Write Concern (outside of GLE)
- CXX-227 - C++ driver build should capture all build artifacts under the 'build' directory
Bug
- CXX-124 - The client auth code should make sure there are no invalid entries in the auth BSON document
- CXX-210 - Linking issue with libssh: multiple definition of `md5_init'
- CXX-215 - Windows static library fails with 'BadValue default' due to broken initializers
- CXX-226 - Failed check for boost headers no longer fails configure step
- CXX-231 - Windows doesn't like DBClientCursorShim (warning)
- CXX-234 - Batches of different ops need new Obj/Array Builder in CommandWriter
- CXX-235 - Batches with no items will break command writer