Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Bump dalli from 2.7.11 to 3.0.0 #1028

Merged
merged 1 commit into from Oct 13, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2021

Bumps dalli from 2.7.11 to 3.0.0.

Changelog

Sourced from dalli's changelog.

3.0.0

  • BREAKING CHANGES:

  • Removes :dalli_store. Use Rails' official :mem_cache_store instead. https://guides.rubyonrails.org/caching_with_rails.html

  • Attempting to store a larger value than allowed by memcached used to print a warning and truncate the value. This now raises an error to prevent silent data corruption.

  • Compression now defaults to true for large values (greater than 4KB). This is intended to minimize errors due to the previous note.

  • Errors marshalling values now raise rather than just printing an error.

  • The Rack session adapter has been refactored to remove support for thread-unsafe configurations. You will need to include the connection_pool gem in your Gemfile to ensure session operations are thread-safe.

  • Raise NetworkError when multi response gets into corrupt state (mervync, #783)

  • Validate servers argument (semaperepelitsa, petergoldstein, #776)

  • Enable SSL support (bdunne, #775)

  • Add gat operation (tbeauvais, #769)

  • Removes inline native code, use Ruby 2.3+ support for bsearch instead. (mperham)

  • Switch repo to Github Actions and upgrade Ruby versions (petergoldstein, bdunne, Fryguy)

  • Update benchmark test for Rubyprof changes (nateberkopec)

  • Remove support for the kgio gem, it is not relevant in Ruby 2.3+. (mperham)

  • Remove inline native code, use Ruby 2.3+ support for bsearch instead. (mperham)

Commits
  • e77f863 Merge pull request #789 from petergoldstein/version/3_0_0
  • b4e4f1a Prepare for 3.0.0 release
  • 1017445 Merge pull request #787 from petergoldstein/version/3_0_1
  • 55edf3b Prepare for 3.0.1 release
  • ba8914a Merge pull request #760 from Shopify/protocol-option
  • 3129308 Merge pull request #786 from petergoldstein/feature/make_missing_server_arg_c...
  • 0a0ad82 Rename Dalli::Server into Dalli::Protocol::Binary
  • 5889d20 Allow to pass an alternative implementation of Dalli::Server
  • 7d8c8ad Do validation on an explicit servers argument, to ensure it's an Array or a S...
  • 3a385b2 Merge pull request #785 from Fryguy/fix_badge
  • 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)

Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.11 to 3.0.0.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/master/History.md)
- [Commits](petergoldstein/dalli@v2.7.11...v3.0.0)

---
updated-dependencies:
- dependency-name: dalli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@sue445 sue445 merged commit a6db1b6 into master Oct 13, 2021
@sue445 sue445 deleted the dependabot/bundler/dalli-3.0.0 branch October 13, 2021 23:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant