Changelog for Altworx 24.2.0
Breaking changes
-
Universal event generator was renamed to Story modeller and introduced a new message format. Consequently, topics, pipeline, and scenarios have been updated from
universal_eventtostory_modellerfor consistency. The Old message format, specified by Universal event generator will no longer be supported, so alluniversal_eventtopics can be deleted.Additionally, the configuration key for bootstrap has been modified to
story_modeller_bootstrap_enabledand is enabled by default like previously, but now it will createstory_modellertopics and start astory_modellerscenario.Users are required to do the following changes:
-
rename
universal_event_bootstrap_enabledtostory_modeller_bootstrap_enabledif used inconfig.ini -
reconfigure their
universal_event_1normalizer pipeline parameters as follows-
input = story_modeller -
definition = Normalizer.StoryModeller.Pipeline.parse_msg
-
-
reconfigure
config.tomlfor Demo Generator-
update
enabled_generatorsby replacing"universal_event"with"story_modeller" -
change
[universal_event]configuration section to[story_modeller] -
change
kafka_topictostory_modeller
-
update
All these changes will be predefined in empty deployment.
-
rename
Changes
- Asset Map: Use Mox in unit tests (PR)
- Add ALTWORX_BOOK_ENV to Livebook in dev docker-compose files. (PR)
- Asset Map: Add reverse paging to Events listing API (PR, #6297)
- REST: Replace JWT token in authentication with normal token (PR, #6277)
- REST: Remove API V0 (PR)
-
Docker: Mount
settings/ui/locationsin local prod setup (PR) - Prepare normalizer and scenario to work with Story Modeller (PR, #6299)
- Asset Map: Add AssetMap.Ecto.MigrationsRepo (PR, #6109)
- Fix kafka dir bootstrap in install script (PR, #6354)
- Asset Map: Fix serialization of Edge DAO operations (PR, #6152),
- Story Modeller: Process multi step messages (PR, #6289)