Skip to content

Bump dalli from 5.0.3 to 5.0.4#396

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/bundler/dalli-5.0.4
May 19, 2026
Merged

Bump dalli from 5.0.3 to 5.0.4#396
github-actions[bot] merged 1 commit into
mainfrom
dependabot/bundler/dalli-5.0.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps dalli from 5.0.3 to 5.0.4.

Changelog

Sourced from dalli's changelog.

5.0.4

Bug fixes:

  • Fix string_fastpath flag collision with compression (#1099)

    • ValueSerializer::FLAG_UTF8 and ValueCompressor::FLAG_COMPRESSED were both 0x2, causing Dalli::UnmarshalError on any UTF-8 string written with string_fastpath: true when compression is enabled, and silent encoding corruption for binary strings
    • Introduces Dalli::Flags to centralise bit flag constants; UTF8 is reassigned to 0x4
    • Adds regression test covering short/long UTF-8, binary, and cross-client read scenarios
    • Thanks to Jean Boussier and Mikael Henriksson for the fix and regression test
  • Fix client-level string_fastpath: true being silently ignored (#1101)

    • Dalli::Client.new(servers, string_fastpath: true) had no effect; the fast path was only taken when string_fastpath: true was passed as a per-request option on each set call
    • Per-request option continues to take precedence over the client-level setting in both directions
Commits
  • 988f611 Merge pull request #1102 from petergoldstein/release/5.0.4
  • c0c5aa6 Prepare 5.0.4 release
  • 91e3756 Merge pull request #1101 from petergoldstein/fix/client-level-string-fastpath
  • 8ea68f4 Add CHANGELOG entry for client-level string_fastpath fix
  • 60c9dca Fix client-level string_fastpath: true being silently ignored
  • 5837ca2 Merge pull request #1099 from petergoldstein/fix/string-fastpath-flag-collision
  • a85c980 Add CHANGELOG entry for string_fastpath flag collision fix
  • 6ae5a54 Add regression test for string_fastpath/compression flag collision
  • 3ef5b7b Fix the string_fastpath option to not comflict with compression
  • See full diff 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 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 5.0.3 to 5.0.4.
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md)
- [Commits](petergoldstein/dalli@v5.0.3...v5.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 19, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 19, 2026 02:32
@github-actions github-actions Bot merged commit 245112e into main May 19, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/bundler/dalli-5.0.4 branch May 19, 2026 02:34
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants