Skip to content
Success

#5 (Mar 5, 2024, 1:39:30 PM)

Started 1 yr 11 mo ago
Took 17 min
Tests (no failures)
    Add get_entity_transient_id (#1377)

    (commit: 6279947)
    noreply at
    Add priority to event prefilters. (#1378)

    This allows for prefilters to be processed in order of least to highest
    complexity, leading to more efficient processing of events that don't
    match. For instance, matching a regex is more expensive than matching a
    boolean, so we check the boolean first, and if it doesn't match, then we
    don't try the regex match, whether or not it would match. General
    prefilter types have been given a default complexity, but as every
    prefilter is different, it's also possible for individual overrides to
    provide a custom priority instead.
    (commit: 416a628)
    noreply at