Skip to content

Releases: DataJunction/dj

v0.0.62

12 Feb 09:33

Choose a tag to compare

What's Changed

Full Changelog: v0.0.61...v0.0.62

v0.0.61

11 Feb 14:00

Choose a tag to compare

What's Changed

Full Changelog: v0.0.59...v0.0.61

v0.0.59

08 Feb 13:42

Choose a tag to compare

What's Changed

Full Changelog: v0.0.58...v0.0.59

v0.0.58

02 Feb 08:22

Choose a tag to compare

What's Changed

Full Changelog: v0.0.57...v0.0.58

v0.0.57

01 Feb 17:12

Choose a tag to compare

What's Changed

Full Changelog: v0.0.56...v0.0.57

v0.0.56

29 Jan 22:11

Choose a tag to compare

What's Changed

Full Changelog: v0.0.55...v0.0.56

v0.0.55

28 Jan 07:57

Choose a tag to compare

What's Changed

  • Bump version to v0.0.55 (#1728) (28a5a16)
  • Ensure that we're only displaying the last release's diff and not a longer diff (#1727) (8c8755c)
  • Bump version to v0.0.54 (#1726) (0784bdf)
  • Fix CTE inlining to preserve table aliases and handle multiple references (#1725) (3095fe2)
  • Bump version to v0.0.53 (#1724) (b1b8f64)
  • Fix issue when a query uses a CTE with a table alias and DJ fails to resolve column types. This is because when inlining a CTE as a subquery, the table alias from the FROM clause was not preserved. The CTE was inlined with its original name instead of the alias, causing column references to fail resolution. (#1723) (2499a07)
  • Bump version to v0.0.52 (#1722) (f2d6eda)
  • Fix slow /downstreams endpoint for high-fanout nodes (#1721) (c4506b5)
  • Add Docs on Supported Metrics (#1720) (270cc9a)
  • Bump version to v0.0.51 (#1719) (8a244a3)
  • Fix cube versioning (#1718) (453a30e)
  • Bump version to v0.0.50 (#1717) (89ab824)
  • Display pre-agg hash in UI (#1716) (a5bf69d)
  • Fix issue where pre-agg hashes were not unique on node revision, grain, and measures (#1715) (365ce00)
  • Add support for default value on a dimension link when there are nulls after a join (#1714) (c5c6c76)
  • Fix limit and order by propagation from djsql (#1713) (d847d2c)
  • Bump version to v0.0.49 (#1712) (d9ca6a4)
  • Optimize DJ SQL and fix Trino compatibility (#1711) (683d9d1)
  • Bump version to v0.0.48 (#1710) (f0b664a)
  • DJ Logical SQL (#1709) (205b37e)
  • Switch to uv (#1707) (d48d4f8)
  • Bump version to v0.0.47 (#1708) (ca6257c)
  • Add dj data command to the cli (#1705) (2c01cc6)
  • Query Service Headers + Column Output Schema (#1704) (bf3f28d)
  • Bump version to v0.0.46 (#1703) (af2ecbd)
  • Switch python client to use v3 SQL builder (#1701) (76bd604)
  • Bump version to v0.0.45 (#1702) (a8e636e)
  • Add Query Runner UI (#1700) (0ac1046)
  • Switch /data endpoint to use v3 sql (#1699) (5c7a307)
  • Bump version to v0.0.44 (#1698) (e2d1206)
  • Minor UI Tweaks: Remove unnecessary tabs (#1697) (5addb89)
  • Add support for ORDER BY and LIMIT to v3 SQL gen (#1696) (9f738b0)
  • Bump version to v0.0.43 (#1694) (8f21538)
  • Fix metric combiners to use the same logic as metrics sql generation (#1693) (2909a0c)
  • Add cascade delete for fks and fix derived metric upstream (#1692) (258c8ae)
  • Bump version to v0.0.42 (#1691) (4d5f806)
  • Support multi-level derived metrics and fix window metric SQL generation (#1685) (94916fe)
  • Remove old release mechanism (#1690) (0d8bf90)

Full Changelog: version-0.0.41...v0.0.55

v0.0.54

28 Jan 07:37

Choose a tag to compare

What's Changed

  • Bump version to v0.0.54 (#1726) (0784bdf)
  • Fix CTE inlining to preserve table aliases and handle multiple references (#1725) (3095fe2)

Full Changelog: version-0.0.53...v0.0.54

v0.0.53

28 Jan 04:55

Choose a tag to compare

What's Changed

  • Bump version to v0.0.53 (#1724) (b1b8f64)
  • Fix issue when a query uses a CTE with a table alias and DJ fails to resolve column types. This is because when inlining a CTE as a subquery, the table alias from the FROM clause was not preserved. The CTE was inlined with its original name instead of the alias, causing column references to fail resolution. (#1723) (2499a07)

Full Changelog: https://github.com/DataJunction/dj/compare/version-0.0.52..v0.0.53

v0.0.52

27 Jan 21:38

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/DataJunction/dj/compare/version-0.0.51..v0.0.52