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.9 #77

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps dalli from 2.6.2 to 2.7.9.

Changelog

Sourced from dalli's changelog.

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)

2.7.4

  • Restore Windows compatibility (dfens, #524)

2.7.3

... (truncated)
Commits
  • b50bb82 Merge pull request #703 from petergoldstein/version/2.7.9
  • b0f3c57 Bump version to 2.7.9 and add History entries
  • 8372f14 Merge pull request #702 from petergoldstein/feature/travis_ruby_update_2018_1...
  • 2586778 Update Rubies for Travis CI as of 2018-10-20
  • e893004 Merge pull request #701 from 0exp/feature/fetch--fallback-block-gets-a-key
  • 6462e5e Merge pull request #698 from GriwMF/master
  • d5686f6 Fetch method should provide a key to the fallback block attribute
  • 54c4684 adds rails 5.2 cache_version support
  • 54c9245 Merge pull request #694 from schneems/schneems/reduce-object-count
  • c02d12b Merge pull request #696 from schneems/schneems/reduce-allocations
  • 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 cancel merge will cancel a previously requested merge
  • @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.9.
- [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.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #79.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/dalli-2.7.9 branch March 18, 2019 05:13
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