Releases: dbt-labs/stitch-utils
Releases · dbt-labs/stitch-utils
0.5.0
0.4.2
What's Changed
- Added TI data type by @nathan-protempo in #26
New Contributors
- @nathan-protempo made their first contribution in #26
0.4.1
Contributors
- @jeremyyeo (#20)
- @cnlee1702 (#24)
0.4.0
0.3.1
stitch-utils v0.3.0
🚨 Breaking changes
- This package depends on
dbt-labs/dbt_utils
. If the latest version of another installed package depends onfishtown-analytics/dbt_utils
, you'll need to wait to upgrade. See discourse for details.
Under the hood
- Change upper bound of dbt-utils dependency to
<0.8.0
(#45)
stitch-utils v0.2.1
Quality of life:
- Change upper bound of dbt-utils dependencies
<0.7.0
(#17)
stitch-utils v0.2.0
🚨 There is a breaking change in this release — the lower bound of dbt-utils is now 0.4.0, and dbt >= v0.17.0 is now required
This won't affect most users, since a version of dbt-utils in this range was already required to achieve 0.17.0 compatibility.
Quality of life:
stitch-utils v0.1.7
- Support
double
-type columns on Snowflake, which have abbreviated suffix__de
, in thecoalesce_fields
macro (#12)
Contributors: