Skip to content

Bump valkey-glide from 2.0.1 to 2.2.3#1073

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/valkey-glide-2.2.3
Open

Bump valkey-glide from 2.0.1 to 2.2.3#1073
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/valkey-glide-2.2.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2025

Bumps valkey-glide from 2.0.1 to 2.2.3.

Release notes

Sourced from valkey-glide's releases.

v2.2.3 (except Node client)

Note

Due to recent NPM policy changes, there are issues publishing to NPM. There are no changes to the Node client since v2.2.1. Please continue to use v2.2.1 for the Node client. Once we resolve the issue, we will publish the update to NPM.

What's Changed

Full Changelog: valkey-io/valkey-glide@v2.2.2...v2.2.3

v2.2.2 (except Node client)

Note:

Due to recent NPM policy changes, there are issues publishing to NPM. There are no changes to the Node client between v2.2.1 and v2.2.2. Please continue to use v2.2.1 for the Node client. Once we resolve the issue, we will publish the update to NPM.

What's Changed

Full Changelog: valkey-io/valkey-glide@v2.2.1...v2.2.2

V2.2.1

What's Changed

Full Changelog: valkey-io/valkey-glide@v2.2.0...v2.2.1

v2.2.0

🚀 Key Features

  • Windows Support for Java Client: Migrated the Java client from Unix Domain Sockets (UDS) to JNI-based communication.
  • IAM authentication Support: Added automatic IAM authentication token generation, enabling secure, password-free connections with 15-minute rotating tokens.
  • Seed-Based Topology Refresh: Added topology refresh capability using initial seed node addresses, enabling DNS re-resolution for dynamic cluster configurations instead of relying solely on internal cluster view.
  • Enhanced TLS Certificate Configuration: Added support for custom CA certificates in TLS connections while maintaining automatic fallback to system certificate stores, enabling seamless connections to both public services and self-signed/corporate environments.
  • Python Sync Support: Implemented PubSub and Cluster Scan for Python sync client.
  • Configurable ShutdownHook for Java Client: A configuration to enable/disable shutdown hooks.
  • Support Python 3.14: Use Valkey Glide with Python 3.14.

🎉 New Contributors

... (truncated)

Changelog

Sourced from valkey-glide's changelog.

2.2.3

  • JAVA: Unshadow Apache Commons Lang3 to avoid failures due to dependency conflicts

2.2.2

Security Fixes

  • JAVA: Update Apache Commons Lang3 from 3.13.0 to 3.20.0 to address CVE-2025-48924

Fixes

  • JAVA: Add protobuf shading to prevent version conflicts with user dependencies
  • JAVA: Fix classloader issues in JNI method caching (#5029)
  • PYTHON: Update sniffio dependency

2.2.1

Changes

  • JAVA: Windows Java binaries are now available

2.2

Changes

  • Added in documentation to how to use Lua scripts with Glide
  • JAVA: Add refreshTopologyFromInitialNodes Configuration Option (#4870)
  • GO: add RefreshTopologyFromInitialNodes configuration option (#4871)
  • Node: add refreshTopologyFromInitialNodes configuration option (#4872)
  • PYTHON: Add IAM authentication support with manual token refresh (#4890)
  • JAVA: Add IAM authentication support for ElastiCache/MemoryDB (#4891)
  • FFI/GO: Add IAM authentication support with automatic token refresh (#4892)
  • GO: Add TLS Custom Root Certificate Support for Go Client (#4921)
  • Python: Add Custom Root Certificate Support for Python TLS Connections (#4930)
  • Python: Add Python 3.14 support (#4897)
  • JAVA: Implement TLS support for Java client (#4905)
  • Node: Implement TLS support for Node client (#4911)
  • JAVA: Add protobuf shading to prevent version conflicts with user dependencies

Fixes

  • Node: Resolved circular import dependency between BaseClient.ts, GlideClient.ts, and GlideClusterClient.ts. (#4607)
  • JAVA: Add Windows support and prevent double-loading in NativeUtils library loader
  • JAVA: Add cross-platform compatibility fixes for builds and tests - UTF-8 encoding, platform-native line endings, and system temp directory usage
  • Java: Make shutdown hook optional (#4935)
  • Core/Java/Node: Fix default connection timeout value for clients (#4966)
  • JAVA: Fix java applications from hanging after logic completion (#4984)
  • JAVA: Fix classloader issues in JNI method caching (#5029)
  • JAVA: Fix Gradle toolchain provisioning conflicts on Windows self-hosted runners

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [valkey-glide](https://github.com/valkey-io/valkey-glide) from 2.0.1 to 2.2.3.
- [Release notes](https://github.com/valkey-io/valkey-glide/releases)
- [Changelog](https://github.com/valkey-io/valkey-glide/blob/v2.2.3/CHANGELOG.md)
- [Commits](valkey-io/valkey-glide@v2.0.1...v2.2.3)

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

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 Dec 18, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 18, 2025 18:05
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants