Skip to content

2.4.1

Choose a tag to compare

@estolfo estolfo released this 20 Dec 13:58
· 2432 commits to master since this release

This patch level release has the following changes:

  • Require at least bson gem version 4.2.1 for important fix on BigEndian systems RUBY-1173
  • RUBY-1188 Improve SDAM test mocking to not require localhost:27017 to be unreachable
  • Ensure that collation option on a Collection::View is applied to methods called on the View. This is a necessary change for Mongoid to support collations.