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 14, 2024
1 parent 8aa958f commit 1223a5f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
snowplow-unified 0.5.0 (2024-10-14)
---------------------------------------
## Summary
This release brings significant updates to support Apache Spark with the Iceberg file format, enhances browser context support, improves documentation, and refines language mapping and column tests.

## Features
- Add support for Apache Spark with Iceberg file format
- Introduce support for browser_context_2
- Implement unified language mapping for Android and iOS to produce a common language name
- Enhance documentation for previously undocumented fields in derived tables

## Under the hood
- Modify integration tests to support Spark
- Adjust column tests for conditional scenarios

## Upgrading
Update the snowplow-unified version in your `packages.yml` file.

snowplow-unified 0.4.5 (2024-07-30)
---------------------------------------
## 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_unified'
version: '0.4.5'
version: '0.5.0'
config-version: 2

require-dbt-version: [">=1.6.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_unified_integration_tests'
version: '0.4.5'
version: '0.5.0'
config-version: 2

profile: 'integration_tests'
Expand Down
4 changes: 2 additions & 2 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- git: "https://github.com/snowplow/dbt-snowplow-utils.git"
revision: "release/snowplow-utils/0.17"
- package: snowplow/snowplow_utils
version: [">=0.17.0", "<0.18.0"]

0 comments on commit 1223a5f

Please sign in to comment.