Skip to content

Changelog

0.8.0 (2025-11-30)

Features

  • add model details card component (cf5aa7b)
  • add model details endpoint with desc and tags (4cdac70)
  • lineage: add expand upstream lineage capability (ef89f35)
  • make col relationship summary card collapsible (21a6135)
  • ui: add glassmorphism effect and polish interactions (017b253)
  • ui: enhance explorer tree with badges, node count and search highlight (f73d88b)
  • ui: improve graph viz with better shaddow and hover states (636df01)

Bug Fixes

  • lineage: align exposure edges horizontally with model edges (38fed02)
  • return full upstream lineage chain in api, not only n-1 (0ece04a)

0.7.0 (2025-11-28)

Features

  • folder-tree: add tooltip for truncated models (8043352)
  • impact-analysis: group transformations by model with toggle (60e5044)
  • lineage: add tooltips for truncated column and model names (fdf141e)
  • snapshots: add dbt snapshots support (a84bf63)

Bug Fixes

  • impact-analysis: close buttons for impact/relationship summary cards (6b9ddf1)
  • impact-analysis: truncate long names and fix badge pos (f9e77b2)

0.6.0 (2025-11-26)

Features

  • add column relationship summary card to lineage view (e3b1ce9)
  • add expand/collapse functionality for lineage graph (#25) (f9a88a6)
  • add search input and filtering to column selector (ab6c8c2)
  • add strip_sql_comments utility function (28cdf95)
  • improve SQL parser with forward references, EXCLUDE clause, and nested subquery support (#24) (4a2bc73)

Bug Fixes

  • handle uppercase source (85abcee)
  • non deterministic behavior (7b27132)
  • strip SQL comments in parser (db91629)
  • strip SQL comments in service layer (4f617c4)

0.5.0 (2025-11-16)

Features

  • add exposures to lineage (#18) (a03f26c)
  • add impact analysis to understand downstream effects of col changes (#21) (1352fb4)
  • enhance explore panel ui (#19) (0a0e5d6)

Bug Fixes

  • position nodes based on data flow, not selected node (#15) (66805ec)

0.4.0 (2025-11-13)

Features

  • add explorable dbt project folder tree (#11) (689902c)
  • add mssqlserver / tsql adapter support (#13) (30632fd)

0.3.1 (2025-04-12)

Bug Fixes

  • lineage: overlapping model boxes (#6) (b582bea)

0.3.0 (2025-04-09)

Features

  • add dialect support for SQL parser (#5) (a1060e7)

0.2.1 (2025-04-08)

Bug Fixes

0.2.0 (2025-04-08)

Features

  • add explore CLI command for interactive lineage visualization (#1) (f804bbc)

0.1.1 (2025-03-30)

Features

Bug Fixes