Skip to content

MongoDB Ruby Driver v1.6.2

Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 09 Jul 16:05
· 5287 commits to master since this release
  • Implements socket timeouts via non-blocking IO instead of Timeout module
    which should greatly increase performance in highly threaded applications
  • Added ability to authentication via secondary if primary node unavailable
  • Replica set refresh interval now enforces a lower bound of 60 seconds
  • Added documentation for dropping indexes, collections, databases
  • Test output cleanup (...)s unless failure occurs