Bump dalli from 3.0.6 to 3.1.3
Bumps dalli from 3.0.6 to 3.1.3.
Changelog
Sourced from dalli's changelog.
3.1.3
- Restore falsey behavior on delete/delete_cas for nonexistent key (petergoldstein)
3.1.2
- Make quiet? / multi? public on Dalli::Protocol::Binary (petergoldstein)
3.1.1
- 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)
3.1.0
- 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)
Commits
-
dbc19ea
Prepare for v3.1.3 (#871) -
dbf2e59
Return a falsey value rather than raise an error on nonexist key for deletes ... -
e1c88a7
Extract the base protocol so that we can reuse for meta (#868) -
07228f2
Prepare for 3.1.2 (#867) -
243e236
Make quiet? and multi? public on the Dalli::Protocol::Binary class (#866) -
b5ab6cd
Prepare for 3.1.1 (#864) -
6495138
Start extracting connection logic from Dalli::Protocol::Binary (#863) -
6e25178
Issue #861 - Update flush command to honor its optional delay argument (#862) -
0c65041
Prepare for version 3.1.0 (#860) -
f698aee
Encapsulate the response buffer. (#859) - Additional commits viewable in compare view