Skip to content

2.4.0.rc1

Compare
Choose a tag to compare
@estolfo estolfo released this 01 Nov 11:40
· 2509 commits to master since this release

This second release candidate of version 2.4.0 has the following changes:

  • Ensure socket timeout is applied for reads (@wandenberg)
  • RUBY-1148 Check operations for collation String keys as well as Symbols.
  • Deprecate default socket timeout constant, as it was not effective anyway.
  • RUBY-1120 Ensure that socket read timeouts are effective.
  • RUBY-1142 Allow SSL certs to be specified as files, Strings, or file paths (@nessche)
  • RUBY-1146 Fix Command Monitoring query formatting for queries to mongos.
  • RUBY-1147 Fix batch size and limit for find commands.
  • Fix warnings when in verbose mode. (@375gnu)
  • RUBY-1163 Fix creating indexes on subdocument fields in server < 2.6
  • Depend on bson gem >= 4.2.0.rc1