AICA Core v5.1.0 #448
eeberhard
announced in
New Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version 5.1.0 is a minor update to AICA Core that introduces several new features and improvements to AICA Studio.
When upgrading to version 5.1.0, users are now required to create scoped access profiles before using AICA Studio; this is facilitated by a redesigned login flow. It is recommended to create a new system configuration for v5.1.0 rather than upgrading an existing configuration from v5.0.1 or earlier.
AICA Studio
Version 5.1.0 introduces several new features and improvements to AICA Studio.
The application editor now supports undo and redo actions alongside the ability to tag and restore persistent versions. Managing applications becomes easier with custom labels and better organization in the redesigned application manager. The editor has improved keyboard shortcuts which are listed in the updated Help page.
The 2D data charts have been overhauled for more visual fidelity and interactivity, allowing users to zoom and pan in time and data dimensions. The 3D scene has configurable lighting controls for better visualization of assets.
When using Studio from the latest versions of AICA Launcher, Launcher-specific controls are embedded directly in the Studio navigation bar instead of needing a separate overlay icon. Additionally, controls to download files and open external links are now supported even when using Studio in Launcher.
This version makes some changes to API scopes and user profiles. References to AICA Studio "users" (and the "User" page) have been renamed to "profiles" (and "Profile") accordingly. The former
adminscope has been split into theusersandcloud-configscopes, and the privileged defaultsuper-adminprofile now can only manage profiles from a restricted login screen. This means users of a new configuration with no existing profiles will need to first create a new profile with appropriate scopes before they can access Studio. The previous Settings tab which was visible for profiles with theadminscope has been removed in this version, and will be re-introduced as a dedicated Cloud Config setting for thecloud-configscopes in a future release.Many additional improvements and fixes have been made to the control, interactivity, visualization, and user feedback across the editor and Studio.
Features
Fixes
API
This updates makes a significant change to API scopes by limiting the functionality of the super-admin profile and splitting the former admin scope into users and cloud-config scopes. It also fixes an edge case in the migration of legacy component descriptions that include services with empty but non-null payload formats.
Event Engine
In the core engine, this update fixes an issue with predicates incorrectly persisting between unloading and loading the same node in a running application, while also improving exception handling during Python component construction.
Core hardware collection
A small fix in this update ensures the generic mock interface doesn't keep moving in the absence of a command.
All reactions