stroom distribution v5.0-beta.68
Pre-release-
Issue #515 : Fix handling of errors that occur before search starts sending.
-
Issue #506 : In v5 dashboard table filters were enhanced to allow parameters to be used in include/exclude filters. The implementation included the use of
\to escape$characters that were not to be considered part of a parameter reference. This change resulted in regular expressions requiring\being escaped with additional\characters. This escaping has now been removed and instead only$chars before{chars need escaping when necessary with double$$chars, e.g. use$${somethingif you actually want${somethingnot to be replaced with a parameter. -
Issue #505 : Fix the property UI so all edited value whitespace is trimmed
-
Issue #513 : Now only actively executing tasks are visible as server tasks
-
Issue #483 : When running stream retention jobs the transactions are now set to REQUIRE_NEW to hopefully ensure that the job is done in small batches rather than a larger transaction spanning multiple changes.