You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's New
The submitNoMessageCheck method added for submitting NoMessageCheck rule. It allows you to verify that there were no messages that match the certain filter;
The silence_check parameter was added to the CheckSequenceRuleRequest. If it is set to true the check1 will also verify that there are no messages received that match the pre-filter after the main rule had finished. See details in check1 3.9.0 release notes.
The message_timeout parameter was added to all rule requests. It allows you to specify a time for rule execution based on messages' timestamp;
The time_precision and decimal_precision parameters were added to RootComparisonSettings. It allows you to configure the precision that will be used for EQ_TIME_PRECISION and EQ_DECIMAL_PRECISION operations;
The NullValue was added to ValueFilter. It allows you to verify that the message has a certain field with a null value. NOTE: it can be used only with EQUAL and NOT_EQUAL operations