Skip to content

Commit aa2d96f

Browse files
committed
revert version bump and add PR to changelog
Signed-off-by: Edward Liang <edward.liang@improving.com>
1 parent edcaee1 commit aa2d96f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Python Sync: Add response buffer support to get() to improve performance by reducing copies ([#5493](https://github.com/valkey-io/valkey-glide/pull/5493))
2828

2929
#### Fixes
30-
* CORE, Python, Java, Node: Add missing NOCONTENT and DIALECT options for FT.SEARCH
30+
* CORE, Python, Java, Node: Add missing NOCONTENT and DIALECT options for FT.SEARCH ([#5548](https://github.com/valkey-io/valkey-glide/pull/5548))
3131
* CORE: Fix empty hostname in CLUSTER SLOTS metadata causing AllConnectionsUnavailable ([#5367](https://github.com/valkey-io/valkey-glide/issues/5367)). AWS ElastiCache (plaintext, cluster mode) returns `hostname: ""` in node metadata, which was used as the connection address instead of falling back to the IP.
3232
* Node: Fix to handle non-string types in toBuffersArray ([#4842](https://github.com/valkey-io/valkey-glide/issues/4842))
3333
* CORE: Enforce connection_timeout for initial standalone connection failures ([#4991](https://github.com/valkey-io/valkey-glide/issues/4991))

java/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ configurations {
3030
}
3131

3232
dependencies {
33-
implementation group: 'com.google.protobuf', name:'protobuf-java', version: '4.34.0'
33+
implementation group: 'com.google.protobuf', name:'protobuf-java', version: '4.29.1'
3434

3535
shadow group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'
3636

0 commit comments

Comments
 (0)