All Versions
74
Latest Version
Avg Release Cycle
198 days
Latest Release
-
Changelog History
Page 1
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)