Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
emielver committed Oct 13, 2023
1 parent 6617f8f commit 2eaea3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
snowplow-utils 0.15.2 (2023-10-13)
---------------------------------------
## Summary
This release contains a bug fix in our new `base` macros, which did not affect default behaviour. This also does not impact behavior in any of the Snowplow packages that rely on the utils package.

## Fixes
- Fix an incorrect default value in the `base_create_snowplow_events_this_run` macro.

## Upgrading
To upgrade, bump the package version in your `packages.yml` file.

snowplow-utils 0.15.1 (2023-09-29)
---------------------------------------
## Summary
This release combines a few bug fixes in our new `base` macros, including an issue with redshift query size limits.

## Fixes
- Fix issue with 8001 redshift error
- Fix issue with 8001 redshift error
- Add condition for late loading events to fix issue where session events before session start timestamp were processed
- Fix the manifest table not using the specified session timestamp field
- Provide correct error message when no user identifier is present
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_utils'
version: '0.15.1'
version: '0.15.2'
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_utils_integration_tests'
version: '0.15.1'
version: '0.15.2'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 2eaea3c

Please sign in to comment.