Changelog for Altworx 25.12.0
Breaking changes
- We started using fully qualified name distribution so all our applications need to be upgraded (Altworx v25.12+, AssetModeller v25.12+, DemoGenerator v25.12+).
- Access tags are now used for authorization instead of permissions. Permissions specified in roles are now ignored and will be removed from roles in future versions. Make sure to adapt your projects before upgrading to this versions, otherwise whole reality network might become visible to everyone.
Changes
- Admin UI: Implement scenario notification templates editor (PR, #6841)
- Remove Security.identity (PR, #7142)
- Unify mocking in tests using Mimic (PR, #7139)
- Admin UI: Remove padding from layout content (PR, #7141)
- Runtime: Continue run from correct timestamp to avoid duplicated message processing (PR, #7147)
- Asset Map: Separate property tests from integration tests (PR, #7141)
- Admin UI: Fix restart dialog disappearing after restart (PR, #7124)
- Start using fully qualified name distribution (PR, #7116)
- Do not register run components to Registry (PR, #5783)
- Fix potential modal overflow issues (PR, #7180)
- REST: Deny invalid requests (matched against their OpenApi schemas) (PR, #6786)
- Validate INI configuration during serialization (PR, #7112)
- Asset Map: Add property tests for edge access tags (PR, #7128)
- Asset Map: Asset name supports brackets in template (PR, #7162)
- Asset Map: Use access tags for authorization (PR, #6941)