IdentityCache v0.4.1 Release Notes

    • ๐Ÿ—„ Deprecated embedded associations on models that don't use IDC (#305)
    • โœ‚ Remove a respond_to? check that hides mistakes in includes hash (#307)
    • โฌ‡๏ธ Drop ruby 2.1 support (#301)
    • Avoid querying when no ids are passed to fetch_multi (#297)
    • ๐Ÿ›  Fix fetching already loaded belongs_to association (#294)
    • ๐Ÿ‘‰ Move should_use_cache? calls to the model-level (#291)
    • ๐Ÿ‘ฏ Clone instead of dup record when readonlyifying fetched records (#292)
    • Consistently store the array for cached has many associations (#288)