Skip to content

MongoDB Ruby Driver v1.10.0.rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@estolfo estolfo released this 18 Feb 22:13
· 438 commits to 1.x-stable since this release
  • SASL PLAIN Authentication Support (LDAP) (RUBY-614)
  • MONGODB-X509 Authentication Support (RUBY-648)
  • Option for aggregation to return a cursor (RUBY-660)
  • Support for server automatically to abort queries/commands after user-specified time limit (RUBY-661)
  • Manipulate user objects through commands (RUBY-667)
  • $out aggregation pipeline operator support (RUBY-669)
  • New write operation methods for update, insert, remove (RUBY-676)
  • Bulk write operation support (RUBY-676)
  • allowDiskUsage option available with aggregation (RUBY-682)
  • explain option support in aggregation (RUBY-690)
  • Log a warning when user-specified read preference is ignored (RUBY-695)
  • Fix for authentication not being handled properly for unix sockets (RUBY-701)
  • Deprecation of 'save_auth' option with authentication (RUBY-708)
  • Support parallelCollectionScan command (RUBY-716)
  • Support for nolock option with DB#eval (RUBY-697)
  • Option to not compile BSON regex types (RUBY-698)
  • IPv6 support (RUBY-700)
  • createIndexes command support (RUBY-713)