Skip to content

MongoDB Legacy C++ Driver 0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 13 Jun 19:32
· 1977 commits to master since this release

Bug

  • [CXX-204] - Solaris build depends on 'timegm' functionality
  • [CXX-233] - BSONForEach MACRO requires "using namespace::mongo"
  • [CXX-243] - Fails to build with gcc-4.8.2 when optimization is enabled

Improvement

  • [CXX-180] - Automatically generate _id client side for inserts
  • [CXX-238] - Enforce update and replace semantics for Bulk Writes
  • [CXX-245] - Atomics selection macros should be in config.h, not on CPPDEFINES

New Feature

  • [CXX-186] - Add Group Helper
  • [CXX-218] - GridFS and GridFile incremental writing
  • [CXX-237] - Support Merging of Bulk Write Results