Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Jun 24, 2024
1 parent 27b2f04 commit b81aa48
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
snowplow-unified 0.4.3 (2024-06-24)
---------------------------------------
## Summary
This release brings a couple of optimizations and fixes: it fixes a syntax error when `snowplow__use_refr_if_mkt_null` is enabled, optimizes the test `snowplow_tests_view_in_session_values`, restructures the way `user_sessions_this_run` table is created to possibly help with query optimization to reduce processing time, and adds further initialization checks which are now tied to the `snowplow__enable_initial_checks` variable.

## Features
- Add more robust init tests

# Optimizations
- Move tests view in session values to this run (Close #56)
- Restructure user sessions this run

## Fixes
- Fix syntax when snowplow__use_refr_if_mkt_null enabled

## Upgrading
Update the snowplow-unified version in your `packages.yml` file.

snowplow-unified 0.4.2 (2024-06-12)
---------------------------------------
## Summary
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_unified'
version: '0.4.2'
version: '0.4.3'
config-version: 2

require-dbt-version: [">=1.6.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_unified_integration_tests'
version: '0.4.2'
version: '0.4.3'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit b81aa48

Please sign in to comment.