diff --git a/CHANGELOG b/CHANGELOG index 94649e0..d0ab90d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +snowplow-media-player 0.9.1 (2024-10-23) +--------------------------------------- +## Summary +This patch release introduces app_id tracking in derived tables and includes a bug fix related to user identification handling in ad_views. + +## Features +- Introduced app_id field across all derived tables to improve application-level analytics + +## Under the hood +- 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. + +## Upgrading +To upgrade, update the snowplow-media-player version in your `packages.yml` file. Please note: +- The new app_id field will be populated for new data points automatically +- 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 + snowplow-media-player 0.9.0 (2024-10-15) --------------------------------------- ## Summary