All Versions
23
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.0.4 Changes
- ๐ Fix: only marshal attributes, embedded associations and normalized association IDs
- โ Add cache version number to cache keys
- โ Add test case to ensure version number is updated when the marshalled format changes
-
v0.0.3 Changes
- ๐ Fix: memoization for multi hits actually work
- ๐ Fix: quotes
SELECT
projection elements on cache misses - โ Add CPU performance benchmark
- ๐ Fix: table names are not hardcoded anymore
- Logger now differentiates memoized vs non memoized hits
-
v0.0.2 Changes
- ๐ Fix: Existent embedded entries will no longer raise when
ActiveModel::MissingAttributeError
when accessing a newly created attribute. - ๐ Fix: Do not marshal raw ActiveRecord associations
- ๐ Fix: Existent embedded entries will no longer raise when