Skip to content

v2.10.18

Latest
Compare
Choose a tag to compare
@adrianoamaral adrianoamaral released this 29 May 09:44
· 10 commits to 2.10 since this release
7a189ed

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:

  • #6184 Reindexing from RDB with multiple vector indices could lead to a crash due to cluster health check - NodeWD (MOD-9220,MOD-8809)
  • #6028 FT.CURSOR...DEL while another thread is reading it could lead to a crash (MOD-9408,MOD-9432,MOD-9433,MOD-9434,MOD-9435)
  • #5967 When indexing documents using TEXT and without the text in the documents leads to an inf or nan score (MOD-9423)
  • #6056 Avoid lazy expiration in background indexing for Active-Active setup preventing keys from expiring incorrectly (MOD-9486)
  • #6108 Timeout fail returned when ON_TIMEOUT RETURN policy stop collecting of the partial results - best effort (MOD-9612)

Improvements:

  • #6007 Parser for intersections on parentheses and sub-queries order won't affect full-text scores (MOD-9278)
  • #6020 Preventing access to the Redis key space when LOAD...@__key is used (MOD-9419)