Dalli v2.7.5 Release Notes

Release Date: 2015-12-16 // over 8 years ago
    • ๐Ÿ‘Œ Support rcvbuff and sndbuff byte configuration. (btatnall)
    • โž• Add :cache_nils option to support nil values in DalliStore#fetch and Dalli::Client#fetch (wjordan, #559)
    • ๐ŸŒฒ Log retryable server errors with 'warn' instead of 'info' (phrinx)
    • Fix timeout issue with Dalli::Client#get_multi_yielder (dspeterson)
    • Escape namespaces with special regexp characters (Steven Peckins)
    • ๐Ÿ‘ Ensure LocalCache supports the :raw option and Entry unwrapping (sj26)
    • Ensure bad ttl values don't cause Dalli::RingError (eagletmt, petergoldstein)
    • Always pass namespaced key to instrumentation API (kaorimatz)
    • ๐Ÿ—„ Replace use of deprecated TimeoutError with Timeout::Error (eagletmt)
    • Clean up gemspec, and use Bundler for loading (grosser)
    • โœ… Dry up local cache testing (grosser)