Releases: RediSearch/RediSearch
v2.10.25
This is a maintenance release for RediSearch 2.10
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: v2.10.24...v2.10.25
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: v2.8.31...v2.8.32
v2.10.24
This is a maintenance release for RediSearch 2.10
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Bug Fixes
- #6960
FT.INFOreturns the wrong number of documents in OSS Cluster with replicas - #6938 Fix in the HIGHLIGHT feature, where if some fields have empty strings, wrong tokens might be highlighted
- #7047 Avoid crashing in
FT.AGGREGATEcommand in clusters where different shards have different ON_TIMEOUT policy configured (fail vs return)
Full Changelog: v2.10.23...v2.10.24
v2.8.31
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:
- #6960
FT.INFOreturns the wrong number of documents in OSS Cluster with replicas - #6938 Fix in the HIGHLIGHT feature, where if some fields have empty strings, wrong tokens might be highlighted
- #7049 Avoid crashing in
FT.AGGREGATEcommand in clusters where different shards have different ON_TIMEOUT policy configured (fail vs return)
v2.10.23
This is a maintenance release for RediSearch 2.10
Update urgency: HIGH : There is a critical bug that may affect a subset of users. Upgrade!
Bug fixes:
- #6672 Fix potential file descriptor leak upon OOM
- #6763 Fix potential deadlock during RDB loading in case where
INFOcommand is sent to the server
Full Changelog: v2.10.22...v2.10.23
v2.8.30
This is a maintenance release for RediSearch 2.8
Update urgency: HIGH : There is a critical bug that may affect a subset of users. Upgrade!
Bug fixes:
- #6672 Fix potential file descriptor leak upon OOM
- #6763 Fix potential deadlock during RDB loading in case where
INFOcommand is sent to the server
Full Changelog: v2.8.29...v2.8.30
v2.10.22
This is a maintenance release for RediSearch 2.10
Update urgency: HIGH : There is a critical bug that may affect a subset of users. Upgrade!
Bug fixes:
- #6600
FLUSHDBwhile active queries are still running could lead to a crash due to premature release of the CURSOR (MOD-10681)
Improvements:
v2.8.29
This is a maintenance release for RediSearch 2.8
Update urgency: HIGH : There is a critical bug that may affect a subset of users. Upgrade!
Bug fixes:
- #6599
FLUSHDBwhile active queries are still running could lead to a crash due to premature release of the CURSOR (MOD-10681) - #6418 Errors when loading schema from RDB get wrongly cleared (MOD-10307)
- #6405 Validate compatibility against RedisJSON version upon open key (MOD-10298)
Improvements:
v2.6.32
This is a maintenance release for RediSearch 2.6
Update urgency: HIGH : There is a critical bug that may affect a subset of users. Upgrade!
Bug fixes:
- #6405 Validate compatibility against RedisJSON version upon open key (MOD-10298)
- #6419 Errors when loading schema from RDB get wrongly cleared (MOD-10307)
- #6604
FLUSHDBwhile active queries are still running could lead to a crash due to premature release of the CURSOR (MOD-10681)
Improvements: