Bump dalli from 3.0.4 to 3.1.1
Bumps dalli from 3.0.4 to 3.1.1.
Changelog
Sourced from dalli's changelog.
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)
3.0.6
- Fix regression in SASL authentication response parsing (petergoldstein)
3.0.5
- Add Rubocop and fix most outstanding issues (petergoldstein)
- Extract a number of classes, to simplify the largest classes (petergoldstein)
- Ensure against socket corruption if an error occurs in a multi block (petergoldstein)
Commits
-
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) -
7d3fe13
Encapsulate response header to simply return values, prepare for opaque expos... -
76acdbd
Removes the server attribute from Dalli socket classes, and puts server handl... -
983cc1e
Rename multi_response_abort, add some comments, and prepare pipeline for extr... -
c1b94ca
Minor cleanup of the normalize_options method (#855) -
dff4238
Update SSL socket so that it can be used with pipelined gets (#854) - Additional commits viewable in compare view