Product Updates - v3.75
This release delivers two significant platform capabilities β self-serve Integrations, Federated Apps platform via a public Rise-X MCP, alongside multiple minor enhancements and bug fixes.
πͺ Feature Updates & Enhancements
Integrations β Settings Management
Ecosystem Owners can now create, configure, test and govern outbound integrations from Settings β Ecosystem β Integrations, without engineering involvement. Includes role-gated list/detail views, FormβJSON parity with schema validation, secret masking with audited reveal, enable/disable/delete, and audit-log writes. (#877)
Integrations β Use in Builders
Builders can now wire integration-backed external data into the Workflow, Asset and Dashboard builders β as an action in workflow Rules (integration.call) and as an external data source in Asset Search (GET endpoints). Includes endpoint pickers, field mapping, filters, and sample-response preview/test, so builders can read external data and trigger external calls on builder events with one consistent model. (#878)
Rise-X MCP β SDK, AI Agent Runtime & Chat History
A new federated-apps developer platform lands across the stack: the typed @rise-x/apps-sdk with domain connectors (flows, work, assets, agents) plus a shell bridge to the AI gateway; a configurable AI-agent runtime that bootstraps and streams agent runs from stored agent configs (POST /agent/run); and server-persisted, listable agent chat history in Rise-X's own MongoDB (ZDR-safe, provider-portable). App developers get a typed, auth-managed API surface and first-class AI agents with durable conversations. (#1330, #1979, #2328)
Cross-Ecosystem Start Work
A new "Start Ecosystem Work" flow-builder activity can create a work item in a flow in a different ecosystem on the same deployment, copying selected source fields and establishing bidirectional Related Work links. It uses a target-flow allow-list consent model (flow-to-flow by ID, no per-user impersonation), configurable fire-and-forget vs fail-on-error handling, and a Related-Work indicator for cross-ecosystem items β eliminating double data entry for people working across two ecosystems. (#1315)
Various AI Enhancements
A cluster of enhancements supporting the use of AI within Rise-X Workflows:
- AI population result indicators β visual cues in file-preview and table views showing which attachments were AI-populated, which are duplicates, and which failed. (#1366)
- Email attachment support for AI β the receipt-extraction pipeline can now process email attachments (e.g. Outlook files), so attachments arriving by email are extracted automatically. (#1368)
- Save row index within work data β attachments can store and reference a row index (
attachment/data/rowIndex), linking an uploaded attachment to a specific data-grid row. (#1397) - Excel & Multi-Sheet Support - Attachment validation service now accepts Excel workbooks and treats each sheet as an independent artefact, running checks per sheet and aggregating results, with graceful handling of empty / irrelevant / malformed sheets. (#374)
Asset Search Endpoint with Nested Filters
A new/improved asset search endpoint supports nested AND/OR filter expressions (field / operator / values), so callers can compose richer asset queries (e.g. name contains "david" AND status Active, OR city equals "New York"). (#881)
Company User-Search Endpoint
A new GET /api/v4/config/company/search/users endpoint (plus a searchString param on the existing company-users endpoint) searches users within the caller's own company, with access widened from company-owner to any company member. Response standardised on CompanyUserResponse. (#2045)
Table View: "Reset All" Renamed to "Reset Filters"
The table-view button that only ever resets filters is now correctly labelled "Reset Filters".(#1241)
Hide Deleted Items from a Related Items List
A Work Item's related-Work Items list now shows only active Work Items rather than every Work Item ever linked (including deleted ones), so mitigation coverage isn't overstated. (#1438)
Advanced Filters β Related Work
Ability to query/filter work items by their relationships (e.g. all items related to a set of work IDs, or all items with a relationship of a named type). (#977)
π Bug Fixes
Dashboard invitations fail with 403 for ecosystem owner / orchestrator (#1364)
Inviting a user to a published dashboard returned HTTP 403 "Access denied to the layout" even for privileged users (ecosystem owner, or dashboard owner/editor) β the PATCH /api/v4/config/dashboards/{id} addUsers call failed the layout ACL check, blocking sharing. Now fixed.
Can't delete attachments in a work item created from Related Work Table (#1307)
An Owner gets "access denied" deleting attachments on a work item created from Related Work Table, because the attachment is evaluated against its original (already-Completed) draft work rather than the current work being edited.
New work items omit flow owners and show only a few users (#1394)
Newly created work items show only a couple of users in the share panel and omit the flow owners, where previously they included several users including flow owners.
Dashboard owner can't Manage / Duplicate / Delete their own new dashboard (#1419)
On newly created v4 dashboards, a creator who isn't an environment owner/orchestrator found the card-menu Manage/Duplicate/Delete actions disabled (creator missing from acl.userRoles).
Missing vertical spacing between bars in bar charts (#1428)
Dashboard bar charts rendered bars with no gap between categories (a "staircase" look) due to fixed point width / zero padding; consistent spacing restored to match design.