Skip to content

Commit f681a36

Browse files
committed
chore(release): Add Release Notes for v9.11.0
1 parent 94a0dff commit f681a36

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

RELEASE-NOTES.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Release Notes
22

3+
# 9.11.0 (2025-06-24)
4+
5+
## 🚀 Highlights
6+
7+
Fixes TxPipeline to work correctly in cluster scenarios, allowing execution of commands
8+
only in the same slot.
9+
10+
# Changes
11+
12+
## 🚀 New Features
13+
14+
- Set cluster slot for `scan` commands, rather than random ([#2623](https://github.com/redis/go-redis/pull/2623))
15+
- Add CredentialsProvider field to UniversalOptions ([#2927](https://github.com/redis/go-redis/pull/2927))
16+
- feat(redisotel): add WithCallerEnabled option ([#3415](https://github.com/redis/go-redis/pull/3415))
17+
18+
## 🐛 Bug Fixes
19+
20+
- fix(txpipeline): keyless commands should take the slot of the keyed ([#3411](https://github.com/redis/go-redis/pull/3411))
21+
- fix(loading): cache the loaded flag for slave nodes ([#3410](https://github.com/redis/go-redis/pull/3410))
22+
- fix(txpipeline): should return error on multi/exec on multiple slots ([#3408](https://github.com/redis/go-redis/pull/3408))
23+
- fix: check if the shard exists to avoid returning nil ([#3396](https://github.com/redis/go-redis/pull/3396))
24+
25+
## 🧰 Maintenance
26+
27+
- feat: optimize connection pool waitTurn ([#3412](https://github.com/redis/go-redis/pull/3412))
28+
- chore(ci): update CI redis builds ([#3407](https://github.com/redis/go-redis/pull/3407))
29+
- chore: remove a redundant method from `Ring`, `Client` and `ClusterClient` ([#3401](https://github.com/redis/go-redis/pull/3401))
30+
- test: refactor TestBasicCredentials using table-driven tests ([#3406](https://github.com/redis/go-redis/pull/3406))
31+
- perf: reduce unnecessary memory allocation operations ([#3399](https://github.com/redis/go-redis/pull/3399))
32+
- fix: insert entry during iterating over a map ([#3398](https://github.com/redis/go-redis/pull/3398))
33+
- DOC-5229 probabilistic data type examples ([#3413](https://github.com/redis/go-redis/pull/3413))
34+
- chore(deps): bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 ([#3414](https://github.com/redis/go-redis/pull/3414))
35+
36+
## Contributors
37+
We'd like to thank all the contributors who worked on this release!
38+
39+
[@andy-stark-redis](https://github.com/andy-stark-redis), [@boekkooi-impossiblecloud](https://github.com/boekkooi-impossiblecloud), [@cxljs](https://github.com/cxljs), [@dcherubini](https://github.com/dcherubini), [@dependabot[bot]](https://github.com/apps/dependabot), [@iamamirsalehi](https://github.com/iamamirsalehi), [@ndyakov](https://github.com/ndyakov), [@pete-woods](https://github.com/pete-woods), [@twz915](https://github.com/twz915) and [dependabot[bot]](https://github.com/apps/dependabot)
40+
341
# 9.10.0 (2025-06-06)
442

543
## 🚀 Highlights

0 commit comments

Comments
 (0)