From 1223a5f9310ff5c215970309c4cedd766eaa1130 Mon Sep 17 00:00:00 2001 From: Ilias Xenogiannis Date: Fri, 11 Oct 2024 15:32:15 +0300 Subject: [PATCH] prepare for release --- CHANGELOG | 18 ++++++++++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- packages.yml | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bbfd203..c8d3018 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/dbt_project.yml b/dbt_project.yml index 60ccc8a..3265b4f 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 349cef9..9d1eeff 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified_integration_tests' -version: '0.4.5' +version: '0.5.0' config-version: 2 profile: 'integration_tests' diff --git a/packages.yml b/packages.yml index 8f3da37..5a0a730 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - - git: "https://github.com/snowplow/dbt-snowplow-utils.git" - revision: "release/snowplow-utils/0.17" \ No newline at end of file + - package: snowplow/snowplow_utils + version: [">=0.17.0", "<0.18.0"] \ No newline at end of file