Releases: mongoid/origin
Releases · mongoid/origin
2.3.0
2.2.2
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:
- MONGOID-4357, MONGOID-4358 Fix merging criteria selectors when objects do not respond to the #| method.
2.2.1
This release has one bug fix:
- MONGOID-4310 Chained $in clauses should be an intersection.
2.2.0
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