Skip to content

MongoDB Ruby Driver v1.0.2

Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 09 Jul 17:28
· 6151 commits to master since this release

This is a minor release for fixing an incompatibility with MongoDB v1.5.2

  • Fix for boolean response on commands for core server v1.5.2
  • BSON.read_bson_document and b2json executable (neomantra)
  • BSON::ObjectID() shortcut for BSON::ObjectID.from_string (tmm1)
  • Various bug fixes.