Skip to content

Bump dalli from 2.7.11 to 3.0.4#109

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/dalli-3.0.4
Closed

Bump dalli from 2.7.11 to 3.0.4#109
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/dalli-3.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 27, 2021

Copy link
Copy Markdown
Contributor

Bumps dalli from 2.7.11 to 3.0.4.

Changelog

Sourced from dalli's changelog.

3.0.4

  • Clean connections and retry after NetworkError in get_multi (andrejbl)
  • Internal refactoring and cleanup (petergoldstein)

3.0.3

  • Restore ability for compress to be disabled on a per request basis (petergoldstein)
  • Fix broken image in README (deining)
  • Use bundler-cache in CI (olleolleolle)
  • Remove the OpenSSL extensions dependency (petergoldstein)
  • Add Memcached 1.5.x to the CI matrix
  • Updated compression documentation (petergoldstein)

3.0.2

  • Restore Windows compatibility (petergoldstein)
  • Add JRuby to CI and make requisite changes (petergoldstein)
  • Clarify documentation for supported rubies (petergoldstein)

3.0.1

  • Fix syntax error that prevented inclusion of Dalli::Server (ryanfb)
  • Restore with method required by ActiveSupport::Cache::MemCacheStore

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)

... (truncated)

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)

Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.11 to 3.0.4.
- [Release notes](https://github.com/petergoldstein/dalli/releases)
- [Changelog](https://github.com/petergoldstein/dalli/blob/master/History.md)
- [Commits](https://github.com/petergoldstein/dalli/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 27, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 30, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #111.

@dependabot dependabot Bot closed this Nov 30, 2021
@dependabot dependabot Bot deleted the dependabot/bundler/dalli-3.0.4 branch November 30, 2021 18:10
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