Skip to content

MongoDB Legacy C++ Driver 1.0.1-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@acmorrow acmorrow released this 04 Apr 17:04
· 1829 commits to master since this release

Bug

  • [CXX-536] - Query::getMaxTimeMs() does not use the correct field name
  • [CXX-546] - CreateCollectionAdvanced failing against rc9
  • [CXX-559] - Backport server r3.0.0-rc6..r3.0.1 changes
  • [CXX-560] - mongo::OID::asTimeT() and mongo::OID::asDateT() should be const

Improvement

  • [CXX-538] - scons abort if the python directory contains spaces

New Feature

  • [CXX-516] - Support the nolock option in DBClientWithCommands::eval

Task

  • [CXX-517] - Ensure we are adding $maxDistance inside of "$near"
  • [CXX-518] - Write a test for and ensure we don't allow sending _id with nested '$' key
  • [CXX-519] - Ensure null bytes are not allowed within cstrings (keys, db/coll name, regex)

Additionally, select portions of the following relevant SERVER tickets were backported to this release: