Skip to content

MongoDB Ruby Driver v1.1.5

Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 09 Jul 17:22
· 5875 commits to master since this release
  • ReplSetConnection class. This must be used for replica set connections from
    now on. You can still use Connection.multi, but that method has been deprecated.
  • Automated replica set tests. rake test:rs
  • Check that request and response ids match.
  • Several bug fixes. See the commit history for details.