IdentityCache v0.3.0 Release Notes

    • Add support for includes option on cache_index and fetch_by_id
    • ๐Ÿ‘‰ Use ActiveRecord instantiate
    • Add association pre-fetching support for fetch_by_id
    • โœ‚ Remove support for 3.2
    • ๐Ÿ›  Fix N+1 from fetching embedded ids on a cache miss
    • Raise when trying to cache a through association. Previously it wouldn't be invalidated properly.
    • Raise if a class method is called on a scope. Previously the scope was ignored.
    • Raise if a class method is called on a subclass of one that included IdentityCache. This never worked properly.
    • Fix cache_belongs_to on polymorphic assocations.
    • Fetching a cache_belongs_to association no longer loads the belongs_to association