Skip to content

Releases: dbt-labs/segment

0.9.0

06 Dec 01:47
ef1fed0
Compare
Choose a tag to compare

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

07 Mar 04:04
45a6602
Compare
Choose a tag to compare

What's Changed

  • Ensure proper incremental filtering + test for session_number by @rjh336 in #81

0.8.0

25 Feb 03:03
fbf5c49
Compare
Choose a tag to compare

segment v0.8.0

New Features

Improvements

  • Significantly improved BigQuery performance (#72, #73)
  • Deduplication of source page views (#76)

Contributors:

0.7.0

07 Dec 21:50
65d4374
Compare
Choose a tag to compare

This release supports any version (minor and patch) of v1, which means far less need for compatibility releases in the future.

0.6.1

04 Dec 00:20
a265954
Compare
Choose a tag to compare

🚨 This is a compatibility release in preparation for dbt-core v1.0.0 (🎉). Projects using this version with dbt-core v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.

dbt: segment v0.6.0

07 Jul 01:26
f63ae8b
Compare
Choose a tag to compare

🚨 Breaking changes

  • This package depends on dbt-labs/dbt_utils. If the latest version of another installed package depends on fishtown-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 (#67)

dbt-segment v0.5.1

04 Sep 20:30
2650dfc
Compare
Choose a tag to compare

Quality of life:

  • Change upper bound of dbt-utils dependencies <0.7.0 (#60)

dbt-segment v0.5.0

31 Jul 18:39
54ae627
Compare
Choose a tag to compare

🚨 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:

  • Change dbt-utils dependencies to [>=0.4.0, <0.6.0] (#58)
  • Updates to integration tests (#55 #58)

Segment v0.4.0

16 Jun 14:39
Compare
Choose a tag to compare

🚨 This is a breaking change

This package now requires dbt v0.17.x.

Fixes

  • Deduplicate the referrer mapping file, and add a test to catch it in the future (#53)

Under the hood

  • Upgrades for 0.17.0 (#53)

Segment v0.3.0

28 Apr 19:24
428056f
Compare
Choose a tag to compare

🚨 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