Skip to content

v2.6.15

Compare
Choose a tag to compare
@adrianoamaral adrianoamaral released this 28 Dec 13:39
· 52 commits to 2.6 since this release
44bd47e

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:

  • #4244, #4255 Profiling FT.AGGREGATE using the WITHCURSOR flag causes a crash due to timeout (MOD-5512)
  • #4238 Memory excessively growing on databases caused by unbalanced nodes on inverted index trie (MOD-5880, MOD-5952, MOD-6003)
  • #3995 FT.CURSOR READ with geo queries causing a crash when data is updated between the cursor reads (MOD-5646)
  • #4155 FT.SEARCH not responding when using TLS encryption on Amazon Linux 2 (MOD-6012)

Improvements:

  • #4176 Initialization of the maximum numeric value range leading to a better balance of the index leaf splitting (MOD-6232)
  • #4123 Possibly problematic index name alias check-in command multiplexing (MOD-5945)
  • #4195 Query optimization when predicate contains multiple INTERSECTION (AND) of UNION (OR) (MOD-5910)