Skip to content
Feature

Flow version diffs

Compare any two published versions of a flow side by side. See added, removed, and changed nodes, edges, and config fields at a glance.

  • NewSide-by-side version comparison

    Pick any two published versions and see a visual diff of nodes, edges, and configuration changes.

  • NewSHA-256 change detection

    Each published version is hashed. The diff highlights only what changed between the two snapshots.

  • ImprovedVersion history timeline

    The history panel now shows a chronological list of published versions with timestamps and one-click diff access.

Flow versioning shipped with early access. Now you can see what changed between any two versions.

What's new

Open the version history panel on any flow and pick two versions to compare. The diff view highlights added nodes (green), removed nodes (red), and changed configuration fields (yellow) side by side.

Each published version is hashed with SHA-256 at publish time. The diff algorithm compares the two snapshots and surfaces only the differences, so you can review a config tweak without scanning the entire flow graph.

When to use it

  • Before rolling back: check what the previous version looked like before you revert.
  • After a teammate publishes: review what changed without asking them.
  • Debugging a regression: compare the last working version against the current one.

What's next

Inline annotations on the diff view and a "restore this version" button are in progress.