Skip to content

MongoDB Ruby Driver v1.12.0.rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@estolfo estolfo released this 03 Dec 09:21
· 4748 commits to master since this release

This release candidate has the following bug fixes:

  • Allow symbol keys in aggregation pipeline (RUBY-804)
  • Fix using aggregation cursor option when connected to a replica set (RUBY-813)
  • Don't raise an exception from #active? on a connection (RUBY-813)
  • Fix unix sockets (RUBY-836)

and the following features and changes:

  • Provide a descriptive error when an invalid auth mechanism is specified (RUBY-735)
  • Support Unix domain socket path in URI (RUBY-744)
  • Support for SCRAM-SHA-1 auth mechanism (RUBY-791)
  • Adjustments to server selection according to read preference (RUBY-801)
  • Respect read preferences when running 'text' command (RUBY-803)
  • Use new listCollections command when getting list of collection names (RUBY-805)
  • Use new listIndexes command when getting index information (RUBY-806)
  • Allow auth mechanism properties in URI (RUBY-812)
  • Support readPreferenceTags in URI (RUBY-832)
  • Support SCRAM-SHA-1 authentication with copy_db command (RUBY-835)
  • Get rid of compile warnings in cbson (RUBY-760) (@sb8244)