Grouped aggregation with relationship traversal is supported.
e.g. Find Host that USES Disk as d RETURN d.volumeId, count(d)
This was previously returning individual rows with 1
as the the count.
Query aggregation now supports grouping when the grouped by property is an
array. The array is counted/displayed as comma separated values.
Fixed an issue where tag.AccountName
was not updated when the integration
name changed.
Fixed issue when querying deleted data from the Landing page.
Added prompt to reload graph after an entity is edited or deleted from the
query result graph view.
Datetime numbers are now parsed into human-readable ISO datetime string in CSV
downloads from compliance evidence or query result.
Fixed incorrect count and bar height in the trend display of an alert.
Fixed incorrect query being populated when creating an alert from Landing page
query results.
Added default values to Send Email and Create Jira Ticket alert actions.
Improved auto-complete to handle editing previous parts of a query.
Performance improvements of the property filters in Asset Inventory.
Improved UI error handling, including an error reporting view in the case an
app fails to load.
Fixed an issue that prevented the Policies app from loading for certain users.
Lots of backend improvements.
Fixed some mapping issues.