Skip to content

Commit eae8b0f

Browse files
authored
OP: add RediSearch v2.8.31 and v2.10.24 release notes (#2324)
1 parent d95e995 commit eae8b0f

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,24 @@ weight: 90
1313
---
1414
## Requirements
1515

16-
RediSearch v2.10.23 requires:
16+
RediSearch v2.10.24 requires:
1717

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

21+
## v2.10.24 (October 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+
Bug Fixes
28+
- [#6960](https://github.com/redisearch/redisearch/pull/6960) - FT.INFO returns the wrong number of documents in OSS Cluster with replicas.
29+
- [#6938](https://github.com/redisearch/redisearch/pull/6938) - Fix for the HIGHLIGHT feature, where if some fields have empty strings, wrong tokens might be highlighted.
30+
- [#7047](https://github.com/redisearch/redisearch/pull/7047) - Avoid crashing in the FT.AGGREGATE command in clusters where different shards have different ON_TIMEOUT policies configured (fail vs return).
31+
32+
Full Changelog: https://github.com/RediSearch/RediSearch/compare/v2.10.23...v2.10.24.
33+
2134
## v2.10.23 (September 2025)
2235

2336
This is a maintenance release for RediSearch 2.10.
@@ -28,7 +41,7 @@ Bug fixes:
2841
- [#6672](https://github.com/RediSearch/RediSearch/pull/6672) Fix potential file descriptor leak when OOM.
2942
- [#6763](https://github.com/RediSearch/RediSearch/pull/6763) Fix potential deadlock during RDB loading in cases where the `INFO` command is sent to the server.
3043

31-
**Full Changelog**: https://github.com/RediSearch/RediSearch/compare/v2.10.22...v2.10.23
44+
Full Changelog: https://github.com/RediSearch/RediSearch/compare/v2.10.22...v2.10.23
3245

3346
## v2.10.22 (August 2025)
3447

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

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

16-
RediSearch v2.8.30 requires:
16+
RediSearch v2.8.31 requires:
1717

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

21+
## v2.8.31 (October 2025)
22+
23+
This is a maintenance release for RediSearch 2.8.
24+
25+
Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.
26+
27+
Bug Fixes:
28+
- [#6960](https://github.com/RediSearch/RediSearch/pull/6960) - FT.INFO returns the wrong number of documents in OSS Cluster with replicas.
29+
- [#6938](https://github.com/RediSearch/RediSearch/pull/6938) - Fix for the HIGHLIGHT feature, where if some fields have empty strings, wrong tokens might be highlighted.
30+
- [#7049](https://github.com/RediSearch/RediSearch/pull/7049) - Avoid crashing in the FT.AGGREGATE command in clusters where different shards have different ON_TIMEOUT policies configured (fail vs return).
31+
2132
## v2.8.30 (September 2025)
2233

2334
This is a maintenance release for RediSearch 2.8.

0 commit comments

Comments
 (0)