Changelog for Altworx 23.9.0
Breaking changes
-
Format of the configuration for external Admin UI links has changed. It is
now common for UI and Admin UI. In
config.ini, change all section names
from [admin_ui.external_link.<name>] to [external_ui_link.<name>]. See
docs/configuration/configuration.md for new options.
-
Some AQL features were removed. Using AQL for access to history is no longer possible. The
following keyword were removed.
-
AS OF - seeing results at a specific time
-
BETWEEN - seeing all changes between two times
-
CREATED - condition on when the asset was created
-
DELETED - condition on when the asset was deleted
Changes
-
Admin UI: Fix capability authorization
(PR)
-
Admin UI: Fix logic in test mock
(PR)
-
Asset Map: New implementation of future severities API
(PR,
#6072)
-
REST: Fix token validation API return values
(PR,
#5942)
-
Admin UI, REST: Configurable external links for UI / Admin UI.
(PR,
#6101)
-
Asset Map: Remove history AQL
(PR,
#6151)
-
Asset Map: add base user
(PR,
#6085)
-
Admin UI: Fix an error when restarting Altworx
(PR,
#6048)
-
Acceptors: Modify callback module of Hikvision ISAPI Acceptor
(PR,
#6148)