IMPROVEMENT
- REST-API: Some workflows require polling a REST endpoint for data (such as using a Loop Join), and sometimes might not return data. We've added a flag to ignore expected HTTP errors. If checked, the queries will ignore any errors and proceed with the workflow.
- Cloud9QL: Using any of the date delta functions (i.e.,
minutes_delta, hours_delta
, etc) should no longer return errors if a null value exists in that specified field.
FIXED
- Widget: Sometimes all you need is for your widget to auto-refresh. Addressed an issue preventing auto-refresh when no data is returned from the underlying query.
- Query: Resolved an issue affecting some Safari users not being able to delete multiple queries at once.