Changelog for Altworx 25.7.0
Breaking changes
-
Altworx now uses Runbox 16.0.0. Scenarios built with older versions of Runbox will stop working.
-
Configuring kafka endpoints using ENV variables:
"UTILS_KAFKA_ENDPOINTS",
"RUNTIME_KAFKA_ENDPOINTS", "NORMALIZER_KAFKA_ENDPOINTS", "REST_KAFKA_ENDPOINTS"
and "ASSET_MAP_KAFKA_ENDPOINTS“ is no longer supported. Kafka endpoints can now
only be defined in config.ini in section [kafka.endpoint.primary].
Changes
-
Admin UI: Add support for HTTP Acceptor
(PR,
#7007)
-
Log start/stop/restart of Altworx to audit log
(PR,
#7041)
-
Asset Map: Let user specify emails to reply to
(PR,
#7024)
-
Normalizer: Clean up loaders
(PR,
#4827)
-
Admin UI: Fix duplicated DOM IDs in HTTP Poller Acceptor configuration
(PR,
#7011)
-
Asset Map: add attribute to access tag mapping
(PR,
#6960)
-
Kafka Utils: Read kafka endpoint config from config.ini
(PR,
#6884)
-
REST: Log user authentication actions
(PR,
#7042)
-
Admin UI: show db_asset_acceptor reset state error
(PR,
#6819)
-
Normalizer: Improve normalizer loader shutdown procedure
(PR,
#6957)