Garner v0.2.1 Release Notes

    • Faster invalidation on Mongoid model creation, only invalidate class - @dblock.
    • ⚡️ Invalidate cache after a Mongoid model has been updated or destroyed, not before - @dblock.

    0.2

    • The Keys::Caller strategy now allows specifying the caller explicitly by passing a :caller as part of the context - @fancyremarker.
    • 🛠 Fix: invalidate no longer writes a new index key for each object binding; instead it only deletes existing index keys - @fancyremarker.
    • 🛠 Fix: Invoking Garner helper methods from within an IRB session no longer crashes inside the Keys::Caller strategy - @fancyremarker.