Skip to content

Commit 16c0ecc

Browse files
authored
OP: add release notes for several RediSearch versions (#1315)
1 parent 21ce4e3 commit 16c0ecc

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

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

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

16-
RediSearch v2.10.14 requires:
16+
RediSearch v2.10.15 requires:
1717

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

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+
2137
## v2.10.14 (March 2025)
2238

2339
This is a maintenance release for RediSearch 2.10.

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

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

18-
RediSearch v2.6.27 requires:
18+
RediSearch v2.6.28 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.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)
31+
2332
## v2.6.27 (February 2025)
2433

2534
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: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,28 @@ weight: 91
1313
---
1414
## Requirements
1515

16-
RediSearch v2.8.24 requires:
16+
RediSearch v2.8.25 requires:
1717

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

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)
37+
2138
## v2.8.24 (February 2025)
2239

2340
This is a maintenance release for RediSearch 2.8.

0 commit comments

Comments
 (0)