Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Aug 17, 2023
1 parent 8045d95 commit 00dc01a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
snowplow-fractribution 0.3.4 (2023-08-17)
---------------------------------------
## Summary
This release adds a couple of features: handling paths that are longer than 256 characters in Redshift, providing the option to filter channels based on which ones to include, and enables automatically setting the conversion window base on the last nth number of complete days within the package.

## Features
- Increase redshift path inputs to use max varchar instead of default 256 (Close #26)
- Make conversion_window_start_date more configurable (Close #27)
- Add channels_to_include variable (Close #28)

## Upgrading
Bump the snowplow-fractribution version in your `packages.yml` file.

snowplow-fractribution 0.3.3 (2023-07-27)
---------------------------------------
## Summary
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: 'snowplow_fractribution'
version: '0.3.3'
version: '0.3.4'
config-version: 2

require-dbt-version: [">=1.4.0", "<2.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_fractribution_integration_tests'
version: '0.3.3'
version: '0.3.4'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 00dc01a

Please sign in to comment.