Skip to content

MongoDB Ruby Driver v1.0.1

Choose a tag to compare

@TylerBrock TylerBrock released this 09 Jul 17:28
· 6178 commits to master since this release
  • set Encoding.default_internal
  • DEPRECATE JavaScript string on Collection#find. You now must specify $where explicitly.
  • Added Grid#exist? and GridFileSystem#exist?
  • Support for replication acknowledgment
  • Support for $slice
  • Namespaced OrderedHash under BSON (sleverbor)