Changelog for Altworx 23.5.0
Warnings
-
It is recommended to move the
check_origin configuration from the [admin_ui] section
into the [general] to indicate that it now also affects REST WebSockets. The old setting
continues to work, though.
-
Many modules were moved from Toolbox to Runbox in version 3.0.0 (some kept their name, but the
majority of them were also renamed to be under the Runbox “namespace”); here are the ones that
affect scenario authors or deployment maintainers (for a complete list, see the task
#5848):
-
Modules that will require changes in aliases (just replace
Toolbox with Runbox)
-
Toolbox.Notifications.TemplateHelper → Runbox.Notifications.TemplateHelper
-
Toolbox.Runtime.RuntimeInstruction → Runbox.Runtime.RuntimeInstruction
-
Toolbox.Utils.Path → Runbox.Utils.Path
-
Toolbox.Scenario.Config → Runbox.Scenario.Config
-
Toolbox.Scenario.Helper → Runbox.Scenario.Helper
-
Toolbox.Scenario.Manifest → Runbox.Scenario.Manifest
-
Toolbox.Scenario.OutputAction → Runbox.Scenario.OutputAction
-
A module that requires change of
@behaviour (just replace Toolbox with Runbox)
-
Toolbox.Scenario.Template.StageBased→ Runbox.Scenario.Template.StageBased
-
Configuration key move
-
:scenario_config_dir config key was moved from :toolbox to :runbox,
you may have to change this in your config/test.exs
-
A module that will require change in pipeline definitions inside
config.ini
-
Toolbox.Normalizer.LoadTopic.Pipeline.parse_msg → Normalizer.LoadTopic.Pipeline.parse_msg
Changes
-
Do not depend on Toolbox (Altworx itself, builtin_scenarios, and scenarios)
and do not check its version in scenarios
(PR,
#5848)
-
Update Runbox and Toolbox (both to 3.0.0)
(PR,
#5848)
-
REST: Add OAuth2 authentication
(PR,
#5964)
-
REST: Add the option to connect user account to an external authentication provider
(PR,
#5965)
-
REST: Framework for writing WebSockets handlers
(PR,
#5993)
-
Asset Map: small changes to Incidents compatibility API that is to replace AQL
(PR)
-
Admin UI: Fix Set to now button (from
23.3.1)
-
Admin UI: Fix missing favicon and broken error views (from 23.4.1).
-
Admin UI: Fix Home (from
23.4.2)