Dalli v3.1.0 Release Notes

    • ๐Ÿ’ฅ BREAKING CHANGE: Update Rack::Session::Dalli to inherit from Abstract::PersistedSecure. This will invalidate existing sessions (petergoldstein)
    • ๐Ÿ’ฅ BREAKING CHANGE: Use of unsupported operations in a multi block now raise an error. (petergoldstein)
    • Extract PipelinedGetter from Dalli::Client (petergoldstein)
    • ๐Ÿ›  Fix SSL socket so that it works with pipelined gets (petergoldstein)
    • โž• Additional refactoring to split classes (petergoldstein)