Changelog for Altworx 26.3.0
Warnings
There is a bug that might prevent database migrations to run in this version. Incident’s closed_at
is not set correctly if you update an Incident after it was closed. You can use the below SQL to
correct the data before upgrading to this version.
UPDATE incidents SET closed_at = modified_at WHERE resolved AND closed_at IS NULL
Changes
- Asset Map: Apply incident filter to surrounding nodes incident counts (PR, #7552)
- Add migration to split asset/incident types by type in global storage (PR, #7476)
- Add phone_number field to User entity + Add SMS notification channel (PR, #7583)
- Asset Map: Fix pattern escaping in GlobalStorage listing APIs (PR, #7558)
- Asset Map: Start using incident history (PR, #7529)