aiWare UI Updates
-
Updated package list panel
-
Changed the ordering of pages in Resource Center to make Resources the first option
-
Adjusted the accuracy of the search result highlighting when viewing a PDF
-
Prevented viewers from showing in the data detail page if no engines were run in that category
-
Removed the phone number field from the user profile page
-
Changed the name of the “ACL” tab on the user profile to “Content Sharing ACL” to clarify its purpose
-
Added a convenient “Select All” button during new API token creation
-
Improved the null state when viewing a Source with no Schedules in Data Center to make it easier to setup a new schedule
-
Fixed an issue that caused drift between the display and editable versions of a schema during edit operations
-
Fixed an issue where an empty null state in Data Center caused the loading skeleton to get stuck
-
Fixed a scrolling issue when viewing the activity section of the user profile
-
Added success messaging when changing a user’s app role to provide visual feedback that an update has occurred
-
Fixed a different scrolling issue when selecting supported file types during engine creation
-
Disabled the download button for audit logs when no audit log data is present
-
Made error handling more responsive when a user enters a duplicate name during application creation
aiWare API Updates
-
Fixed a formatting issue with the transcripts of text documents that was preventing “by text” searches from completing successfully
-
Added the new value “license_error” to the list of available task failure reasons to provide more clarity when an engine run fails due to an expired, missing, or otherwise invalid license
-
Updated several GraphQL mutations that were unexpectedly allowing creates, updates, and shares when the user only had read-level permissions (createTDO, createRootFolders, shareFolder, createTDOWithAsset, and MoveTemporalDataObject)
-
Updated the creation of private user root folders to properly assign default ACEs when OLP is turned on for an organization
-
Removed the ability to adjust the roles of a user that is currently deactivated
-
Improved the logic for creation of the “Default App Access” role when creating a new application to prevent a rare situation that would block further role creation in the application if an event flag got into a bad state
-
Updated the output of the Plate Recognizer family of engines to ensure consistent result labeling when viewed in the UI
-
Various security improvements
aiWare Processing Updates
-
Improve TTL management in engine toolkit to minimize impact to long-running jobs
-
When importing packages, the ai cli will update the sso.application table for application resources to align the target domain
-
When running the install.sh script for an instance, it will bootstrap an initial admin user
-
The Hub UI allows manifest and chart updates for instances in an error or timeout state
-
Various security improvements