Skip to content

2.3.0

Compare
Choose a tag to compare
@estolfo estolfo released this 16 Aug 15:43
· 2642 commits to master since this release
  • RUBY-1122 Change server type to unknown when authentication fails.
  • RUBY-1092 Add option to check keys in inserted documents.
  • RUBY-1104 Automatically kill cursors when they aren't exhausted.
  • RUBY-1105 Unacknowledged writes should use legacy opts, not write commands.
  • RUBY-1111 Support custom GridFS file ids
  • RUBY-1130 Deprecate previous GridFS API.
  • RUBY-1132 Ensure that read preference is applied to #count and #distinct.
  • RUBY-1083 Support 'expire_after_seconds' in addition to 'expire_after' in Index#View
  • RUBY-1135 Only allow local_threshold to be configurable at the Mongo::Client level.
  • Incorporate Ruby docs in repository
  • General Improvements to classes and tests.
  • Depend on bson >= 4.1 so that BSON::Config::validating_keys? is an option.