Back to the changelog

v0.33.3

July 6, 2026

Guide images restored, deploys safe against unmigrated schemas, internal errors never exposed.

  • Design

    Guide images visible again

    Four in-app documentation diagrams (From process to ROI, AI governance, Integration map, Use case map) disappeared in production — small SVGs were embedded as data URIs that the renderer discarded for safety. Assets are now always emitted as files and the renderer accepts embedded images anyway; rendering regression tests added.

  • Security

    Deploys can no longer start on an old schema

    If database migrations fail, the API startup now blocks explicitly instead of proceeding silently: the system can no longer start on an incomplete data schema.

  • Security

    Internal errors never exposed

    API 5xx responses are now always generic — no more database codes or details in the public body. Process Maps write operations also bind the tenant in the write itself (defense in depth), and a concurrent deletion returns a clean error instead of a technical one.