Draft: Bump dalli from 3.0.4 to 3.1.0
Bumps dalli from 3.0.4 to 3.1.0.
Changelog
Sourced from dalli's changelog.
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
-
0c65041Prepare for version 3.1.0 (#860) -
f698aeeEncapsulate the response buffer. (#859) -
7d3fe13Encapsulate response header to simply return values, prepare for opaque expos... -
76acdbdRemoves the server attribute from Dalli socket classes, and puts server handl... -
983cc1eRename multi_response_abort, add some comments, and prepare pipeline for extr... -
c1b94caMinor cleanup of the normalize_options method (#855) -
dff4238Update SSL socket so that it can be used with pipelined gets (#854) -
97c485aExtract the PipelinedGetter from the Dalli::Client (#852) -
4ead29dAnother approach to getting SASL working in CI, now that we've verified funct... -
66f5daeRaise an error if an unsupported operation is used in a multi block (#847) - Additional commits viewable in compare view
Edited by David Chandek-Stark