New
v2.8.32
This is a maintenance release for RediSearch 2.8
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Bug Fixes:
- #7216 Fix a concurrency issue on Reducer in
FT.AGGREGATE - #7259 Fix underflow in BM25STD
- #7278 Report used memory as unsigned long long to avoid underflows
- #7340 Fix a rare leak in GC
- #7462 Fix Fork GC potential double-free on error path
- #7525 Avoid draining workers thread pool from
FLUSHDBcallback to avoid potential deadlocks
Improvements:
- #7157 Show background Indexing OOM warning in
FT.AGGREGATEreply in RESP3 - #7086 Add the default text scorer as a new configuration
- #7380 Rename
FT.PROFILEcounter fields - #7366 Reduce temporary memory overhead upon index load from RDB
- #7393 Improve timeout check for
FT.AGGREGATEin cluster mode - #7451 Enhance
FT.PROFILEwith vector search execution details - #7480 Ensure full profile output on timeout with RETURN policy
Full Changelog: https://github.com/RediSearch/RediSearch/compare/v2.8.31...v2.8.32