diff --git a/CHANGELOG b/CHANGELOG index 985911aa..37836af7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +snowplow-utils 0.17.0 (2024-10-14) +--------------------------------------- +## Summary +This release focuses on expanding support for Apache Spark with the Iceberg file format and enhancing integration tests. + +## Features +- Add support for Apache Spark with Iceberg file format + +## Under the hood +- Modify integration tests to support Spark +- Changed return_limits_from_model macro default limits + + +## Upgrading +Update the snowplow-utils version in your `packages.yml` file. + snowplow-utils 0.16.8 (2024-07-29) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index 7bd2a14b..6e7b8dca 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils' -version: '0.16.8' +version: '0.17.0' config-version: 2 require-dbt-version: [">=1.4.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 7b57f43d..36126fdb 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_utils_integration_tests' -version: '0.16.8' +version: '0.17.0' config-version: 2 profile: 'integration_tests'