Purpose
RegScale Orchestration Hub (ROH) enables organizations to automate the import and export of data between RegScale and external systems through configurable integrations and commands.
This beta release is intended for early adopters and validation of core orchestration capabilities. Functionality, supported integrations, and performance characteristics may change before General Availability (GA). This minor release delivers reliability, usability, and maintenance improvements for early adopters, summarized below.
What's Fixed
- Reliable recovery of long-running and split jobs during deployments. Jobs interrupted when a background worker restarts during a routine deployment — including large jobs that ROH splits into parallel batches — are no longer incorrectly marked as failed. They now resume automatically and finish on their own merits, so in-progress work is preserved.
- Accurate "Pending" job status. The Jobs list and API now report a queued job as Pending rather than Running, and the Pending state now displays a clearly visible, color-coded badge consistent with the other job statuses.
- API documentation now renders in the browser. The interactive API documentation (Swagger UI) previously appeared blank because required page assets were blocked by ROH's strict security policy. Those assets are now served directly by ROH, so the documentation renders correctly with no reduction in security posture.
- Correct version and build information. The ROH user interface and API now report the actual deployed release version and build details instead of placeholder values. A dedicated version endpoint exposes this build metadata to aid support and troubleshooting.
Maintenance and Updates
- Updated the bundled RegScale user interface with the latest fixes and refinements.
- Routine dependency and security updates across backend components.
- Expanded automated end-to-end and regression test coverage, including checks that guard against duplicated records during data ingestion.
