Skip to content

MongoDB Ruby Driver v1.8.5

Compare
Choose a tag to compare
@TylerBrock TylerBrock released this 09 Jul 15:30
· 4751 commits to master since this release
  • OrderedHash#Clone is always shallow (RUBY-535)
  • Removed test files from gemspec temporarily as they cannot be run (RUBY-570)
  • Fix for running commands against mongos <2.2 (RUBY-574)
  • Fix for max bson size / max message size (RUBY-568)
  • Fix internal handling of seeds for sharded clusters (RUBY-573)
  • Fix for replica set authentication not working (RUBY-572)
  • Improved authentication test suite and removed outdated tests.