Mongoid v2.1.8 Release Notes

  • Resolved Issues

    • ๐Ÿ›  #1148 Fixed respond_to? on all relations to return properly.

    • #1146 Added back the Mongoid destructive fields check when defining fields.

    • ๐Ÿ›  #1141 Fixed conversions of nil values in criteria.

    • #1131 Verified Mongoid/Kaminari paginating correctly.

    • โšก๏ธ #1105 Fixed atomic update consumer to be scoped to class.

    • 0๏ธโƒฃ #1075 self in default lambdas and procs now references the document instance.

    • #740 Removed embedded_object_id configuration parameter.

    • ๐Ÿ“‡ #661 Fixed metadata caching on embedded documents.

    • ๐Ÿ›  #595 Fixed relation reload flagging.

    • #410 Moving documents from one relation to another now works as expected.