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
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,27 @@ weight: 90
13
13
---
14
14
## Requirements
15
15
16
-
RediSearch v2.10.14 requires:
16
+
RediSearch v2.10.15 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.15 (March 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
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Cursor with `SORTBY` is never depleted, blocking queries if the cursor limit is reached (MOD-8483)
29
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Empty results with RESP3 due to the `TIMEOUT`, even if `ON_TIMEOUT` is set to `RETURN`(MOD-8482)
30
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Cursor with RESP3 on `FT.AGGREGATE` is never depleted, blocking queries if cursor the limit is achieved (MOD-8515)
31
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Using `FT.CURSOR READ` on queries that timed out led to fewer results than expected (MOD-8606)
32
+
-[#5810](https://github.com/redisearch/redisearch/pull/5810) The `total_results` field of the `FT.AGGREGATE` command is not correct in RESP3 (MOD-9054)
33
+
34
+
Improvements:
35
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Corrected a coordinator race condition that prevented premature release, avoiding errors and inconsistencies during query executions (MOD-8794)
36
+
21
37
## v2.10.14 (March 2025)
22
38
23
39
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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,20 @@ weight: 92
15
15
---
16
16
## Requirements
17
17
18
-
RediSearch v2.6.27 requires:
18
+
RediSearch v2.6.28 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.28 (March 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
+
Bug fixes:
30
+
-[#5712](https://github.com/redisearch/redisearch/pull/5712) Weights in the query string are ignored if using `SCORER BM25` (MOD-7896)
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.24 requires:
16
+
RediSearch v2.8.25 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.25 (March 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
+
-[#5709](https://github.com/redisearch/redisearch/pull/5709) Weights in the query string are ignored if using `SCORER BM25` (MOD-7896)
29
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Cursor with `SORTBY` is never depleted, blocking queries if the cursor limit is reached (MOD-8483)
30
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Empty results with RESP3 due to the `TIMEOUT`, even if `ON_TIMEOUT` is set to `RETURN`(MOD-8482)
31
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Cursor with RESP3 on `FT.AGGREGATE` is never depleted, blocking queries if cursor the limit is achieved (MOD-8515)
32
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Using `FT.CURSOR READ` on queries that timed out led to fewer results than expected (MOD-8606)
33
+
-[#5810](https://github.com/redisearch/redisearch/pull/5810) The `total_results` field of the `FT.AGGREGATE` command is not correct in RESP3 (MOD-9054)
34
+
35
+
Improvements:
36
+
-[#5788](https://github.com/redisearch/redisearch/pull/5788) Corrected a coordinator race condition that prevented premature release, avoiding errors and inconsistencies during query executions (MOD-8794)
0 commit comments