Skip to content

Commit c7ad1c1

Browse files
committed
OP: add new RediSearch release notes
1 parent d0bed17 commit c7ad1c1

File tree

3 files changed

+49
-5
lines changed

3 files changed

+49
-5
lines changed

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,34 @@ weight: 90
1313
---
1414
## Requirements
1515

16-
RediSearch v2.10.21 requires:
16+
RediSearch v2.10.22 requires:
1717

1818
- Minimum Redis compatibility version (database): 7.4
1919
- Minimum Redis Enterprise Software version (cluster): 7.8
2020

21+
## v2.10.22 (August 2025)
22+
23+
This is a maintenance release for RediSearch 2.10.
24+
25+
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
26+
27+
Bug fixes:
28+
- [#6600](https://github.com/redisearch/redisearch/pull/6600) `FLUSHDB` while active queries are still running could lead to a crash due to premature release of the CURSOR (MOD-10681).
29+
30+
Improvements:
31+
- [#6664](https://github.com/redisearch/redisearch/pull/6664) Time measurement on `FT.PROFILE` using thread-independent clock mechanism (MOD-10622).
32+
- [#6647](https://github.com/redisearch/redisearch/pull/6647) Response on RESP2/3 validation was inefficiently consuming excessive CPU cycles (MOD-9687).
33+
2134
## v2.10.21 (July 2025)
2235

2336
This is a maintenance release for RediSearch 2.10.
2437

2538
Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.
2639

27-
**Bug fixes:**
40+
Bug fixes:
2841
- [#6405](https://github.com/redisearch/redisearch/pull/6405) Validate compatibility against RedisJSON version upon open key.
2942

30-
**Improvements:**
43+
Improvements:
3144
- [#6340](https://github.com/redisearch/redisearch/pull/6340) Handle excessive logging when processing JSON.DEL errors.
3245

3346
## v2.10.20 (June 2025)

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,26 @@ weight: 92
1515
---
1616
## Requirements
1717

18-
RediSearch v2.6.31 requires:
18+
RediSearch v2.6.32 requires:
1919

2020
- Minimum Redis compatibility version (database): 6.0.16
2121
- Minimum Redis Enterprise Software version (cluster): 6.2.8
2222

23+
## v2.6.32 (August 2025)
24+
25+
This is a maintenance release for RediSearch 2.6.
26+
27+
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
28+
29+
Bug fixes:
30+
- [#6405](https://github.com/redisearch/redisearch/pull/6405) Validate compatibility against RedisJSON version upon open key (MOD-10298).
31+
- [#6419](https://github.com/redisearch/redisearch/pull/6419) Errors when loading schema from RDB get incorrectly cleared (MOD-10307).
32+
- [#6604](https://github.com/redisearch/redisearch/pull/6604) `FLUSHDB` while active queries are still running could lead to a crash due to premature release of the CURSOR (MOD-10681).
33+
34+
Improvements:
35+
- [#6467](https://github.com/redisearch/redisearch/pull/6467) Handle excessive error logs when handling JSON.DEL errors (MOD-10266).
36+
- [#6659](https://github.com/redisearch/redisearch/pull/6659) Time measurement on `FT.PROFILE` using thread-independent clock mechanism (MOD-10622).
37+
2338
## v2.6.31 (June 2025)
2439

2540
This is a maintenance release for RediSearch 2.6.

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,27 @@ weight: 91
1313
---
1414
## Requirements
1515

16-
RediSearch v2.8.28 requires:
16+
RediSearch v2.8.29 requires:
1717

1818
- Minimum Redis compatibility version (database): 7.2
1919
- Minimum Redis Enterprise Software version (cluster): 7.2.4
2020

21+
## v2.8.29 (August 2025)
22+
23+
This is a maintenance release for RediSearch 2.8.
24+
25+
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
26+
27+
Bug fixes:
28+
- [#6599](https://github.com/redisearch/redisearch/pull/6599) `FLUSHDB` while active queries are still running could lead to a crash due to premature release of the CURSOR (MOD-10681).
29+
- [#6418](https://github.com/redisearch/redisearch/pull/6418) Errors when loading schema from RDB get incorrectly cleared (MOD-10307).
30+
- [#6405](https://github.com/redisearch/redisearch/pull/6405) Validate compatibility against RedisJSON version upon open key (MOD-10298).
31+
32+
Improvements:
33+
- [#6466](https://github.com/redisearch/redisearch/pull/6466) Handle excessive error logs when handling JSON.DEL errors (MOD-10266).
34+
- [#6663](https://github.com/redisearch/redisearch/pull/6663) Time measurement on `FT.PROFILE` using thread-independent clock mechanism (MOD-10622).
35+
- [#6646](https://github.com/redisearch/redisearch/pull/6646) Response on RESP2/3 validation was inefficiently consuming excessive CPU cycles (MOD-9687).
36+
2137
## v2.8.28 (June 2025)
2238

2339
This is a maintenance release for RediSearch 2.8.

0 commit comments

Comments
 (0)