Skip to content

Commit c11a704

Browse files
chore(release): v9.14.0 (#3512)
1 parent 8f5469a commit c11a704

File tree

12 files changed

+37
-11
lines changed

12 files changed

+37
-11
lines changed

RELEASE-NOTES.md

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

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)
27+
28+
329
# 9.13.0 (2025-09-03)
430

531
## Highlights

example/hll/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.13.0
7+
require github.com/redis/go-redis/v9 v9.14.0
88

99
require (
1010
github.com/cespare/xxhash/v2 v2.3.0 // indirect

example/hset-struct/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
66

77
require (
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/redis/go-redis/v9 v9.13.0
9+
github.com/redis/go-redis/v9 v9.14.0
1010
)
1111

1212
require (

example/lua-scripting/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.13.0
7+
require github.com/redis/go-redis/v9 v9.14.0
88

99
require (
1010
github.com/cespare/xxhash/v2 v2.3.0 // indirect

example/otel/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ replace github.com/redis/go-redis/extra/rediscmd/v9 => ../../extra/rediscmd
1212

1313
require (
1414
github.com/redis/go-redis/extra/redisotel/v9 v9.13.0
15-
github.com/redis/go-redis/v9 v9.13.0
15+
github.com/redis/go-redis/v9 v9.14.0
1616
github.com/uptrace/uptrace-go v1.21.0
1717
go.opentelemetry.io/otel v1.22.0
1818
)

example/redis-bloom/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
replace github.com/redis/go-redis/v9 => ../..
66

7-
require github.com/redis/go-redis/v9 v9.13.0
7+
require github.com/redis/go-redis/v9 v9.14.0
88

99
require (
1010
github.com/cespare/xxhash/v2 v2.3.0 // indirect

example/scan-struct/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
66

77
require (
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/redis/go-redis/v9 v9.13.0
9+
github.com/redis/go-redis/v9 v9.14.0
1010
)
1111

1212
require (

extra/rediscensus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
88

99
require (
1010
github.com/redis/go-redis/extra/rediscmd/v9 v9.13.0
11-
github.com/redis/go-redis/v9 v9.13.0
11+
github.com/redis/go-redis/v9 v9.14.0
1212
go.opencensus.io v0.24.0
1313
)
1414

extra/rediscmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/redis/go-redis/v9 => ../..
77
require (
88
github.com/bsm/ginkgo/v2 v2.12.0
99
github.com/bsm/gomega v1.27.10
10-
github.com/redis/go-redis/v9 v9.13.0
10+
github.com/redis/go-redis/v9 v9.14.0
1111
)
1212

1313
require (

extra/redisotel/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
88

99
require (
1010
github.com/redis/go-redis/extra/rediscmd/v9 v9.13.0
11-
github.com/redis/go-redis/v9 v9.13.0
11+
github.com/redis/go-redis/v9 v9.14.0
1212
go.opentelemetry.io/otel v1.22.0
1313
go.opentelemetry.io/otel/metric v1.22.0
1414
go.opentelemetry.io/otel/sdk v1.22.0

0 commit comments

Comments
 (0)