All Versions
35
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.4.2 Changes
- ๐ Fix for work with Paranoia gem. (#77)
-
v2.4.1 Changes
- ๐ Fix relation finder. (#75)
-
v2.4.0 Changes
- ๐ Fix for support Rails 5.2;
- Now second_level_cache 2.4.x has required Rails > 5.2;
- Enable
frozen_string_literal = true
;
-
v2.3.1 Changes
- ๐ Fix some cases will raise "uninitialized constant SecondLevelCache::Mixin" error. (#66)
-
v2.3.0 Changes
- ๐ Use Model schema digest as cache_version, so you don't need set
:version
option now. (#60) - ๐ Fix
store
serialize option (#62) - Remove
acts_as_cached
method now! Please usesecond_level_cache
. (#59)
- ๐ Use Model schema digest as cache_version, so you don't need set
-
v2.2.7 Changes
- Use
second_level_cache
instead ofacts_as_cached
method to setup in model. (#56)
- Use
-
v2.2.6 Changes
- ๐ Fix warning in Ruby 2.4.0. (#54)
-
v2.2.5 Changes
- Flush cache when belongs_to keys are changed; (#51)
- Fix #52 in ActiveRecord 5.0.1,
records_for
API has changed, it's want anActiveRecord::Relation
instance to include aload
method, but second_level_cached returned an Array. (#53) - Fix Rails 5.0.1
@second_level_cache_enabled
not define warning.
-
v2.2.4 Changes
- ๐ Fix update conflict in same thread or request context for Cache object. (#49)
-
v2.2.3 Changes
- ๐ Fix issue with Rails enums. (#43)
- โก๏ธ Fix to update cache on
update_columns
,update_attribute
. (#43)