v.2.16.0

Improvements:

  1. [LUNA-8218] New operators supported for event field filtering in general 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 json supported for filtration (values must be URL-encoded JSON strings) for new operators and previously implemented ones: eq, neq, in, nin. See subscribe general events for details.

Migration:

See a migration manual.