Releases: nicholasyager/dbt-loom
Releases · nicholasyager/dbt-loom
0.7.1
What's Changed
- Fix: Use Pathlib's built in URI converter by @nicholasyager in #104
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- Feature: Add
excluded_packages
configuration to prevent specific nested packages from being injected by @nicholasyager in #94 - Feature: Add documentation website by @luiherch in #91
- Feature: Block all dbt-loom related telemetry by default. Allow for an opt-in by @nicholasyager in #97
New Contributors
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Fix: Update
initialize
to handle situations where the project name provided in configuration does not match the real project name by @nicholasyager in #82 - Feature: Support loading manifests from remote locations by @nicholasyager in #87
- Feature: Update version pins to enable dbt-core 1.9 compatability. Add CI/CD tests by @nicholasyager in #89
Full Changelog: 0.5.7...0.6.0
0.5.7
What's Changed
- doc: update DBT_LOOM_CONFIG var in README.md according to source code by @cedric-orange in #72
- feat: Resolve dbt-core defect in group checks for
protected
models. Re-enablerestrict-access
by default. by @nicholasyager in #75 - Add CONTRIBUTING.md file by @nicholasyager in #76
- Fix: Add resource type mismatch checks to prevent compilation errors for grandparent projects with seeds by @nicholasyager in #81
New Contributors
- @cedric-orange made their first contribution in #72
Full Changelog: 0.5.6...0.5.7
0.5.6
What's Changed
- Allows manifest.json to be gzip compressed by @alangner in #68
- docs: Add a documentation section for gzipped files by @nicholasyager in #69
Full Changelog: 0.5.5...0.5.6
0.5.5
What's Changed
- Fix: Support dbt-core 1.8.x by @sayeaud-accelins in #66
New Contributors
- @sayeaud-accelins made their first contribution in #66
Full Changelog: 0.5.4...0.5.5
0.5.4
What's Changed
- Docs: Add a code of conduct to the repo by @nicholasyager in #64
- Feature: Support cross-project Group evaluation by @nicholasyager in #60
Full Changelog: 0.5.3...0.5.4
0.5.3
What's Changed
- Feature: Add a log line for the dbt-loom version by @nicholasyager in #56
- Fix: Update name resolution for non-model nodes to preserve cross project nodes by @nicholasyager in #54
- Feature: Add support for dbt-core 1.8.0 by @nicholasyager in #57
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
- Fix: Correct SQL syntax in test projects by @nicholasyager in #49
- Fix: Correct version parsing and clean up test projects by @nicholasyager in #50
Full Changelog: 0.5.1...0.5.2
0.5.1
Full Changelog: 0.5.0...0.5.1
What's Changed
- Fix: Restore seed injection and handle config-only access configuration by @nicholasyager in #47