Changelog for Altworx 24.6.0
Breaking changes
-
Host and check origin configuration was consolidated. Altworx now uses ENV variables that should
be set globally in
.env.
-
Instead of INI
[admin_ui]host use ENV ALTWORX_HOSTNAME
-
Instead of INI
[admin_ui]check_origin use ENV ALTWORX_CHECK_ORIGIN
-
UI URL configuration was moved from
[asset_map]ui_url to [general]ui_url and the default is
now based on the hostname config above. Set this only if you run URL on other hostname or use
non-standard scheme or port.
Changes
-
Consolidate Hostname and Check origin configuration into ENV variables.
(PR,
#6507)
-
Consolidate Hostname and Check origin configuration for Acceptors.
(PR,
#6507)
-
Normalizer: Validate individual pipelines
(PR,
#6508)
-
Admin UI: Enable longpoll fallback to live view websocket
(PR,
#6584)
-
story_modeller: Discard unknown steps in story modeller messages
(PR,
#6552)