Version 0.9.1
[v0.9.1] - 2022-12-16
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