Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps dalli from 3.2.8 to 4.0.1.

Changelog

Sourced from dalli's changelog.

4.0.1

  • Add :raw client option to skip serialization entirely, returning raw byte strings
  • Handle OpenSSL::SSL::SSLError in connection manager

4.0.0

BREAKING CHANGES:

  • Require Ruby 3.1+ (dropped support for Ruby 2.6, 2.7, and 3.0)
  • Removed Dalli::Server deprecated alias - use Dalli::Protocol::Binary instead
  • Removed :compression option - use :compress instead
  • Removed close_on_fork method - use reconnect_on_fork instead

Other changes:

  • Add security warning when using default Marshal serializer (silence with silence_marshal_warning: true)
  • Add defense-in-depth input validation for stats command arguments
  • Add string_fastpath option to skip serialization for simple strings (byroot)
  • Meta protocol set performance improvement (danmayer)
  • Fix connection_pool 3.0 compatibility for Rack session store
  • Fix session recovery after deletion (stengineering0)
  • Fix cannot read response data included terminator \r\n when use meta protocol (matsubara0507)
  • Support SERVER_ERROR response from Memcached as per the memcached spec (grcooper)
  • Update Socket timeout handling to use Socket#timeout= when available (nickamorim)
  • Serializer: reraise all .load errors as UnmarshalError (olleolleolle)
  • Reconnect gracefully when a fork is detected instead of crashing (PatrickTulskie)
  • Update CI to test against memcached 1.6.40
Commits
  • 39b5d07 Dalli 4.0.1 release
  • 857b4b2 Improve StringMarshaller and :raw option documentation
  • 4e6a9ab Add :raw client option
  • 3aae91b Handle OpenSSL::SSL::SSLError in connection manager
  • 00e0c9f Add dependabot for bundler, even though our compatibility requirements may be...
  • 3870d48 Tweak Gemfile to allow us to run on Ruby 3.1
  • 952f441 Update minitest and rack
  • 3fbffd9 Assorted updates
  • 9c65c4e Increase benchmark CI job timeout to 30 minutes
  • 80b0e32 Fix Rubocop cop name for newer versions
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 3.2.8 to 4.0.1.
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md)
- [Commits](petergoldstein/dalli@v3.2.8...v4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2026

Labels

The following labels could not be found: dependencies, ruby. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant