|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -# 9.12.0-beta.1 (2025-08-04) |
| 3 | +# 9.12.0 (2025-08-05) |
4 | 4 |
|
5 | 5 | ## 🚀 Highlights
|
6 | 6 |
|
7 |
| -- This is a beta release for Redis 8.2 support. |
| 7 | +- 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 | 8 | - Introduces an experimental Query Builders for `FTSearch`, `FTAggregate` and other search commands.
|
9 | 9 | - 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). |
| 10 | +- 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 | 11 |
|
12 | 12 | ## Changes
|
13 |
| - |
14 |
| -- chore(github): Improve stale issue workflow ([#3458](https://github.com/redis/go-redis/pull/3458)) |
| 13 | +- Improve stale issue workflow ([#3458](https://github.com/redis/go-redis/pull/3458)) |
15 | 14 | - chore(ci): Add 8.2 rc2 pre build for CI ([#3459](https://github.com/redis/go-redis/pull/3459))
|
16 | 15 | - Added new stream commands ([#3450](https://github.com/redis/go-redis/pull/3450))
|
17 | 16 | - feat: Add "skip_verify" to Sentinel ([#3428](https://github.com/redis/go-redis/pull/3428))
|
|
21 | 20 |
|
22 | 21 | ## 🚀 New Features
|
23 | 22 |
|
| 23 | +- feat: recover addIdleConn may occur panic ([#2445](https://github.com/redis/go-redis/pull/2445)) |
| 24 | +- feat(ring): specify custom health check func via HeartbeatFn option ([#2940](https://github.com/redis/go-redis/pull/2940)) |
24 | 25 | - 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)) |
| 26 | +- add configurable buffer sizes for Redis connections ([#3453](https://github.com/redis/go-redis/pull/3453)) |
26 | 27 | - Add VAMANA vector type to RediSearch ([#3449](https://github.com/redis/go-redis/pull/3449))
|
27 | 28 | - VSIM add `EPSILON` option ([#3454](https://github.com/redis/go-redis/pull/3454))
|
28 | 29 | - Add closing support to otel metrics instrumentation ([#3444](https://github.com/redis/go-redis/pull/3444))
|
29 | 30 |
|
30 | 31 | ## 🐛 Bug Fixes
|
31 | 32 |
|
| 33 | +- fix(redisotel): fix buggy append in reportPoolStats ([#3122](https://github.com/redis/go-redis/pull/3122)) |
32 | 34 | - fix(search): return results even if doc is empty ([#3457](https://github.com/redis/go-redis/pull/3457))
|
33 | 35 | - [ISSUE-3402]: Ring.Pipelined return dial timeout error ([#3403](https://github.com/redis/go-redis/pull/3403))
|
34 | 36 |
|
35 | 37 | ## 🧰 Maintenance
|
36 | 38 |
|
| 39 | +- Merges stale issues jobs into one job with two steps ([#3463](https://github.com/redis/go-redis/pull/3463)) |
| 40 | +- improve code readability ([#3446](https://github.com/redis/go-redis/pull/3446)) |
| 41 | +- chore(release): 9.12.0-beta.1 ([#3460](https://github.com/redis/go-redis/pull/3460)) |
37 | 42 | - DOC-5472 time series doc examples ([#3443](https://github.com/redis/go-redis/pull/3443))
|
38 | 43 | - Add VAMANA compression algorithm tests ([#3461](https://github.com/redis/go-redis/pull/3461))
|
39 | 44 | - bumped redis 8.2 version used in the CI/CD ([#3451](https://github.com/redis/go-redis/pull/3451))
|
40 | 45 |
|
41 | 46 | ## Contributors
|
42 | 47 | We'd like to thank all the contributors who worked on this release!
|
43 | 48 |
|
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) |
| 49 | +[@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 | 50 |
|
46 | 51 | ## 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 |
| - |
| 52 | +* [@htemelski-redis](https://github.com/htemelski-redis) made their first contribution in [#3409](https://github.com/redis/go-redis/pull/3409) |
| 53 | +* [@smnvdev](https://github.com/smnvdev) made their first contribution in [#3403](https://github.com/redis/go-redis/pull/3403) |
| 54 | +* [@rokn](https://github.com/rokn) made their first contribution in [#3444](https://github.com/redis/go-redis/pull/3444) |
51 | 55 |
|
52 | 56 | # 9.11.0 (2025-06-24)
|
53 | 57 |
|
|
0 commit comments