Garner v0.4.3 Release Notes

Release Date: 2013-07-05 // almost 11 years ago
    • Stored ruby_context from which a Garner::Cache::Identity was initialized as an attr_accessor on the object - @fancyremarker.
    • 🛠 Fixed cache_enabled? logic and added a nocache declaration to Garner::Cache::Identity - @fancyremarker.
    • 🛠 Fixed #44, in which the BindingIndex was mistakenly storing values to cache for bindings with a nil canonical binding - @fancyremarker.
    • Added Garner.config.invalidate_mongoid_root option, to always invalidate the root document when an embedded document is invalidated - @fancyremarker.