Mongoid v3.0.11 Release Notes

  • Resolved Issues

    • 🛠 #2522 Fixed Criteria#with to return the criteria and not the class.

    • #2518 Fix unit of work call for the identity map when using Passenger.

    • #2512 Ensure nested attributes destroy works with the delayed destroys introduced in 3.0.10 when multiple levels deep.

    • #2509 Don't hit identity map an extra time when the returned value is an empty hash. (Douwe Maan)