github / opensourcefriday

🚲 Contribute to the open source community every Friday
https://opensourcefriday.com
MIT License
1.18k stars 161 forks source link

build(deps): bump dalli from 3.1.0 to 3.1.4 #1135

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps dalli from 3.1.0 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)
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

You can trigger a rebase of this PR 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)
dependabot[bot] commented 2 years ago

Superseded by #1137.