Skip to content

MongoDB Ruby Driver v1.8.2

Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 09 Jul 16:02
· 4887 commits to master since this release
  • Fix for thread affinity not using the max socket pool size (RUBY-532)
  • Fix for meta operator failure on older versions of MongoDB (RUBY-525)
  • Support sending $readPreference to mongos
  • Fix thread leaks in MongoReplicaSetClient (Chris Heald)
  • Java extension cleanup
  • Improved index creation interface (Steve Francia)
  • Support read preference for various commands (Nelson Elhage)
  • Added UNIX socket support (thanks to @vpereira for initial contribution)