File tree Expand file tree Collapse file tree 13 files changed +38
-17
lines changed Expand file tree Collapse file tree 13 files changed +38
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ # 9.12.1 (2025-08-11)
4
+ ## 🚀 Highlights
5
+ In the last version (9.12.0) the client introduced bigger write and read buffer sized. The default value we set was 512KiB.
6
+ However, users reported that this is too big for most use cases and can lead to high memory usage.
7
+ In this version the default value is changed to 256KiB. The ` README.md ` was updated to reflect the
8
+ correct default value and include a note that the default value can be changed.
9
+
10
+ ## 🐛 Bug Fixes
11
+
12
+ - fix(options): Add buffer sizes to failover. Update README ([ #3468 ] ( https://github.com/redis/go-redis/pull/3468 ) )
13
+
14
+ ## 🧰 Maintenance
15
+
16
+ - fix(options): Add buffer sizes to failover. Update README ([ #3468 ] ( https://github.com/redis/go-redis/pull/3468 ) )
17
+ - chore: update & fix otel example ([ #3466 ] ( https://github.com/redis/go-redis/pull/3466 ) )
18
+
19
+ ## Contributors
20
+ We'd like to thank all the contributors who worked on this release!
21
+
22
+ [ @ndyakov ] ( https://github.com/ndyakov ) and [ @vmihailenco ] ( https://github.com/vmihailenco )
23
+
3
24
# 9.12.0 (2025-08-05)
4
25
5
26
## 🚀 Highlights
@@ -387,4 +408,4 @@ We would like to thank all the contributors who made this release possible:
387
408
### Fixed
388
409
389
410
- Improved and fixed pipeline retries.
390
- - As usually, added support for more commands and fixed some bugs.
411
+ - As usually, added support for more commands and fixed some bugs.
Original file line number Diff line number Diff line change 5
5
replace github.com/redis/go-redis/v9 => ../..
6
6
7
7
require (
8
- github.com/redis/go-redis/v9 v9.12.0
8
+ github.com/redis/go-redis/v9 v9.12.1
9
9
go.uber.org/zap v1.24.0
10
10
)
11
11
Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/redis/go-redis/v9 => ../..
6
6
7
- require github.com/redis/go-redis/v9 v9.12.0
7
+ require github.com/redis/go-redis/v9 v9.12.1
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
6
6
7
7
require (
8
8
github.com/davecgh/go-spew v1.1.1
9
- github.com/redis/go-redis/v9 v9.12.0
9
+ github.com/redis/go-redis/v9 v9.12.1
10
10
)
11
11
12
12
require (
Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/redis/go-redis/v9 => ../..
6
6
7
- require github.com/redis/go-redis/v9 v9.12.0
7
+ require github.com/redis/go-redis/v9 v9.12.1
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ replace github.com/redis/go-redis/extra/redisotel/v9 => ../../extra/redisotel
11
11
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../../extra/rediscmd
12
12
13
13
require (
14
- github.com/redis/go-redis/extra/redisotel/v9 v9.12.0
15
- github.com/redis/go-redis/v9 v9.12.0
14
+ github.com/redis/go-redis/extra/redisotel/v9 v9.12.1
15
+ github.com/redis/go-redis/v9 v9.12.1
16
16
github.com/uptrace/uptrace-go v1.21.0
17
17
go.opentelemetry.io/otel v1.22.0
18
18
)
@@ -25,7 +25,7 @@ require (
25
25
github.com/go-logr/stdr v1.2.2 // indirect
26
26
github.com/golang/protobuf v1.5.3 // indirect
27
27
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
28
- github.com/redis/go-redis/extra/rediscmd/v9 v9.12.0 // indirect
28
+ github.com/redis/go-redis/extra/rediscmd/v9 v9.12.1 // indirect
29
29
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 // indirect
30
30
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
31
31
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
Original file line number Diff line number Diff line change 4
4
5
5
replace github.com/redis/go-redis/v9 => ../..
6
6
7
- require github.com/redis/go-redis/v9 v9.12.0
7
+ require github.com/redis/go-redis/v9 v9.12.1
8
8
9
9
require (
10
10
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/redis/go-redis/v9 => ../..
6
6
7
7
require (
8
8
github.com/davecgh/go-spew v1.1.1
9
- github.com/redis/go-redis/v9 v9.12.0
9
+ github.com/redis/go-redis/v9 v9.12.1
10
10
)
11
11
12
12
require (
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ replace github.com/redis/go-redis/v9 => ../..
7
7
replace github.com/redis/go-redis/extra/rediscmd/v9 => ../rediscmd
8
8
9
9
require (
10
- github.com/redis/go-redis/extra/rediscmd/v9 v9.12.0
11
- github.com/redis/go-redis/v9 v9.12.0
10
+ github.com/redis/go-redis/extra/rediscmd/v9 v9.12.1
11
+ github.com/redis/go-redis/v9 v9.12.1
12
12
go.opencensus.io v0.24.0
13
13
)
14
14
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/redis/go-redis/v9 => ../..
7
7
require (
8
8
github.com/bsm/ginkgo/v2 v2.12.0
9
9
github.com/bsm/gomega v1.27.10
10
- github.com/redis/go-redis/v9 v9.12.0
10
+ github.com/redis/go-redis/v9 v9.12.1
11
11
)
12
12
13
13
require (
You can’t perform that action at this time.
0 commit comments