Bug fixes
- Fix workspace file watching events sometime causing dashboard to stall and stop responding to events. (#3007)
- Fix cancelling dashboards (e.g. by pressing 'back' on the browser) sometimes leaving the dashboard server in a state where it will not respond to socket events. (#3008)
- Increase database connection timeout and improve the error message if connection failure occurs. (#2377)
- Validate that input references are of the form
self.input.<input-name>
. (#2990) - Fix
check --where
andcheck --tag
. (#3001) - Ensure correct exit code is returned when a mod plugin requirements are not met. (#2986)
- Fix dashboard leaf_node_updated events for v0.17.4 CLI being ignored by v0.18.0 UI clients. (#2994)
- Fix dashboard table interpolated template rendering not working in line view. (#3014)
- Fix HCL validation to allow
benchmark
andcontrol
blocks in dashboard. (#3015)