You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Release Notes
2
2
3
+
# 9.14.0 (2025-09-10)
4
+
5
+
## Highlights
6
+
- Added batch process method to the pipeline ([#3510](https://github.com/redis/go-redis/pull/3510))
7
+
8
+
# Changes
9
+
10
+
## 🚀 New Features
11
+
12
+
- Added batch process method to the pipeline ([#3510](https://github.com/redis/go-redis/pull/3510))
13
+
14
+
## 🐛 Bug Fixes
15
+
16
+
- fix: SetErr on Cmd if the command cannot be queued correctly in multi/exec ([#3509](https://github.com/redis/go-redis/pull/3509))
17
+
18
+
## 🧰 Maintenance
19
+
20
+
- Updates release drafter config to exclude dependabot ([#3511](https://github.com/redis/go-redis/pull/3511))
21
+
- chore(deps): bump actions/setup-go from 5 to 6 ([#3504](https://github.com/redis/go-redis/pull/3504))
22
+
23
+
## Contributors
24
+
We'd like to thank all the contributors who worked on this release!
25
+
26
+
[@elena-kolevska](https://github.com/elena-kolevksa), [@htemelski-redis](https://github.com/htemelski-redis) and [@ndyakov](https://github.com/ndyakov)
0 commit comments