Full List of Enhancements:
Inventory & Reporting:
ModelOp-Managed Approvals: added support in the ModelOp UI to create ModelOp-managed approvals of different types. Each type has configurable titles and resolution states.
Comments Tracking: added UI support for comment tracking across users on the new ModelOp-Managed approvals
Automated Risk Mapping:
Risk / Control Mapping: added support for automated risk and control mapping based on a set of list of criteria. This criteria is configurable by the Customer and can take into account any Use Case metadata to appropriately map the given set of risks and corresponding controls.
File/Documentation Controls: added automated checks for specific files/documentation to satisfy a control
Governance Score:
Custom Form Data: updated the Governance Score calculations to support more than 50 custom fields in a given form
Assets by Regex: added capability to evaluate Assets by Regex (e.g. evaluated by Regex on the filename). Previously, an asset was evaluated only by Asset_Role (e.g. Design_Documentation)
Example: if the control is to ensure that a file of name “AI_monitoring_plan.docx” is uploaded, the Governance Score can be configured to find an asset by Regex on the file name.
This feature can be found in the Scores Admin page, under the Assets section:

Custom Forms:
ModelOp Runtime:
Jobs with No Results: update the handling of Jobs that return no data.
Details: For Jobs (eg metrics jobs), if the runtime successfully establishes a connection to the Input Asset and the query / params are valid , but the input asset returns no data, then the runtime will now (1) return an empty data frame (2) log that “No results were returned for the specified input asset for the job”
ODBC Encoding Issues: updated the handling of ODBC sources where the odbc code can’t encode the data and gives back an error. Previously, it would crash the runtime. Now, the runtime handles it gracefully and (1) skips the record (2) identifies which record it skipped (3) lets the job complete (4) logs how many records were (a) successfully processed (b) skipped (c) total records
Security:
Import Utility:
Bug Fixes:
Security:
PowerBI:
UI:
Notification Details: addressed an issue with word wrap in the Risk details section of a Model Risk notification
Snapshot: updated the Snapshot page to hide the “Edit Snapshot” button for users that have READ-ONLY access permission for that snapshot
Assets: updated the Assets page to hide the “Edit Assets” button for users that have READ-ONLY permission for that item
Runtime:
Security Fixes/Patches:
NOTE: many of the below are NOT related to ModelOp software, but rather related to dependencies
Addressed CVE-2023-34036 - Reactive web applications that use Spring HATEOAS to produce hypermedia-based responses might be exposed to malicious forwarded headers.
Addressed CVE-2023-4759 - a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree