Skip to content

v2.6.9

Compare
Choose a tag to compare
@adrianoamaral adrianoamaral released this 24 Apr 16:26
· 619 commits to master since this release
b205a1d

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!

Details

Bug fixes:

  • #3468 KNN searching for 0 vectors with a filter resulted in crash (MOD-5006)
  • #3499 MAXSEARCHRESULTS set to 0 causing FT.SEARCH crash (MOD-5062)
  • #3494 Removing MAXSEARCHRESULTS limit causes crash on FT.AGGREGATE (MOD-4974)
  • #3504 Uninitialised vector similarity query parameter bug (MOD-5063)

Improvements:

  • #3430 Improve min-max heap structure for better readability and performance
  • #3450 Display NOHL option in FT.INFO command
  • #3534 Vector Similarity 0.6.1: Improve multi-value index deletion logic (#346)