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

Changelog History
Page 3

  • v2.2.2 Changes

    • ➕ Add where(id: n).first, where(id: n).last hit cache support. This improve will avoid some gems query database, for example: devise current_user method.
  • v2.2.1 Changes

    • ActiveRecord 5 ready! Do not support ActiveRecord 4 and lower versions now (use second_level_cache 2.1.x).
    • 💎 Requirement Ruby 2.3+.
  • v2.0.0 Changes

    • ActiveRecord 4 ready!
    • 👍 read multi support for preloading. Article.includes(:user).limit(5).to_a will fetch all articles' users from cache preferentially.
    • ✂ remove dependency warning
    • remove support for find_by_xx which will be removed in Rails 4.1
  • v1.6.2 Changes

    • [can disable/enable fetch_by_uinq_key method]
    • [Fix Bug: serialized attribute columns marshal issue #11]
  • v1.6.1 Changes

    • [Fix bug: undefined method `select_all_column?' for []:ActiveRecord::Relation] by sishen
  • v1.6.0 Changes

    • [write through cache]
    • [disable SecondLevelCache for spicial model]
    • [only cache SELECT * query]
  • v1.5.1 Changes

    • [use new marshal machanism to avoid clear assocation cache manually]
  • v1.5.0 Changes

    • [add cache version to quick clear cache for special model]
  • v1.4.1 Changes

    • [fix errors when belongs_to association return nil]
  • v1.4.0 Changes

    • [cache has one assciation]