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
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,46 @@
1
1
# Release Notes
2
2
3
+
# 9.18.0-beta.2 (2025-12-09)
4
+
5
+
## 🚀 Highlights
6
+
7
+
### Go Version Update
8
+
9
+
This release updates the minimum required Go version to 1.21. This is part of a gradual migration strategy where the minimum supported Go version will be three versions behind the latest release. With each new Go version release, we will bump the minimum version by one, ensuring compatibility while staying current with the Go ecosystem.
10
+
11
+
### Stability Improvements
12
+
13
+
This release includes several important stability fixes:
14
+
- Fixed a critical panic in the handoff worker manager that could occur when handling nil errors
15
+
- Improved test reliability for Smart Client Handoff functionality
16
+
- Fixed logging format issues that could cause runtime errors
17
+
18
+
## ✨ New Features
19
+
20
+
- OpenTelemetry metrics improvements for nil response handling ([#3638](https://github.com/redis/go-redis/pull/3638)) by [@fengve](https://github.com/fengve)
21
+
22
+
## 🐛 Bug Fixes
23
+
24
+
- Fixed panic on nil error in handoffWorkerManager closeConnFromRequest ([#3633](https://github.com/redis/go-redis/pull/3633)) by [@ccoVeille](https://github.com/ccoVeille)
25
+
- Fixed bad sprintf syntax in logging ([#3632](https://github.com/redis/go-redis/pull/3632)) by [@ccoVeille](https://github.com/ccoVeille)
26
+
27
+
## 🧰 Maintenance
28
+
29
+
- Updated minimum Go version to 1.21 ([#3640](https://github.com/redis/go-redis/pull/3640)) by [@ndyakov](https://github.com/ndyakov)
30
+
- Use Go 1.20 idiomatic string<->byte conversion ([#3435](https://github.com/redis/go-redis/pull/3435)) by [@justinhwang](https://github.com/justinhwang)
31
+
- Reduce flakiness of Smart Client Handoff test ([#3641](https://github.com/redis/go-redis/pull/3641)) by [@kiryazovi-redis](https://github.com/kiryazovi-redis)
32
+
- Revert PR #3634 (Observability metrics phase1) ([#3635](https://github.com/redis/go-redis/pull/3635)) by [@ofekshenawa](https://github.com/ofekshenawa)
33
+
34
+
## 👥 Contributors
35
+
36
+
We'd like to thank all the contributors who worked on this release!
0 commit comments