Skip to content

Releases: nicholasyager/dbt-loom

0.7.1

04 Jan 02:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

27 Nov 15:40
Compare
Choose a tag to compare

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

10 Oct 01:52
Compare
Choose a tag to compare

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

03 Sep 14:08
Compare
Choose a tag to compare

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-enable restrict-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

Full Changelog: 0.5.6...0.5.7

0.5.6

21 Jun 01:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.5...0.5.6

0.5.5

12 Jun 19:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.4...0.5.5

0.5.4

01 Jun 01:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.3...0.5.4

0.5.3

11 May 01:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.5.3

0.5.2

06 May 19:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1

22 Apr 17:10
e81caa4
Compare
Choose a tag to compare

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