Skip to content

2.4.0.rc0

Compare
Choose a tag to compare
@estolfo estolfo released this 19 Sep 12:54
· 2531 commits to master since this release

This release candidate contains support for MongoDB Server version 3.4

It contains the following new features:

  • RUBY-1095 Support maxTimeMS option in parallelScan helper.
  • RUBY-1115 Support sending writeConcern for commands that write.
  • RUBY-1140 Add TLS SNI support (MRI only)
  • RUBY-1133 Allow new option, max_staleness, so users can set a limit on acceptable staleness of a secondary for a read.
  • RUBY-1126 Support collation option for operations.
  • RUBY-1136 Implement the MongoDB Handshake protocol.
  • Depend on bson gem 4.2.0.rc0 so that Decimal128 objects are supported.