Skip to content

Bump dalli from 5.0.2 to 5.0.3#390

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps dalli from 5.0.2 to 5.0.3.

Changelog

Sourced from dalli's changelog.

5.0.3

Performance:

  • Eliminate double array allocation in Client#perform (#1093)
    • Changed method signature from perform(*all_args) with destructuring to perform(op, key, *args), letting Ruby decompose arguments directly without intermediate array allocations
    • Reduces benchmark time by ~39% across all Dalli operations (get, set, delete, etc.)
    • Thanks to Sam Obeid for this contribution

Features:

  • Support connect_timeout: keyword argument with resolv-replace >= 0.2.0, which now correctly forwards keyword arguments through its TCPSocket patch (#1096)

  • Add Dalli::Instrumentation.disable! to allow disabling OpenTelemetry instrumentation at runtime (#1088)

    • Also exposes Dalli::Instrumentation.tracer= for setting a custom tracer
Commits
  • 405cdda Merge pull request #1097 from petergoldstein/release/5.0.3
  • 1bc7403 Prepare 5.0.3 release
  • 0dd2a63 Merge pull request #1096 from jasonpenny/resolv-replace-use-kwargs
  • 09a3bb0 Skip MRI-specific test when RUBY_ENGINE != ruby
  • f1b51d5 Use kwargs with resolv-replace gem version >= 0.2.0
  • fbde066 Fix JRuby 10.1 compatibility in supports_connect_timeout?
  • 9d5fef6 Merge pull request #1095 from petergoldstein/chore/fix-rubocop-redundant-disable
  • 5139d8b Fix assert_raises message: keyword incompatibility with Minitest 6
  • 79b3070 Remove redundant rubocop disable directive in test/helper.rb
  • f3e1af4 Merge pull request #1094 from petergoldstein/chore/changelog-1093
  • 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 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.2 to 5.0.3.
- [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md)
- [Commits](petergoldstein/dalli@v5.0.2...v5.0.3)

---
updated-dependencies:
- dependency-name: dalli
  dependency-version: 5.0.3
  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 15, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 15, 2026 16:55
@github-actions github-actions Bot merged commit 91ad27e into main May 15, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/bundler/dalli-5.0.3 branch May 15, 2026 16:58
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