Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2025

Bumps valkey-glide from 2.0.1 to 2.1.0.

Release notes

Sourced from valkey-glide's releases.

V2.1.0

馃殌 Key Features

  • Jedis Compatiblity Layer: Released a new compatibility layer for the Java client to greatly simplify migrating to Valkey GLIDE from Jedis.
  • Valkey 9 Support: Added multi-db and hash field expiration support to the Java, Node, Python and Go clients. These are new features in the upcoming Valkey 9 release.
  • Sync API for Python: Introduced a new Sync API for the Python client.
  • Alphine Linux Support for Java and Go: Added support for Alpine Linux in the Java and Go clients, enabling smaller Docker images.
  • Lazy Connection for Java and Go: Implemented lazy connection support, available for both Java and Go clients.

馃帀 New Contributors

Full Changelog: valkey-io/valkey-glide@v2.0.1...v2.1.0

Thanks to everyone who contributed to this release!

@鈥媋carbonetto, @鈥媋darovadya, @鈥媋ffonsov, @鈥媋lexr-bq, @鈥媋mirreza8002, @鈥婣ngraybill, @鈥媋safpamzn, @鈥媋vifenesh, @鈥媌arshaul, @鈥婤oazBD, @鈥媍arthas, @鈥媍yip10, @鈥婨dricCua, @鈥媏dlng, @鈥媏ifrah-aws, @鈥媐enichelar, @鈥婩unk66, @鈥婫ilboaAWS, @鈥媑oller, @鈥媑ulbaki, @鈥媔kolomi, @鈥媕amesx-improving, @鈥媕anhavigupta007, @鈥媕eremyprime, @鈥媕hpung, @鈥媕brinkman, @鈥媕onathanl-bq, @鈥婮uneezee, @鈥媖arthiknathan06, @鈥媗eszek-bq, @鈥媗iorsve, @鈥媗jmcg, @鈥婱aayanshani25, @鈥媘arcoreni, @鈥媘eitalkra, @鈥婱ikeMwita, @鈥媘o-amzn, @鈥媘ohsen-alizadeh, @鈥媘ortymacs, @鈥媘themis-provenir, @鈥媙iharikabhavaraju, @鈥媙ihohit, @鈥媜mangesg, @鈥媜mida-bitquill, @鈥媝rateek-kumar-improving, @鈥媟ueian, @鈥婼a1Gur, @鈥婼ergioNR, @鈥媠hohamazon, @鈥媡hearchitector, @鈥媡jzhang-BQ, @鈥媢mit, @鈥媂39, @鈥媦ipin-chen, @鈥媃ury-Fridlyand

Changelog

Sourced from valkey-glide's changelog.

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)

Changes

  • Core/FFI/Go: Fix memory leak in FFI layer (#4395)
Commits
  • 743f87a Java: Fix Jedis compatibility layer valkey-glide dependency (#4737)
  • 6b71f64 [Backport 2.1] Python Sync: revert license format (#4732)
  • 0d60e3a Fix: Copy GPG secring to jedis-compatibility in Java CD workflow (#4723)
  • f0c9818 Java: Compatibility layer module (#4692)
  • a1ff195 [Backport 2.1] Python sync/CD: added description to pypi package of the sync ...
  • 24fed43 Python: Update ExpiryType enum references in hash field expiration docs (#4715)
  • 33538ba CD: Fix Node CD delete artifact issue 2nd try (#4718)
  • 2c009b1 CD: Fix Go musl CD issue (#4719)
  • a6c64bb CD: Fix Node CD delete artifact issue (#4717)
  • 60a3b36 Revert go upload step change (#4716)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 17, 2025 20:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 17, 2025
@dependabot dependabot bot requested a review from anafalcao September 17, 2025 20:26
@dependabot dependabot bot added the python Pull requests that update Python code label Sep 17, 2025
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 17, 2025
@github-actions github-actions bot added the internal Maintenance changes label Sep 17, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/develop/valkey-glide-2.1.0 branch 4 times, most recently from 3833584 to 0ad03a5 Compare September 25, 2025 08:14
Bumps [valkey-glide](https://github.com/valkey-io/valkey-glide) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/valkey-io/valkey-glide/releases)
- [Changelog](https://github.com/valkey-io/valkey-glide/blob/main/CHANGELOG.md)
- [Commits](valkey-io/valkey-glide@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: valkey-glide
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/valkey-glide-2.1.0 branch from 0ad03a5 to 934a384 Compare September 25, 2025 08:16
@sonarqubecloud
Copy link

@leandrodamascena leandrodamascena merged commit be8a3c9 into develop Sep 25, 2025
7 of 12 checks passed
@leandrodamascena leandrodamascena deleted the dependabot/pip/develop/valkey-glide-2.1.0 branch September 25, 2025 08:20
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.