Follow us on to be up
to date with the latest changes.

Back to AI Control Plane releases

v0.32.1

Platform

// March 27, 2026

Audit log diff viewer and non-blocking deployments

This release introduces a diff viewer for audit log update events and makes deployment interactions non-blocking to prevent UI timeouts.

Features

  • Audit log diff viewer #1988  - Introduced a diff viewer that highlights changes in audit subjects for update events. Additionally, renamed
    audit events to
    since toolsets are no longer a visible primitive on the dashboard. (Author: @disintegrator )
  • Non-blocking deployment interactions #2001  - Made deployment interactions non-blocking by passing
    to create/evolve API calls. The UI now polls for deployment completion instead of blocking the request, preventing timeouts on long-running deployments. (Author: @adaam2 )

Bug fixes

  • Strip tools from toolset audit log snapshots #2000  - Removed the large
    field from toolset audit log snapshots to avoid serializing unnecessary data into audit log entries. (Author: @disintegrator )
Sagar Batchu
Sagar Batchu
View on GitHub