headlines icon indicating copy to clipboard operation
headlines copied to clipboard

Bump dalli from 2.7.4 to 2.7.11

Open dependabot-preview[bot] opened this issue 4 years ago • 0 comments

Bumps dalli from 2.7.4 to 2.7.11.

Changelog

Sourced from dalli's changelog.

2.7.11

  • DEPRECATION: :dalli_store will be removed in Dalli 3.0. Use Rails' official :mem_cache_store instead. https://guides.rubyonrails.org/caching_with_rails.html
  • Add new digest_class option to Dalli::Client #724
  • Don't treat NameError as a network error #728
  • Handle nested comma separated server strings (sambostock)

2.7.10

  • Revert frozen string change (schneems)
  • Advertise supports_cached_versioning? in DalliStore (schneems)
  • Better detection of fork support, to allow specs to run under Truffle Ruby (deepj)
  • Update logging for over max size to log as error (aeroastro)

2.7.9

  • Fix behavior for Rails 5.2+ cache_versioning (GriwMF)
  • Ensure fetch provides the key to the fallback block as an argument (0exp)
  • Assorted performance improvements (schneems)

2.7.8

  • Rails 5.2 compatibility (pbougie)
  • Fix Session Cache compatibility (pixeltrix)

2.7.7

  • Support large cache keys on fetch multi (sobrinho)
  • Not found checks no longer trigger the result's equality method (dannyfallon)
  • Use SVG build badges (olleolleolle)
  • Travis updates (junaruga, tiarly, petergoldstein)
  • Update default down_retry_delay (jaredhales)
  • Close kgio socket after IO.select timeouts
  • Documentation updates (tipair)
  • Instrument DalliStore errors with instrument_errors configuration option. (btatnall)

2.7.6

  • Rails 5.0.0.beta2 compatibility (yui-knk, petergoldstein)
  • Add cas!, a variant of the #cas method that yields to the block whether or not the key already exist (mwpastore)
  • Performance improvements (nateberkopec)
  • Add Ruby 2.3.0 to support matrix (tricknotes)

2.7.5

  • Support rcvbuff and sndbuff byte configuration. (btatnall)
  • Add :cache_nils option to support nil values in DalliStore#fetch and Dalli::Client#fetch (wjordan, #559)
Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Sep 28 '20 13:09 dependabot-preview[bot]