Skip to content

Commit f4fa6fc

Browse files
committed
chore(release-notes) Update release notes
1 parent ee3ef65 commit f4fa6fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE-NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Can be used with [go-redis-entraid](https://github.com/redis/go-redis-entraid) for Azure AD authentication
88
- **Connection Statistics**: Added connection waiting statistics for better monitoring
99
- **Failover Improvements**: Added `ParseFailoverURL` for easier failover configuration
10+
- **Ring Client Enhancements**: Added shard access methods for better Pub/Sub management
1011

1112
## ✨ New Features
1213
- Added `StreamingCredentialsProvider` for token-based authentication (#3320)
@@ -18,6 +19,9 @@
1819
- Added new utility functions:
1920
- `ParseFloat` and `MustParseFloat` in public utils package (#3371)
2021
- Unit tests for `Atoi`, `ParseInt`, `ParseUint`, and `ParseFloat` (#3377)
22+
- Added Ring client shard access methods:
23+
- `GetShardClients()` to retrieve all active shard clients
24+
- `GetShardClientForKey(key string)` to get the shard client for a specific key (#3388)
2125

2226
## 🐛 Bug Fixes
2327
- Fixed routing reads to loading slave nodes (#3370)
@@ -47,7 +51,7 @@
4751

4852
We would like to thank all the contributors who made this release possible:
4953

50-
[@ndyakov](https://github.com/ndyakov), [@ofekshenawa](https://github.com/ofekshenawa), [@LINKIWI](https://github.com/LINKIWI), [@iamamirsalehi](https://github.com/iamamirsalehi), [@fukua95](https://github.com/fukua95), [@lzakharov](https://github.com/lzakharov)
54+
[@ndyakov](https://github.com/ndyakov), [@ofekshenawa](https://github.com/ofekshenawa), [@LINKIWI](https://github.com/LINKIWI), [@iamamirsalehi](https://github.com/iamamirsalehi), [@fukua95](https://github.com/fukua95), [@lzakharov](https://github.com/lzakharov), [@DengY11](https://github.com/DengY11)
5155

5256
# 9.8.0 (2025-04-30)
5357

0 commit comments

Comments
 (0)