Skip to content

Commit 7801e68

Browse files
committed
Prepare for release
1 parent a77519c commit 7801e68

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
snowplow-media-player 0.9.1 (2024-10-23)
2+
---------------------------------------
3+
## Summary
4+
This patch release adds app_id as a new field in some of the derived tables and includes a bug fix related to user identification handling in ad_views.
5+
6+
## Features
7+
- Introduced app_id field across some of the derived tables to improve application-level analytics
8+
9+
## Fix
10+
- Optimized user_id aggregation, changed from GROUP BY to MAX(user_id) in queries in ad_view, because it could cause duplicates in an edge case.
11+
12+
## Upgrading
13+
To upgrade, update the snowplow-media-player version in your `packages.yml` file. Please note:
14+
- The new app_id field will be populated for new data points automatically
15+
- Although this is a non-breaking change, historical data will require a [full refresh](https://docs.snowplow.io/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-operation/full-or-partial-refreshes/) to include app_id values, if needed
16+
117
snowplow-media-player 0.9.0 (2024-10-15)
218
---------------------------------------
319
## Summary

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'snowplow_media_player'
2-
version: '0.9.0'
2+
version: '0.9.1'
33
config-version: 2
44

55
require-dbt-version: ['>=1.4.0', '<2.0.0']

integration_tests/dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'snowplow_media_player_integration_tests'
2-
version: '0.9.0'
2+
version: '0.9.1'
33
config-version: 2
44

55
profile: 'integration_tests'

0 commit comments

Comments
 (0)