Changelog for Altworx 22.3.0
Breaking changes
-
Normalizer configuration was moved to
config.ini and definition functions changed their
protocol. To keep your normalizers you have to move them and change the definition
functions.
Warnings
-
Asynchronous processing in Normalizer Pipelines was removed, you may experience a drop in
performance if using small number of pipelines.
-
Install script changed, be sure to update it
-
UI may get stuck at 502 error if Altworx crashes. Restart UI container to resolve the problem.
Also, this should fix itself in at most 10 minutes. Shouldn’t happen during installation, only in
other situations.
Changes
-
Admin UI
-
RN editor - visual tweaks (PR, #5294)
-
Use text-based config.ini editor (PR, #5267)
-
Improve UX of acceptor actions - stop, start, delete (PR, #5286)
-
Improve UX of run actions - stop, start, delete (PR, #5290)
-
Validate acceptor name during installation (PR)
-
Show version and project/ENV information (PR)
-
Move normalizer configuration to config.ini (PR, #5300, #5301, #5303)
-
New API to get latest changes in Reality Network (PR, #5297)
-
Delete data and configuration when removing an acceptor (PR, #5315)
-
Prevent incompatible scenario upgrades (PR, #4653)
-
Remove asynchronous processing in Normalizer (PR)
-
Improve Runtime warnings for bad scenario behaviour (PR, #3724)
-
Improve Rutime state loading (PR, #5350)
-
Add upsert API for type metadata (PR, #5295)
-
Add reply-to to emails (PR)
-
Bugfix Change how nginx accesses Altworx (PR, #5309)
-
Bugfix Fix integration with rsyslog acceptor (PR)
-
Bugfix Fix monitoring documentation (PR)