Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2021

Bumps dalli from 2.7.11 to 3.1.4.

Changelog

Sourced from dalli's changelog.

3.1.4

  • Improve response parsing performance (casperisfine)
  • Reorganize binary protocol parsing a bit (petergoldstein)
  • Fix handling of non-ASCII keys in get_multi (petergoldstein)

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)

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)

3.0.4

  • Clean connections and retry after NetworkError in get_multi (andrejbl)
  • Internal refactoring and cleanup (petergoldstein)

... (truncated)

Commits
  • d673a0b Prepare for version 3.1.4 (#877)
  • 8755546 Fix encoding for keys in get_multi and add tests (#876)
  • c9340dd Clean up the binary implementation a bit (#874)
  • c2b4894 Further encapsulate response header (#873)
  • 1b89bd8 Minor response parsing improvements (#872)
  • 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.11 to 3.1.4.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/History.md)
- [Commits](petergoldstein/dalli@v2.7.11...v3.1.4)

---
updated-dependencies:
- dependency-name: dalli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2021

Superseded by #116.

@dependabot dependabot bot closed this Dec 20, 2021
@dependabot dependabot bot deleted the dependabot/bundler/dalli-3.1.4 branch December 20, 2021 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants