Skip to main content
Version: 2.3.1

MaestroHub 2.3.1 Release Notes

MaestroHub 2.3.1 is a patch release that restructures the sidebar navigation for better discoverability, removes redundant audit logging for pipeline executions, and fixes three bugs affecting SQLite race conditions, identity provider auth enforcement, and license feature gating on lite deployments.

Highlights

  • Sidebar menu restructure — Connect and Compose moved under Orchestrate; Identity & Access placed under System Management.
  • Audit pipeline exclusion — Pipeline execution events removed from audit trail to eliminate duplicate data and reduce write overhead.
  • SQLite race condition fix — Single-connection enforcement on file-backed SQLite prevents HardDelete visibility issues.
  • License feature gating fix — Enterprise features now correctly honored on lite deployments when the license grants them.

UI/UX Improvements

  • Sidebar menu restructure — Connect and Compose sections moved under Orchestrate, and Identity & Access placed under System Management next to Organizations for improved navigation hierarchy.
  • License page redesign — Edition name promoted to a hero heading with a refined status badge, replacing the previous pill-style layout for a cleaner, modern look.
  • Auth page fix — Decorative dot pattern on the Create Admin Account page clipped so it no longer bleeds into the form panel.

Audit Trail

  • Pipeline execution exclusion — Pipeline execution events are no longer written to the audit trail. These events are already captured in execution history; removing them from audit eliminates data duplication and reduces write overhead on busy systems.

UNS

  • SQLite race condition fix — File-backed SQLite databases now enforce a single open connection, matching the existing in-memory configuration. This prevents intermittent race conditions where hard-delete operations could not see recently committed records.

Auth & Security

  • Identity provider auth enforcement — The /api/v1/auth/identity-providers route now only skips authentication for GET requests (needed for the login page). POST, PUT, and DELETE requests require authentication, fixing an issue where SSO provider created_by fields were left empty.

License

  • Feature gating on lite deployments — Enterprise edition features such as multi-tenancy and advanced access control are no longer blocked by the deployment guardrail when the license explicitly grants them. The guardrail mechanism is preserved for future use.

Getting Started

Download a native binary or pull the Docker image and follow the Getting Started guide to have MaestroHub running in minutes.