Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dalli from 2.6.2 to 2.7.10 #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps dalli from 2.6.2 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.6.2 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.6.2...v2.7.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant