Skip to content

v2.6.14

Compare
Choose a tag to compare
@adrianoamaral adrianoamaral released this 20 Nov 11:44
· 587 commits to master since this release

This is a maintenance release for RediSearch 2.6

Update urgency: SECURITY: There are security fixes in the release.

Details

Bug fixes:

  • #3783 Broken lower and upper APPLY functions in FT.AGGREGATE on DIALECT 3 (MOD-5041)
  • #3823 APPLY or FILTER expression causing a leak (MOD-5751)
  • #3899 Connection using TLS fail on Redis (MOD-5768)
  • #3910 Heavy document updates causing memory growth if memory blocks weren't properly released (MOD-5181)(MOD-5757)
  • #3928 Queries with WITHCURSOR making memory growth since CURSOR wasn't invalidated in the shards (MOD-5580)
  • #3946 Vector range query could cause Out-of-Memory due to memory corruption (MOD-5791)
  • #3972 Adding new nodes to OSS cluster can cause a crash (MOD-5778)
  • #3957 After cleaning the index, the index sanitizer (GC) could corrupt on unique values (MOD-5815)
  • #4002 Setting a low MAXIDLE parameter value in FT.AGGREGATE causes a crash (MOD-5608)

Security and privacy:

  • #3844 Limits maximum phonetic length to avoid vulnerability (MOD 5767)