v0.5.0
What's Changed
- ci: run the Rust tests and lints in CI by @kannandreams in #110
- docs: document bundle.json as a versioned public contract by @kannandreams in #111
- test(docs): run the documented examples in CI by @kannandreams in #112
- docs(architecture): record how chart SQL will reach the warehouse by @kannandreams in #113
- feat(execution): resolve the dbt profile a project connects with by @kannandreams in #114
- feat(execution): execute chart SQL through the dbt profile by @kannandreams in #115
- feat(execution): add validate mode and a row guardrail by @kannandreams in #116
- feat(export): publish charts without the rows behind them by @kannandreams in #117
- docs: map the generated output and state what publishing exposes by @kannandreams in #118
- feat(execution): Trino as the first warehouse behind the dbt backend by @kannandreams in #119
- feat(execution): Snowflake and BigQuery over ADBC by @kannandreams in #120
- feat(export): row_data minimal — publish only the columns a chart encodes by @kannandreams in #121
- feat(privacy): classify PII columns and deny or redact them at the result by @kannandreams in #122
- docs: threat model, where to run builds, and how to store the artifacts by @kannandreams in #123
- feat(privacy): scan unclassified columns for PII-shaped values and warn by @kannandreams in #124
- feat(build): build one artifact per audience with --target, --select and --output-dir by @kannandreams in #125
- feat(provenance): record what each build did and how by @kannandreams in #126
- chore(release): 0.5.0 by @kannandreams in #127
Full Changelog: v0.4.0...v0.5.0