Releases: dbt-labs/segment
Releases · dbt-labs/segment
0.9.0
What's Changed
- Add v1 compatibility and deprecation notice by @joellabes in #89
This will be the final release of this package. It creates compatibility with dbt utils v1 for anyone who needs that, so that it will keep running for as long as possible.
If you're interested in forking the package, reach out in #package-ecosystem on Slack.
Full Changelog: 0.8.1...0.9.0
0.8.1
0.8.0
0.7.0
0.6.1
dbt: segment v0.6.0
dbt-segment v0.5.1
Quality of life:
- Change upper bound of dbt-utils dependencies
<0.7.0
(#60)
dbt-segment v0.5.0
🚨 There is a breaking change in this release — the lower bound of dbt-utils
is now 0.4.0
.
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:
Segment v0.4.0
Segment v0.3.0
🚨 This is a breaking change.
Previously, there was no require-dbt-version
configuration. Now, dbt v0.14.0 or greater is required.
Fixes
- Strip
www.
from host, for cleaner join to referrer mappings seed (#41 @chasleslr)
Under the hood
- Lots of small quality of life improvements (#45, #48 @DylanBaker)