Skip to content

Version 0.9.1

Compare
Choose a tag to compare
@DVAlexHiggs DVAlexHiggs released this 17 Dec 00:36
· 618 commits to master since this release

[v0.9.1] - 2022-12-16

Documentation Status

New

New Features:

馃専 Ghost Records -> Docs
馃専 Hashing Casing config (#123) -> Docs

dbt Versions

馃憤 dbt support updated to 1.3.x
馃憤 dbt-utils support updated to 0.9.x (1.0.x will be officially supported shortly)

Fixes

Escaping

We have made significant changes to how escaping now works as per #168. We believe this will fix the bugs collected in this master issue.

Whilst we have tested this extensively, we cannot yet be 100% this has fixed every edge case. Please bear with us as we collect community feedback. We welcome your feedback on this!

Related issues:

Casing

In addition to the above, we have also done an overhaul of casing in our templates. Users should now not experience any unwanted casing changes. As above, please provide feedback if any issues are found!

Related issues:

Other

  • Fixed a few edge cases where excludes for payload and hashdiffs would not work as expected

Behind the scenes

  • Major re-factor of Hashing to improve maintainability, readability and extensibility. The functionality remains the same and should not affect users

Docs

  • Split best practises into separate pages for ease of navigation and to reduce clutter
  • Moved old release notes to a new "archived" releases page