diff --git a/clients/go/valkey-GLIDE.json b/clients/go/valkey-GLIDE.json index bf1bbcc55..6d3e8fda6 100644 --- a/clients/go/valkey-GLIDE.json +++ b/clients/go/valkey-GLIDE.json @@ -3,8 +3,8 @@ "description": "Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java, node.js and Python.", "repo":"https://github.com/valkey-io/valkey-glide/tree/main/go", "installation": "go get github.com/valkey-io/valkey-glide/go", - "version":"v1.3.0", - "version_released":"2025-02-15", + "version":"v2.0.1", + "version_released":"2025-06-20", "language":"go", "license": "Apache-2.0", "read_from_replica": true, diff --git a/clients/go/valkey-go.json b/clients/go/valkey-go.json index 989eaa627..783befb99 100644 --- a/clients/go/valkey-go.json +++ b/clients/go/valkey-go.json @@ -3,8 +3,8 @@ "description": "A fast Golang Valkey client that does auto pipelining and supports server-assisted client-side caching.", "repo":"https://github.com/valkey-io/valkey-go", "installation": "go get github.com/valkey-io/valkey-go", - "version": "1.0.55", - "version_released":"2025-02-03", + "version": "1.0.61", + "version_released":"2025-06-06", "language":"go", "license": "Apache-2.0", "read_from_replica": true, diff --git a/clients/java/redisson.json b/clients/java/redisson.json index 6628b9e46..1e693787f 100644 --- a/clients/java/redisson.json +++ b/clients/java/redisson.json @@ -12,8 +12,8 @@ "command":"implementation 'org.redisson:redisson:+'" } ], - "version": "v3.48.0", - "version_released": "2025-05-27", + "version": "v3.50.0", + "version_released": "2025-06-17", "language": "java", "license": "Apache-2.0", "read_from_replica": true, diff --git a/clients/java/valkey-GLIDE.json b/clients/java/valkey-GLIDE.json index 6df234e87..3e9422910 100644 --- a/clients/java/valkey-GLIDE.json +++ b/clients/java/valkey-GLIDE.json @@ -12,8 +12,8 @@ "command":"//Choose the appropriate classifier \n implementation group: 'io.valkey', name: 'valkey-glide', version: '1.+', classifier: 'osx-aarch_64 OR linux-aarch_64 OR linux-x86_64'" } ], - "version":"v1.3.0", - "version_released":"2025-02-15", + "version":"v2.0.1", + "version_released":"2025-06-20", "language":"java", "license": "Apache-2.0", "read_from_replica": true, diff --git a/clients/node.js/valkey-GLIDE.json b/clients/node.js/valkey-GLIDE.json index f9a4d9c41..1d7e21759 100644 --- a/clients/node.js/valkey-GLIDE.json +++ b/clients/node.js/valkey-GLIDE.json @@ -3,8 +3,8 @@ "description": "Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java, node.js and Python.", "repo":"https://github.com/valkey-io/valkey-glide/tree/main/node", "installation": "npm install @valkey/valkey-glide", - "version":"v1.3.0", - "version_released":"2025-02-15", + "version":"v2.0.1", + "version_released":"2025-06-20", "language":"node.js", "license": "Apache-2.0", "read_from_replica": true, diff --git a/clients/php/phpredis.json b/clients/php/phpredis.json index 36bf4aa90..99be70468 100644 --- a/clients/php/phpredis.json +++ b/clients/php/phpredis.json @@ -3,8 +3,8 @@ "description": " A PHP extension for Redis, offering high performance and a native API.", "repo":"https://github.com/phpredis/phpredis", "installation": "pecl install redis", - "version":"6.1.0", - "version_released":"2024-10-05", + "version":"6.2.0", + "version_released":"2025-03-24", "language":"php", "license": "PHP-3.01", "read_from_replica": true, diff --git a/clients/php/predis.json b/clients/php/predis.json index 0a71dd92f..3dbcf7875 100644 --- a/clients/php/predis.json +++ b/clients/php/predis.json @@ -3,8 +3,8 @@ "description": "A flexible and feature-complete Redis client for PHP.", "repo":"https://github.com/predis/predis", "installation": "composer require predis/predis", - "version":"v2.3.0", - "version_released":"2024-11-21", + "version":"v3.0.1", + "version_released":"2025-05-16", "language":"php", "license": "MIT", "read_from_replica": true, diff --git a/clients/python/valkey-GLIDE.json b/clients/python/valkey-GLIDE.json index 9f9838c93..4a68a9c41 100644 --- a/clients/python/valkey-GLIDE.json +++ b/clients/python/valkey-GLIDE.json @@ -3,8 +3,8 @@ "description": "Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java, node.js and Python.", "repo":"https://github.com/valkey-io/valkey-glide/tree/main/python", "installation": "pip install valkey-glide", - "version":"v1.3.0", - "version_released":"2025-02-15", + "version":"v2.0.1", + "version_released":"2025-06-20", "language":"python", "license": "Apache-2.0", "read_from_replica": true,