Skip to content

Commit d8e7182

Browse files
committed
DEV: add RediSearch release notes
1 parent 21d5cf5 commit d8e7182

File tree

3 files changed

+39
-5
lines changed

3 files changed

+39
-5
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,24 @@ categories:
88
description: New vector data types. Enhanced indexing capabilities. Simplified query syntax. Expanded geospatial search.
99
linkTitle: v2.10 (July 2024)
1010
min-version-db: '7.4'
11-
min-version-rs: 7.6 (TBD)
11+
min-version-rs: 7.8
1212
weight: 90
1313
---
1414
## Requirements
1515

16-
RediSearch v2.10.19 requires:
16+
RediSearch v2.10.20 requires:
1717

1818
- Minimum Redis compatibility version (database): 7.4
19-
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
19+
- Minimum Redis Enterprise Software version (cluster): 7.8
20+
21+
## v2.10.20 (June 2025)
22+
23+
This is a maintenance release for RediSearch 2.10.
24+
25+
Update urgency: `LOW` No need to upgrade unless there are new features you want to use.
26+
27+
Improvements:
28+
- [#6279](https://github.com/redisearch/redisearch/pull/6279) Added a locking mechanism for collecting `FT.INFO` statistics when concurrently running the index sanitiser (MOD-10007, MOD-9761).
2029

2130
## v2.10.19 (June 2025)
2231

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

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

18-
RediSearch v2.6.30 requires:
18+
RediSearch v2.6.31 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.31 (June 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+
- [#6349](https://github.com/redisearch/redisearch/pull/6349) Search on terms larger than 128 characters could lead to missing matches (MOD-6786).
31+
- [#6305](https://github.com/redisearch/redisearch/pull/6305) While iterating over a large index, frequent document updates could hit the `TIMEOUT`, causing a crash (MOD-9856).
32+
- [#6191](https://github.com/redisearch/redisearch/pull/6191) Reindexing from an RDB with multiple vector indexes could lead to a crash because of the cluster health check - NodeWD (MOD-9220).
33+
2334
## v2.6.30 (May 2025)
2435

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

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

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

21+
## v2.8.28 (June 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+
- [#6207](https://github.com/redisearch/redisearch/pull/6207) Continuous increasing of index error counts on `FT.INFO` could lead to an overflow and memory leak (MOD-9396).
29+
- [#6349](https://github.com/redisearch/redisearch/pull/6349) Search on terms larger than 128 characters could lead to missing matches (MOD-6786).
30+
- [#6305](https://github.com/redisearch/redisearch/pull/6305) While iterating over a large index, frequent document updates could hit the `TIMEOUT`, causing a crash (MOD-9856).
31+
32+
Improvements:
33+
- [#6340](https://github.com/redisearch/redisearch/pull/6340) Added a locking mechanism for collecting `FT.INFO` statistics when concurrently running the index sanitiser (MOD-10007, MOD-9761).
34+
2135
## v2.8.27 (May 2025)
2236

2337
This is a maintenance release for RediSearch 2.8.

0 commit comments

Comments
 (0)