Skip to content

2.2.3

Compare
Choose a tag to compare
@estolfo estolfo released this 18 Feb 10:35
· 2826 commits to master since this release

This patch level release has the following bug fixes and changes:

  • RUBY-1086 Ensure that error is raised when reply from server has the cursor not found flag.
  • RUBY-1087 Always try to add hosts reported by the primary description.
  • RUBY-1089 Fix counts in BulkWrite::Result
  • RUBY-1085 Ensure that all upserted and inserted ids are included in BulkWrite::Result
  • Driver Benchmarking tests are added to repository. Note that data files are not included in the driver repository.
  • Allow :scram to be set as authentication mechanism in the URI. (@mattberther)
  • New SDAM yaml test added - tests scenario in RUBY-1087.