Skip to content

v2.10.25

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Dec 15:45
· 69 commits to 2.10 since this release
2637ecb

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 FLUSHDB callback to avoid potential deadlocks

Improvements:

  • #7157 Show background Indexing OOM warning in FT.AGGREGATE reply in RESP3
  • #7086 Add the default text scorer as a new configuration
  • #7380 Rename FT.PROFILE counter fields
  • #7366 Reduce temporary memory overhead upon index load from RDB
  • #7393 Improve timeout check for FT.AGGREGATE in cluster mode
  • #7451 Enhance FT.PROFILE with vector search execution details
  • #7480 Ensure full profile output on timeout with RETURN policy

Full Changelog: v2.10.24...v2.10.25