Tags give the ability to mark specific points in history as being important
-
v0.13.0
protectedRelease: v0.13.039e42e62 · ·v0.13.0 - Suppress Python wheel-only update noise in terminal, Markdown, and browser output - Add wheel update detection fixtures and docs, including visualizer coverage - Regenerate golden fixtures for Databricks CLI 1.6.0 - Fix assorted CLI and graph handling issues
-
v0.12.0
protectedRelease: v0.12.0e3f6f735 · ·- Add graph dependencies for Databricks Apps, Genie spaces, Lakebase roles, and synced databases - Improve Lakebase resource path and lateral-edge handling - Regenerate golden fixtures for Databricks CLI 1.4.0 - Move agent workflows, guidelines, and skills into the neutral `.agents` layout
-
v0.11.0
protectedRelease: v0.11.0b3147376 · ·v0.11.0 - Add Lakebase autoscaling fixture coverage and PostgreSQL graph edge handling - Regenerate golden fixtures through Databricks CLI 1.1.0 - Stabilize Semgrep CI pinning and agent workflow documentation - Clarify graph reference handling and release/update-fixture workflows
-
v0.10.0
protectedRelease: v0.10.014f7588c · ·v0.10.0 - Symmetric "Removed on apply (drift)" detail-panel section mirroring "Re-added on apply"; unified drift vocabulary across field, topology, and list-element renderings - Context-aware drift predicates so tasks inherit parent shape-drift; dedup topology-drift list elements in the Unchanged section - Align per-field badge and section grouping in the detail panel with graph semantics - Zoom in/out buttons added alongside fit-view in the canvas bottom-right panel - Hover tooltips on ActionBadge and DiffStateBadge - Regenerate golden fixtures against Databricks CLI 0.298.0 (element-level key-based depends_on); add /update-fixtures skill
-
v0.9.0
protectedRelease: v0.9.02eb8b0c1 · ·v0.9.0 - Typed `Plan` domain model at the parse boundary; `ExitCode` promoted to `IntEnum` - Rewrite debug tracer on `sys.monitoring` with a dedicated unwind channel - CI restructured into a three-lane model (MR / main / tag) with a weekly dep-scan + outdated-report schedule - Harden CI pins: digest-pinned semgrep analyzer, tightened secret scanning, dropped redundant tag-time jobs - Consolidate thin React context hooks and expand React-layer test coverage - Bump tooling: TypeScript 6.0.3, Bun 1.3.12, uv 0.11.7
-
v0.8.0
protectedRelease: v0.8.093e63547 · ·v0.8.0 - Add `--format md` and `--format term` with `-q/--quiet` flag; refine `--detailed-exitcode` to exit 3 for dangerous actions - Width-aware terminal wrapping, inline collection rendering, and collapse large collections in transition diffs - Surface topology drift as a first-class dimension in CLI, markdown, and browser renderers - Lateral job→job, pipeline, model, table, and warehouse edges with phantom nodes for cross-resource references - Detail panel: copy-to-clipboard, expand buttons, original plan JSON disclosure, `__embed__` array expansion, `field:` filter token - Raise canvas max zoom to 16x for high-DPI displays - Tiered CI pipeline with MR-based release flow and golden fixture regen tooling - Link GitLab Pages live demo in README
-
v0.7.0
protectedRelease: v0.7.065d63b00 · ·v0.7.0 - Detect and warn when jobs were manually edited outside the bundle (drift detection) - Exit code 3 with --detailed-exitcode when plan has manual edits - Fix edge diffing for element-level depends_on changes - Refactor FlowCanvas state from 7 useState to useReducer - Extract domain functions into plan.py, promote to beta status
-
v0.6.0
protectedRelease: v0.6.042b9f606 · ·v0.6.0 - Merge sub-resources (permissions, grants) into parent nodes instead of filtering them out - Surface unknown action types with "?" badge and purple dashed border instead of silently hiding them - Expand stateful resource warnings to PostgreSQL types and experiments - Rebrand terminology to Declarative Automation Bundles
-
v0.5.0
protectedRelease: v0.5.05a59513c · ·v0.5.0 Features: - App lateral edge spec with phantom nodes for jobs, warehouses, secrets, serving endpoints, and experiments - Graceful handling of unknown action types (browser no longer breaks if Databricks adds new actions) Performance: - React.memo on detail panel and lateral components to reduce hover re-renders