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
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,25 @@ weight: 90
13
13
---
14
14
## Requirements
15
15
16
-
RediSearch v2.10.15 requires:
16
+
RediSearch v2.10.17 requires:
17
17
18
18
- Minimum Redis compatibility version (database): 7.4
19
19
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
20
20
21
+
## v2.10.17 (April 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
+
-[#5859](https://github.com/redisearch/redisearch/pull/5859) Last query result using `FT.AGGREGATE` with `ON_TIMEOUT RETURN` and using multi-threading could be missing (MOD-9222)
29
+
-[#5858](https://github.com/redisearch/redisearch/pull/5858) Collecting empty results from shards during `FT.AGGREGATE` with RESP3 could cause a crash (MOD-9174)
30
+
31
+
Improvements:
32
+
-[#5938](https://github.com/redisearch/redisearch/pull/5938) Improved performance (reduced CPU time) of collecting vector index statistics(MOD-9354)
33
+
-[#5800](https://github.com/redisearch/redisearch/pull/5800) Improved accuracy of index memory reporting by correcting a bug that caused negative memory counts (MOD-5904)
34
+
21
35
## v2.10.15 (March 2025)
22
36
23
37
This is a maintenance release for RediSearch 2.10.
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,21 @@ weight: 92
15
15
---
16
16
## Requirements
17
17
18
-
RediSearch v2.6.28 requires:
18
+
RediSearch v2.6.29 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.29 (April 2025)
24
+
25
+
This is a maintenance release for RediSearch 2.6.
26
+
27
+
Update urgency: `LOW` No need to upgrade unless there are new features you want to use.
28
+
29
+
Improvements:
30
+
-[#5940](https://github.com/redisearch/redisearch/pull/5940) Improved performance (reduced CPU time) of collecting vector index statistics (MOD-9354)
31
+
-[#5816](https://github.com/redisearch/redisearch/pull/5816) Improved accuracy of index memory reporting by correcting a bug that caused negative memory counts (MOD-5904)
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,28 @@ weight: 91
13
13
---
14
14
## Requirements
15
15
16
-
RediSearch v2.8.25 requires:
16
+
RediSearch v2.8.26 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.26 (April 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
+
-[#5864](https://github.com/redisearch/redisearch/pull/5864) Last query result using `FT.AGGREGATE` with `ON_TIMEOUT RETURN` and using multi-threading could be missing (MOD-9222)
29
+
-[#5863](https://github.com/redisearch/redisearch/pull/5863) Collecting empty results from shards during `FT.AGGREGATE` with RESP3 could cause a crash (MOD-9174)
30
+
31
+
Improvements:
32
+
-[#5938](https://github.com/redisearch/redisearch/pull/5938) Improved performance (reduced CPU time) of collecting vector index statistics(MOD-9354)
33
+
-[#5800](https://github.com/redisearch/redisearch/pull/5800) Improved accuracy of index memory reporting by correcting a bug that caused negative memory counts (MOD-5904)
0 commit comments