Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Feb 28, 2024
1 parent f0b9925 commit f668e81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG
@@ -1,17 +1,20 @@
snowplow-ecommerce 0.7.2 (2024-03-04)
snowplow-ecommerce 0.8.0 (2024-02-28)
---------------------------------------
## Summary
XXX
This release makes a few core changes to the sessions table. It stops non-ecommerce sessions being added to the derived table, and provides sensible defaults for numeric and boolean columns.

## 🚨 Breaking Changes 🚨
- The sessions table now has sensible defaults (0 or false) for most numeric or boolean fields, even when that session did not have e.g. any cart events. Previously these were null.

## Fixes
- Fix issue where non-ecommerce sessions were showing in the sessions table. Note a full refresh is required to remove old sessions of this type.
- Fix an incorrect variable name in our package defaults

## Under the hood
- Simplified integration tests

## Upgrading
To upgrade simply bump the snowplow-ecommerce version in your `packages.yml` file.
To upgrade simply bump the snowplow-ecommerce version in your `packages.yml` file. If you want to remove old sessions that shouldn't have been included, or populate nulls in the sessions table column, please do a [full refresh](https://docs.snowplow.io/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-operation/full-or-partial-refreshes/#complete-refresh-of-snowplow-package).

snowplow-ecommerce 0.7.1 (2024-01-26)
---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
@@ -1,6 +1,6 @@
name: 'snowplow_ecommerce'

version: '0.7.1'
version: '0.8.0'
config-version: 2

require-dbt-version: [">=1.5.0", "<2.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
@@ -1,5 +1,5 @@
name: 'snowplow_ecommerce_integration_tests'
version: '0.7.1'
version: '0.8.0'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit f668e81

Please sign in to comment.