All Versions
74
Latest Version
Avg Release Cycle
198 days
Latest Release
-

Changelog History
Page 1

  • v3.2.2 Changes

    • Ensure apps are resilient against old session ids (kbrock)
  • v3.2.1 Changes

    • ๐Ÿ›  Fix null replacement bug on some SASL-authenticated services (veritas1)
  • v3.2.0 Changes

    • ๐Ÿ’ฅ BREAKING CHANGE: Remove protocol_implementation client option (petergoldstein)
    • โž• Add protocol option with meta implementation (petergoldstein)
  • v3.1.6 Changes

    • ๐Ÿ›  Fix bug with cas/cas! with "Not found" value (petergoldstein)
    • โž• Add Ruby 3.1 to CI (petergoldstein)
    • Replace reject(&:nil?) with compact (petergoldstein)
  • v3.1.5 Changes

    • ๐Ÿ›  Fix bug with get_cas key with "Not found" value (petergoldstein)
    • ๐Ÿšฉ Replace should return nil, not raise error, on miss (petergoldstein)
  • v3.1.4 Changes

    • ๐Ÿ‘Œ Improve response parsing performance (casperisfine)
    • ๐Ÿ“œ Reorganize binary protocol parsing a bit (petergoldstein)
    • ๐Ÿ›  Fix handling of non-ASCII keys in get_multi (petergoldstein)
  • v3.1.3 Changes

    • โช Restore falsey behavior on delete/delete_cas for nonexistent key (petergoldstein)
  • v3.1.2 Changes

    • ๐Ÿ‘‰ Make quiet? / multi? public on Dalli::Protocol::Binary (petergoldstein)
  • v3.1.1 Changes

    • โž• Add quiet support for incr, decr, append, depend, and flush (petergoldstein)
    • โž• Additional refactoring to allow reuse of connection behavior (petergoldstein)
    • ๐Ÿ›  Fix issue in flush such that it wasn't passing the delay argument to memcached (petergoldstein)
  • v3.1.0 Changes

    • ๐Ÿ’ฅ 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)