|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -# 9.12.0-beta.1 (2025-08-04) |
| 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 | + |
| 24 | +# 9.12.0 (2025-08-05) |
4 | 25 |
|
5 | 26 | ## 🚀 Highlights
|
6 | 27 |
|
7 |
| -- This is a beta release for Redis 8.2 support. |
| 28 | +- This release includes support for [Redis 8.2](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes/). |
8 | 29 | - Introduces an experimental Query Builders for `FTSearch`, `FTAggregate` and other search commands.
|
9 | 30 | - Adds support for `EPSILON` option in `FT.VSIM`.
|
10 |
| -- Includes bug fixes and improvements related to search and community contributions for [redisotel](https://github.com/redis/go-redis/tree/master/extra/redisotel). |
| 31 | +- Includes bug fixes and improvements contributed by the community related to ring and [redisotel](https://github.com/redis/go-redis/tree/master/extra/redisotel). |
11 | 32 |
|
12 | 33 | ## Changes
|
13 |
| - |
14 |
| -- chore(github): Improve stale issue workflow ([#3458](https://github.com/redis/go-redis/pull/3458)) |
| 34 | +- Improve stale issue workflow ([#3458](https://github.com/redis/go-redis/pull/3458)) |
15 | 35 | - chore(ci): Add 8.2 rc2 pre build for CI ([#3459](https://github.com/redis/go-redis/pull/3459))
|
16 | 36 | - Added new stream commands ([#3450](https://github.com/redis/go-redis/pull/3450))
|
17 | 37 | - feat: Add "skip_verify" to Sentinel ([#3428](https://github.com/redis/go-redis/pull/3428))
|
|
21 | 41 |
|
22 | 42 | ## 🚀 New Features
|
23 | 43 |
|
| 44 | +- feat: recover addIdleConn may occur panic ([#2445](https://github.com/redis/go-redis/pull/2445)) |
| 45 | +- feat(ring): specify custom health check func via HeartbeatFn option ([#2940](https://github.com/redis/go-redis/pull/2940)) |
24 | 46 | - Add Query Builder for RediSearch commands ([#3436](https://github.com/redis/go-redis/pull/3436))
|
25 |
| -- Add configurable buffer sizes for Redis connections ([#3453](https://github.com/redis/go-redis/pull/3453)) |
| 47 | +- add configurable buffer sizes for Redis connections ([#3453](https://github.com/redis/go-redis/pull/3453)) |
26 | 48 | - Add VAMANA vector type to RediSearch ([#3449](https://github.com/redis/go-redis/pull/3449))
|
27 | 49 | - VSIM add `EPSILON` option ([#3454](https://github.com/redis/go-redis/pull/3454))
|
28 | 50 | - Add closing support to otel metrics instrumentation ([#3444](https://github.com/redis/go-redis/pull/3444))
|
29 | 51 |
|
30 | 52 | ## 🐛 Bug Fixes
|
31 | 53 |
|
| 54 | +- fix(redisotel): fix buggy append in reportPoolStats ([#3122](https://github.com/redis/go-redis/pull/3122)) |
32 | 55 | - fix(search): return results even if doc is empty ([#3457](https://github.com/redis/go-redis/pull/3457))
|
33 | 56 | - [ISSUE-3402]: Ring.Pipelined return dial timeout error ([#3403](https://github.com/redis/go-redis/pull/3403))
|
34 | 57 |
|
35 | 58 | ## 🧰 Maintenance
|
36 | 59 |
|
| 60 | +- Merges stale issues jobs into one job with two steps ([#3463](https://github.com/redis/go-redis/pull/3463)) |
| 61 | +- improve code readability ([#3446](https://github.com/redis/go-redis/pull/3446)) |
| 62 | +- chore(release): 9.12.0-beta.1 ([#3460](https://github.com/redis/go-redis/pull/3460)) |
37 | 63 | - DOC-5472 time series doc examples ([#3443](https://github.com/redis/go-redis/pull/3443))
|
38 | 64 | - Add VAMANA compression algorithm tests ([#3461](https://github.com/redis/go-redis/pull/3461))
|
39 | 65 | - bumped redis 8.2 version used in the CI/CD ([#3451](https://github.com/redis/go-redis/pull/3451))
|
40 | 66 |
|
41 | 67 | ## Contributors
|
42 | 68 | We'd like to thank all the contributors who worked on this release!
|
43 | 69 |
|
44 |
| -[@andy-stark-redis](https://github.com/andy-stark-redis), [@cxljs](https://github.com/cxljs), [@htemelski-redis](https://github.com/htemelski-redis), [@jouir](https://github.com/jouir), [@ndyakov](https://github.com/ndyakov), [@ofekshenawa](https://github.com/ofekshenawa), [@rokn](https://github.com/rokn) and [@smnvdev](https://github.com/smnvdev) |
| 70 | +[@andy-stark-redis](https://github.com/andy-stark-redis), [@cxljs](https://github.com/cxljs), [@elena-kolevska](https://github.com/elena-kolevska), [@htemelski-redis](https://github.com/htemelski-redis), [@jouir](https://github.com/jouir), [@monkey92t](https://github.com/monkey92t), [@ndyakov](https://github.com/ndyakov), [@ofekshenawa](https://github.com/ofekshenawa), [@rokn](https://github.com/rokn), [@smnvdev](https://github.com/smnvdev), [@strobil](https://github.com/strobil) and [@wzy9607](https://github.com/wzy9607) |
45 | 71 |
|
46 | 72 | ## New Contributors
|
47 |
| -* [@htemelski-redis](https://github.com/htemelski-redis) made their first contribution in https://github.com/redis/go-redis/pull/3409 |
48 |
| -* [@smnvdev](https://github.com/smnvdev) made their first contribution in https://github.com/redis/go-redis/pull/3403 |
49 |
| -* [@rokn](https://github.com/rokn) made their first contribution in https://github.com/redis/go-redis/pull/3444 |
50 |
| - |
| 73 | +* [@htemelski-redis](https://github.com/htemelski-redis) made their first contribution in [#3409](https://github.com/redis/go-redis/pull/3409) |
| 74 | +* [@smnvdev](https://github.com/smnvdev) made their first contribution in [#3403](https://github.com/redis/go-redis/pull/3403) |
| 75 | +* [@rokn](https://github.com/rokn) made their first contribution in [#3444](https://github.com/redis/go-redis/pull/3444) |
51 | 76 |
|
52 | 77 | # 9.11.0 (2025-06-24)
|
53 | 78 |
|
@@ -383,4 +408,4 @@ We would like to thank all the contributors who made this release possible:
|
383 | 408 | ### Fixed
|
384 | 409 |
|
385 | 410 | - Improved and fixed pipeline retries.
|
386 |
| -- As usually, added support for more commands and fixed some bugs. |
| 411 | +- As usually, added support for more commands and fixed some bugs. |
0 commit comments