Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Oct 23, 2024
1 parent 4c01c52 commit 767509e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 767509e

Please sign in to comment.