0.7.0 available now:
Adds:
-
anyOf
,allOf
,noneOf
expression functions that take variable arguments. Returns the logical predicate across the provided arguments; beware of vacuous truth if called with no arguments! - A simple, experimental tag history servlet which streams results. Available at
http://$gatewayAddress/system/history-extension
, acceptspath
(any number),startDate
,endDate
,returnSize
,aggregationMode
, andaliases
(a comma-separated list) as parameters. - An experimental
system.tag.getLocalConfiguration(basePath, recursive)
function that works in the gateway scope, to retrieve only the locally defined configuration on any tag(s).