Skip to content

MongoDB Ruby Driver v1.8.3.rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 09 Jul 17:36
· 4821 commits to master since this release
  • Added cryptographic signature to all gems, install with -P option (RUBY-538)
  • Support for object_id.to_s in the BSON C extension (@jeem)
  • Corrected logic for how the connection pool refreshes and cleans-up sockets (RUBY-543)
  • Fixed read preferences for MongoShardedClient (RUBY-542)
  • Fixed URI connection string parsing for MongoShardedClient (RUBY-541)
  • Fixed potential thread dead-locking in Pool#checkin (RUBY-556)
  • Fixed thread-safety issues in the BSON extension for JRuby (RUBY-554)