- Fix for support Mongoid 5.x, and only work on
Mongoid >= 5.0.0
, If you want use for Mongoid 4.x, please use 0.7.0.
- Add sequence cache config to allow you generate a range ids, and reduce MongoDB write.
- MongoDB Replicate Set support. by @junwchina
- Rails 4.1.0 support.
- Fix _id overwriting warnning with Mongoid 4.0+;
- Mongoid
create_indexes
andremove_indexes
Rake task bug fixed, this bug will appear in Mongoid 3.1.0+. - This version is depending Mongoid 3.1.0+.
- Fix id some time will get a float value in JRuby.
- Support for Mongoid 3.0.0 - 4.0.0+;
- Test work under Rails 4;
- Support for Mongoid 3.1.x
- Support for Mongoid 3.0.x
- Support for Mongoid 2.4.x
- Support for Mongoid 2.3.x
- Support for Mongoid 2.2.x