Releases: bdurand/support_table_cache
Releases · bdurand/support_table_cache
v1.1.5
Fixed
- Replaced thread local variables with fiber local variables to prevent the possibility of behavior from leaking across fibers when disabling the cache in a block.
- Allow setting the cache to an in-memory cache by setting
support_table_cachetotrue.
Full Changelog: v1.1.4...v1.1.5
v1.1.4
Fixed
- Fixed issue where using
find_byon ahas_manyrelation would not take the scope of the relation into account when looking up the cached record. Now chaining afind_byonto ahas_manyrelation will correctly bypass the cache and directly query the database.
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Fixed
- Avoid calling methods that require a database connection when setting up belongs to caching.
Full Changelog: v1.1.2...v1.1.3