Back to all 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 toolset:* audit events to mcp:* 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 nonBlocking: true 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 Tools field from toolset audit log snapshots to avoid serializing unnecessary data into audit log entries. (Author: @disintegrator)
Sagar Batchu
Sagar Batchu
View on GitHub