Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.53 KB

segment v0.8.1

Fixes

  • Fix duplication of sources in incremental materializations (#80, #81)

Contributors:

segment v0.8.0

New Features

Improvements

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

Contributors:

segment v0.7.0

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

Under the hood

  • Change require-dbt-version to [">=1.0.0", "<2.0.0"]
  • Bump dbt-utils dependency
  • Replace source-paths and data-paths with model-paths and seed-paths respectively
  • Rename data and analysis directories to seeds and analyses respectively
  • Replace dbt_modules with dbt_packages in clean-targets

segment v0.6.1

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