Skip to content

Releases: phlohouse/phlo

v0.7.10

31 Mar 21:27
56338af

Choose a tag to compare

[phlo 0.7.10] - 2026-03-31

Fixed

  • make release publish rerun-safe

v0.7.9

30 Mar 22:15
474f000

Choose a tag to compare

[phlo 0.7.9 + 1 packages] - 2026-03-30

Fixed

  • dbt lineage import discovery cycle (#323)

v0.7.8

28 Mar 22:13
5f3c257

Choose a tag to compare

[phlo 0.7.8 + 2 packages] - 2026-03-28

Fixed

  • build package-local dist artifacts for release publish
  • honor configured schema migrator defaults in schema-migrate (#318)
  • restore dbt CLI lineage import (#320)

v0.7.7

28 Mar 17:59
8ae3ed1

Choose a tag to compare

[phlo 0.7.7] - 2026-03-28

Fixed

  • publish only phlo artifacts from release workflow

v0.7.6

28 Mar 17:53
56d8fae

Choose a tag to compare

[phlo 0.7.6] - 2026-03-28

Fixed

  • fetch tags for release publish
  • sync phlo version to v0.7.5

v0.7.5

28 Mar 17:41
bbac8c5

Choose a tag to compare

[phlo 0.7.5] - 2026-03-28

Fixed

  • phlo: skip release-pr on non-releasable commits

Contributors

Thanks to our contributors for this release:

v0.7.3

27 Mar 22:19
37664c9

Choose a tag to compare

[v0.7.3] - 2026-03-27

Fixed

  • phlo: clean up main release and dagster CI
  • phlo: persist release auth for tagging
  • phlo-dagster: clean up main release and dagster CI

Contributors

Thanks to our contributors for this release:

  • 🎉 @iamgp — first contribution!

v0.7.2

27 Mar 20:27
d194a04

Choose a tag to compare

[v0.7.2] - 2026-03-27

Fixed

  • publish releases with PyPI token

v0.7.1

27 Mar 19:19
083a033

Choose a tag to compare

[v0.7.1] - 2026-03-27

Fixed

  • default Delta S3 endpoint to localhost (#302)
  • pin ReleaseX v1.0.5 for releases
  • install uv for release automation
  • add manual publish path for releases
  • restore phlo release line and publish via ReleaseX

v0.7.0

16 Mar 22:40
193960d

Choose a tag to compare

0.7.0 (2026-03-16)

Features

  • add authentication provider capability (#291) (978fbdb)
  • add authorization policy backend capability (#290) (2a55298)
  • add clickstack observability package (#285) (7b610b1)
  • add column-level lineage tracking with dbt manifest parser (#268) (641a19f)
  • add deterministic capability selection (#296) (6391b60)
  • add local Traefik reverse proxy (#294) (069bd23)
  • add observability backend capability (#278) (c241268)
  • add OTEL observability plugin (#282) (e394b84)
  • add package CLI wrappers for service containers (#295) (2ed0bf5)
  • add phlo-clickhouse package for ClickHouse data plane (#287) (88ce96e)
  • add phlo-delta package for Delta Lake table storage (#280) (5c5e9de)
  • add phlo-rustfs package for RustFS S3-compatible storage (#288) (1de1089)
  • add phlo-sling package for database replication (#289) (61b1733)
  • add policy-driven table maintenance sensor (#267) (67b245f)
  • add RBAC sync controller and authz CLI (#292) (ea1b39b)
  • add schema registry for data contract enforcement (#269) (b180cb6)
  • add services ports command (#293) (64143fd)
  • add transformation_providers plugin type and plugin architecture docs (#265) (915bf83)
  • add WAP lifecycle sensors for automated write-audit-publish (#266) (4656510)
  • broaden OTEL observability coverage (#283) (ba13754)
  • capability-native integration hardening (#276) (1380e9a)
  • complete capability-boundary decoupling (#277) (f902df0)
  • extend otel readiness (#284) (f6dd31c)
  • phlo-nessie, phlo-postgres: retry logic, connection pooling, real branch diff (#273) (1b82ba1)

Bug Fixes

  • grant oidc to publish workflow callers (#299) (dc99747)
  • phlo-iceberg: fix cache, add partition transforms, deduplicate catalog properties (#272) (1a9e3df)
  • remove stale package-specific artifacts (#275) (7df8aa1)
  • skip release-please if tag already exists (1780edc)
  • stabilize workshop integration runtime (#297) (3b73d93)
  • unify release publish automation (#298) (2532f0e)

Documentation