Skip to content

Bump dalli from 2.7.4 to 2.7.10#54

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/dalli-2.7.10
Closed

Bump dalli from 2.7.4 to 2.7.10#54
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/dalli-2.7.10

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Nov 30, 2019

Bumps dalli from 2.7.4 to 2.7.10.

Changelog

Sourced from dalli's changelog.

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)
  • Log retryable server errors with 'warn' instead of 'info' (phrinx)
  • Fix timeout issue with Dalli::Client#get_multi_yielder (dspeterson)
  • Escape namespaces with special regexp characters (Steven Peckins)
  • Ensure LocalCache supports the :raw option and Entry unwrapping (sj26)
  • Ensure bad ttl values don't cause Dalli::RingError (eagletmt, petergoldstein)
  • Always pass namespaced key to instrumentation API (kaorimatz)
  • Replace use of deprecated TimeoutError with Timeout::Error (eagletmt)
  • Clean up gemspec, and use Bundler for loading (grosser)
  • Dry up local cache testing (grosser)
... (truncated)
Commits
  • 884e1ff Merge pull request #720 from petergoldstein/release/2_7_10
  • c21c217 Prepare for 2.7.10 release
  • 32f5b8d Merge pull request #719 from petergoldstein/feature/log_over_max_size_as_error
  • 0081fb0 Log over max size as an error, rather than a warning
  • 3fb3f82 Merge pull request #718 from petergoldstein/feature/better_detection_of_fork_...
  • d37f408 Better detection of fork support
  • 6615d86 Merge pull request #717 from petergoldstein/bugfix/get_travis_build_working_a...
  • 3b5b9b9 Update patch versions
  • 6be38ab More restrictions
  • 99592a8 Restrict versions to get build working again
  • 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)
  • @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 dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Nov 30, 2019
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/bundler/dalli-2.7.10 branch from 7fdc495 to df646e4 Compare November 30, 2019 03:29
Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.4 to 2.7.10.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/master/History.md)
- [Commits](petergoldstein/dalli@v2.7.4...v2.7.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/bundler/dalli-2.7.10 branch from df646e4 to 727ae8a Compare March 14, 2020 01:51
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #89.

@dependabot-preview dependabot-preview Bot deleted the dependabot/bundler/dalli-2.7.10 branch September 28, 2020 13:32
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