Skip to content

Comments

Bump dalli from 5.0.0 to 5.0.1#148

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/dalli-5.0.1
Closed

Bump dalli from 5.0.0 to 5.0.1#148
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/dalli-5.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps dalli from 5.0.0 to 5.0.1.

Changelog

Sourced from dalli's changelog.

5.0.1

Performance:

  • Reduce object allocations in pipelined get response processing (#1072, #1078)
    • Offset-based ResponseBuffer: track a read offset instead of slicing a new string after every parsed response; compact only when the consumed portion exceeds 4KB and more than half the buffer
    • Inline response processor parsing: avoid intermediate array allocations from split-based header parsing
    • Block-based pipeline_next_responses: yield (key, value, cas) directly when a block is given, avoiding per-call Hash allocation
    • PipelinedGetter: replace Hash-based socket-to-server mapping with linear scan (faster for typical 1-5 server counts); use Process.clock_gettime(CLOCK_MONOTONIC) instead of Time.now
  • Add cross-version benchmark script (bin/compare_versions) for reproducible performance comparisons across Dalli versions

Bug Fixes:

  • Rescue IOError in connection manager write/flush methods (#1075)
    • Prevents unhandled exceptions when a connection is closed mid-operation
    • Thanks to Graham Cooper (Shopify) for this fix

Development:

  • Add rubocop-thread_safety for detecting thread-safety issues (#1076)
  • Add CONTRIBUTING.md with AI contribution policy (#1074)
Commits
  • 2caf5fd Merge pull request #1079 from petergoldstein/release/v5.0.1
  • 9fe1451 Prep release 5.0.1
  • 4011102 Merge pull request #1078 from petergoldstein/perf/forward-port-pipeline-optim...
  • e9cace6 Forward-port pipeline allocation optimizations from v4.3 (PR #1072)
  • cdeca51 Merge pull request #1076 from grcooper/feature/rubocop-thread-safety
  • 597ca53 Merge pull request #1075 from grcooper/fix/rescue-ioerror-closed-stream
  • 82b0b4c Add rubocop-thread_safety for detecting thread-safety issues
  • a9a0164 Rescue IOError in connection manager write/flush methods
  • f43a70c Merge pull request #1074 from petergoldstein/docs/add-contributing-guide
  • 32957c9 Add CONTRIBUTING.md with AI contribution policy
  • 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.0 to 5.0.1.
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md)
- [Commits](petergoldstein/dalli@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: dalli
  dependency-version: 5.0.1
  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 Feb 23, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Looks like dalli is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 23, 2026
@dependabot dependabot bot deleted the dependabot/bundler/dalli-5.0.1 branch February 23, 2026 22:17
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