Skip to content

v7.2.22

Choose a tag to compare

@github-actions github-actions released this 31 Jan 16:33
· 4929 commits to master since this release

v7.2.22

  • Issue #4054 : Fix comparison of double values, e.g. toDouble(20000) > toDouble(125000000). Improve comparison/sorting logic to cope with the new Duration type and to better handle mixed type comparison.

  • Issue #4056 : Fix display value of Error type values in query/dashboard. Now shows error message prefixed with ERR: .

  • Issue #4055 : Fix parsing/formatting of durations in query/dashboard expressions.