Date: 03-26-25
What’s New
Filter Use Case Registry by Reviewer
-
We updated the Use Case Registry view and introduced an option to filter by Reviewer name(s). This will allow platform users to quickly view Use Cases assigned to one or more Reviewers, and also identify Use Cases that do not have a Reviewer assigned. Platform users can leverage this information for quickly reaching out to Reviewers for follow-ups or for decisions on assigning, re-assigning Reviewers to Use Cases.
Customizable ‘Help’ link
-
Platform Admins can now customize the UI’ Help’ link to point to a custom page. You can now create a customer page with AI Governance information, guidelines and contact information specific to your company and point your platform users to this page via the ‘Help’ link.
Batching Due Date reminder emails
-
You will now receive a consolidated list of Due Date reminders, making it more efficient to monitor and response to these reminders. We will batch multiple Due Date reminders in a single email at an approximate frequency of once a day.
User Permissions Update for Better UX
-
Platform Users will now be able to upgrade Use Case linked questionnaires on their own as new versions of these questionnaires become available.
Only Admins can Delete Use Cases
-
We added more granular control over who can delete Use Cases. When the entitlement is enabled, only Admins can delete Use Cases, regardless of ownership. Non-Admins (Experts, Users) cannot delete Use Cases — even if they are the original creators.
Bug Fixes
-
Long Help Link Error: We fixed an issue where the
/api/v2/credoai/tenant_info
endpoint would crash with a 500 error when ahelp_link
URL longer than 255 characters was submitted. The API now properly validates the length of thehelp_link
field and returns a clear 400 error if the limit is exceeded ("URL too long"
). -
Help URL: We fixed an issue where the Help URL field in the Settings > Information tab accepted any text and incorrectly appended it to the base URL, resulting in broken links.
-
Trigger and Action Internal Server Error: We resolved an issue that caused an "Internal Server Error" message to appear when setting an automation on a Date-type custom field in the Governance Center. This has now been fixed, and triggered actions for Date fields can be added successfully without errors.
-
Evidence Types Conflict with Published Questionnaire: We resolved a bug where changing the evidence type of a question in a published questionnaire caused validation issues for previously answered questions. Previously, if a question was answered with a text response and later updated to a select type, the original text evidence was still stored and improperly validated against the new select options. Now, incompatible old evidence is now properly cleared or ignored when the evidence type changes. Users can seamlessly provide new responses without running into validation errors.