Skip to content

Releases: mongoid/origin

2.3.0

22 Dec 12:04
Compare
Choose a tag to compare

This minor release includes one change:

  • MONGOID-4326 Add a #collation method on a query object. It is necessary to support collations on queries for MongoDB server versions >= 3.4.

2.2.2

20 Oct 09:15
Compare
Choose a tag to compare

This release only has one change but was necessary because of a bug introduced into 2.2.1 by the fix to ticket MONGOID-4310

The bug reports can be found here:

2.2.1

19 Oct 12:58
Compare
Choose a tag to compare

This release has one bug fix:

  • MONGOID-4310 Chained $in clauses should be an intersection.

2.2.0

26 Jan 14:16
Compare
Choose a tag to compare

This is the first release of Origin since 2014. It will be the last release of the gem before it is merged into the Mongoid codebase.

This version has the following bug fixes and new features:

  • MONGOID-3639 Merge multi-selector $nin, $in, $nor criteria instead of replacing.
  • Change default driver being used to :mongo
  • Require explicitly setting the driver to :mongo1x if the 1x series of the Ruby driver is used.
  • MONGOID-3522 Support adding a comment to a query.
  • MONGOID-3895 Allow adding a cursor_type to a query.
  • MONGOID-3640 Add text search helper.
  • Test suite updates