v.3.27.0

Improvements:

  1. [LUNA-8259] New operators supported for meta field filtering in events:

    • contains - checks if all elements of the provided value are contained in the event field

    • ncontains - negation of contains operator

    • overlaps - checks if at least one element from the array overlaps with the event field

    • noverlaps - negation of overlap operator

    Data type array & object supported for filtration for new operators and previously implemented ones: eq, neq, in, nin. See handlers for details.

Migration:

See a migration manual.