Skip to content

Release for check1 3.9.0

Latest
Compare
Choose a tag to compare
@OptimumCode OptimumCode released this 11 Dec 07:00
· 10 commits to master since this release
5c68dfb

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