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