All Versions
35
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.6.4 Changes

    • ๐Ÿ›  Fix undefined method klass error for has_one through. (#123)
  • v2.6.3 Changes

    • ๐Ÿ›  Fix paranoia load error.
  • v2.6.2 Changes

    • ๐Ÿ›  Fix activerecord association cache. (#109)
    • Fix fetch_by_uniq_key cache key with prefix. (#120)
  • v2.6.1 Changes

    • ๐Ÿ‘Œ Improve proload debug log output, and deprecated logger method. (#106)
  • v2.6.0 Changes

    • โž• Add has_one through cache support. (#98)
    • ๐Ÿ›  Fix string query, eager_load, includes/preload for fetch from db. ( #103, #102, #101)
    • ๐Ÿ›  Fix preloader if exists default scope. (#104)
    • ๐Ÿ”„ Change cache hit log as DEBUG level. (#105)
  • v2.5.3 Changes

    • Fix fetch_by_uniq_keys method that cache incorrect when A record modified uniq key and B reocrd used old uniq key of A record (#96)
  • v2.5.2 Changes

    • ๐Ÿ›  Fix methods argument as keyword warning in Ruby 2.7. (#94)
  • v2.5.1 Changes

    • ๐Ÿ›  Fix cache expire issue for SoftDelete cases.
  • v2.5.0 Changes

    • ๐Ÿš… Rails 6 support.
    • ๐Ÿ›  Fix cache expire for soft delete.
  • v2.4.3 Changes

    • ๐Ÿ›  Fix caching for STI model. (#78)