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: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,34 @@ weight: 90
13
13
---
14
14
## Requirements
15
15
16
-
RediSearch v2.10.21 requires:
16
+
RediSearch v2.10.22 requires:
17
17
18
18
- Minimum Redis compatibility version (database): 7.4
19
19
- Minimum Redis Enterprise Software version (cluster): 7.8
20
20
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
+
21
34
## v2.10.21 (July 2025)
22
35
23
36
This is a maintenance release for RediSearch 2.10.
24
37
25
38
Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.
26
39
27
-
**Bug fixes:**
40
+
Bug fixes:
28
41
-[#6405](https://github.com/redisearch/redisearch/pull/6405) Validate compatibility against RedisJSON version upon open key.
29
42
30
-
**Improvements:**
43
+
Improvements:
31
44
-[#6340](https://github.com/redisearch/redisearch/pull/6340) Handle excessive logging when processing JSON.DEL errors.
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,26 @@ weight: 92
15
15
---
16
16
## Requirements
17
17
18
-
RediSearch v2.6.31 requires:
18
+
RediSearch v2.6.32 requires:
19
19
20
20
- Minimum Redis compatibility version (database): 6.0.16
21
21
- Minimum Redis Enterprise Software version (cluster): 6.2.8
22
22
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).
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,27 @@ weight: 91
13
13
---
14
14
## Requirements
15
15
16
-
RediSearch v2.8.28 requires:
16
+
RediSearch v2.8.29 requires:
17
17
18
18
- Minimum Redis compatibility version (database): 7.2
19
19
- Minimum Redis Enterprise Software version (cluster): 7.2.4
20
20
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).
0 commit comments