Skip to content

Commit 4265b3e

Browse files
authored
OP: add RediSearch v2.10.25 release notes (#2529)
1 parent 3ae9e5c commit 4265b3e

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

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

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

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

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

21+
## v2.10.25 (December 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+
29+
- [#7157](https://github.com/RediSearch/RediSearch/pull/7157) Show background Indexing OOM warning in FT.AGGREGATE reply in RESP3.
30+
- [#7086](https://github.com/RediSearch/RediSearch/pull/7086) Add the default text scorer as a new configuration.
31+
- [#7380](https://github.com/RediSearch/RediSearch/pull/7380) Rename FT.PROFILE counter fields.
32+
- [#7366](https://github.com/RediSearch/RediSearch/pull/7366) Reduce temporary memory overhead upon index load from RDB.
33+
- [#7393](https://github.com/RediSearch/RediSearch/pull/7393) Improve timeout check for FT.AGGREGATE in cluster mode.
34+
- [#7451](https://github.com/RediSearch/RediSearch/pull/7451) Enhance FT.PROFILE with vector search execution details.
35+
- [#7480](https://github.com/RediSearch/RediSearch/pull/7480) Ensure full profile output on timeout with RETURN policy.
36+
37+
Bug Fixes:
38+
39+
- [#7216](https://github.com/RediSearch/RediSearch/pull/7216) Fix a concurrency issue on Reducer in FT.AGGREGATE.
40+
- [#7259](https://github.com/RediSearch/RediSearch/pull/7259) Fix underflow in BM25STD.
41+
- [#7278](https://github.com/RediSearch/RediSearch/pull/7278) Report used memory as unsigned long long to avoid underflows.
42+
- [#7340](https://github.com/RediSearch/RediSearch/pull/7340) Fix a rare leak in GC.
43+
- [#7462](https://github.com/RediSearch/RediSearch/pull/7462) Fix Fork GC potential double-free on error path.
44+
- [#7525](https://github.com/RediSearch/RediSearch/pull/7525) Avoid draining workers thread pool from FLUSHDB callback to avoid potential deadlocks.
45+
46+
47+
Full Changelog: https://github.com/RediSearch/RediSearch/compare/v2.10.24...v2.10.25
48+
2149
## v2.10.24 (October 2025)
2250

2351
This is a maintenance release for RediSearch 2.10.

0 commit comments

Comments
 (0)