Back to the changelog

v0.86.15

September 8, 2026

**Stronger security, simpler everyday work:** a hidden risk in automated scripts is closed, confidential data stays protected across events and flow fields, and documents, the Library, the Designer, Kanban and the extension all gain concrete refinements.

  • Security

    Safer automated scripts

    Flow automation scripts can no longer be manipulated by inserting crafted values into an item's data: every data reference is now always treated as a safe value, never as code to execute. Publishing a flow now gives an immediate, clear warning if a script contains a risky pattern, instead of discovering it in production.

  • Security

    Confidential data protected everywhere

    Fields you mark as confidential stay protected even when you only change the flow's structure without explicitly touching the list of confidential fields: the classification can no longer be lost by oversight. And an event can no longer carry a confidential value through any path — direct or indirect — that a template might use to reach it.

  • Design

    Document trash inside the Library

    An item's trashed documents now live in a single place: the "Item Documents" tab in the Library, with the same fast search by file name, item or field. No more separate page to remember.

  • Improvement

    More reliable documents

    A field that accepts multiple documents now updates safely even when two people (or two automations) save at the same moment: no document is lost to an overwrite anymore. And an incorrect document field configuration is now blocked at export time too, not just at publish: what you export is always what you actually configured.

  • Design

    A faster Library

    When you create a new Library asset, the slug now fills in automatically as you type the title, and the "New version" link is now a real button, usable from the keyboard too.

  • Integration

    A more reliable Library for agents

    When an AI agent browses the Library listing, it now sees only documents it can actually open: no more "document not found" replies on assets that were listed but not accessible.

  • Design

    A more convenient Designer

    From the badge of a published flow in the Designer you can now open the flow's monitor directly in a new tab. And when you insert an expression into a webhook body or an event payload, the Designer now produces the correct JSON form right away and warns you if the result risks not being valid JSON.

  • Improvement

    Clearer items and Kanban

    An item's detail now also shows the flow version it was created from, so you always know which definition you're working with. And in the Kanban of a multi-version flow, columns with the same name are now shown merged with a total count, while each card keeps the badge of its own version.

  • Security

    Safer extension relinking

    An attempt to relink the browser extension no longer touches the active link until you confirm it: if you abandon it halfway, the link that was already working stays intact.

  • Integration

    Flow limits with the value already resolved

    The API and the agent tool that read a flow now also return the already-computed numeric value of its limits (WIP and maximum iterations), alongside the original configuration: handy for building integrations without having to interpret the expression yourself.