Skip to content

1.6.12

Compare
Choose a tag to compare
@MeirShpilraien MeirShpilraien released this 14 Apr 10:11
· 1627 commits to master since this release
d8a43cb

This is a maintenance release for version 1.6.
Update urgency: Medium

Headlines:

  • This release improves overall stability and provides fixes for issues found after the previous release.

Details:

  • Features:
    • #1172 Added exists function that can be used on conditional updates (REPLACE PARTIAL) to check if a field exists in the document.
  • Minor Enhancements:
    • #1172 Lazy evaluation of the right side of 'or'/'and' clauses in IF condition.
    • #1134 Remove hard limit on LIMIT when using FT.SEARCH.
  • Bugfixes:
    • #1124 NOINDEX tag fields could not be updated on UPDATE PARTIAL with no indexed fields.
    • #1120 Release loop in II_GetCriteriaTester which released the same criteria tester multiple times.
    • #1161 Case where setting MAXDOCTABLESIZE had no effect.
    • #1169 FIRST_VALUE reducer crashed when value did not exist.
    • #1159 Infinite loop on NOT criteria tester.