Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps valkey-glide from 2.1.0 to 2.1.1.

Changelog

Sourced from valkey-glide's changelog.

2.1.1

Changes

  • Node: Move SELECT command from GlideClient to BaseClient (#4849)
  • JAVA: Add SELECT command support for cluster mode (#4846)
  • Go: Add Select command support for ClusterClient (#4850)
  • PYTHON: Move SELECT command from StandaloneCommands to CoreCommands(#4851)
  • PYTHON: Consolidate COPY command implementation to CoreCommands (#4806)
  • NODE: move COPY command to BaseClient and add comprehensive tests(#4805)
  • GO: Add DBDestination option tests to CopyWithOptions command (#4802)
  • JAVA: Move COPY command with database ID from standalone to base client (#4804)
  • GO: Add cluster support for Move command (#4748)
  • NODE: add MOVE command support for cluster clients (#4750)
  • PYTHON: Add MOVE command support for cluster clients (#4751)
  • JAVA: Add cluster support for Move command (#4749)(valkey-io/valkey-glide#4749)

Fixes

  • CORE: Fix SELECT Command Database Persistence Across Reconnections (#4764)
  • Rust: Updates the install-rust-and-protoc action to explicitly include the rustfmt and clippy components. (#4816)
  • CORE: Persist Client Name Across Reconnections for CLIENT SETNAME Command. (#4841)

2.1

Changes

  • GO: Hash Field Expiration commands for Valkey 9 (#4554)
  • JAVA: Valkey 9 new commands HASH items expiration (#4556)
  • NODE: Valkey 9 support - Add Hash Field Expiration Commands Support (#4598)
  • Python: Valkey 9 new hash field expiration commands (#4610)
  • Node: Add Multi-Database Support for Cluster Mode (Valkey 9.0) (#4657)
  • Java: Multi-Database Support for Cluster Mode Valkey 9.0 (#4658)
  • Go: Add Multi-Database Support for Cluster Mode Valkey 9.0 (#4660)
  • Python: Add Multi-Database Support for Cluster Mode Valkey 9.0 (#4659)

Fixes

  • Java: Add lazy connection support to Java module (#4350)
  • Go: Add lazy connection support (#4374)
  • Java/Go/Node/Python: Fixed LOLWUT tests and Jedis compatibility layer tests for Valkey 9 (#4632)
  • Core/Python: fix 100% CPU when blocking command returning data after client closure (#4612)
  • Java: Add MUSL build to support Alpine Linux (#4073)

Operational Enhancements

  • FFI: Add MIRI tests to CI (#4506)
  • CORE/FFI/GO - SpanFromContext implementation (#4507)

2.0 (2025-06-18)

... (truncated)

Commits
  • 0797a67 CORE: Persist Client Name Across Reconnections for CLIENT SETNAME Command (#4...
  • 8843b6f PYTHON: Fix documentation for copy command (#4859)
  • b48abac Updated attribution files for commit c6fcf65358e62613f2a2880b409ced52f0ada004...
  • c6fcf65 [Backport to 2.1.] Node: flaky tests (#4865)
  • 3646c6e Updated attribution files for commit 33f455ef93b42547c6ad9fd2cd1736cda87a5b6d...
  • 2c9dac3 Node: Move SELECT command from GlideClient to BaseClient (#4849)
  • a4b909f JAVA: Add SELECT command support for cluster mode (#4846)
  • 33f455e Go: Add Select command support for ClusterClient (#4850)
  • 787ef2a PYTHON: Move SELECT command from StandaloneCommands to CoreCommands (#4851)
  • 178de79 FIX: SELECT Command Database Persistence Across Reconnections (#4764)
  • 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 [valkey-glide](https://github.com/valkey-io/valkey-glide) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/valkey-io/valkey-glide/releases)
- [Changelog](https://github.com/valkey-io/valkey-glide/blob/v2.1.1/CHANGELOG.md)
- [Commits](valkey-io/valkey-glide@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: valkey-glide
  dependency-version: 2.1.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 python Pull requests that update Python code labels Oct 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 8, 2025 20:27
@dependabot dependabot bot requested a review from leandrodamascena October 8, 2025 20:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 8, 2025
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 8, 2025
@github-actions github-actions bot added the internal Maintenance changes label Oct 8, 2025
Copy link

sonarqubecloud bot commented Oct 8, 2025

@leandrodamascena leandrodamascena merged commit 28cb9d6 into develop Oct 8, 2025
13 checks passed
@leandrodamascena leandrodamascena deleted the dependabot/pip/develop/valkey-glide-2.1.1 branch October 8, 2025 22:00
Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.42%. Comparing base (f50e185) to head (00dc19f).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #7498   +/-   ##
========================================
  Coverage    96.42%   96.42%           
========================================
  Files          275      275           
  Lines        13055    13055           
  Branches       974      974           
========================================
  Hits         12588    12588           
  Misses         362      362           
  Partials       105      105           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant