Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Sep 29, 2023
1 parent fd30a98 commit 9e82ae2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
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
- 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

## Under the hood
- Fix some issues in our integration tests

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

snowplow-utils 0.15.0 (2023-09-19)
---------------------------------------
## 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_utils'
version: '0.15.0'
version: '0.15.1'
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.0'
version: '0.15.1'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 9e82ae2

Please sign in to comment.