From 9ca5578c7599fb515f65a0fad32679c2934f90ca Mon Sep 17 00:00:00 2001 From: bentsileviav Date: Tue, 19 Nov 2024 13:49:31 +0200 Subject: [PATCH] update CHANGELOG.md for version 1.8.5 --- CHANGELOG.md | 9 +++++---- dbt/adapters/clickhouse/__version__.py | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a16649..0e23f02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -### Release [1.8.4], 2024-11-19 +### Release [1.8.5], 2024-11-19 ### New Features * Added support for the creation of more than one materialized view inserting records into the same target table. ([#360](https://github.com/ClickHouse/dbt-clickhouse/pull/364)) ### Improvement -* The S3 help macro now support a `role_arn` parameter as an alternative way to provide authentication for S3 based models. Thanks to -[Mitchell Bregman](https://github.com/mitchbregs) for the contribution! ([#356](https://github.com/ClickHouse/dbt-clickhouse/pull/356)) * Added support for [range_hashed](https://clickhouse.com/docs/en/sql-reference/dictionaries#range_hashed) and [complex_key_range_hashed](https://clickhouse.com/docs/en/sql-reference/dictionaries#complex_key_range_hashed) layouts to the dictionary materialization. ([#361](https://github.com/ClickHouse/dbt-clickhouse/pull/361)) * Truncated stack trace for database errors for cleaner output when HIDE_STACK_TRACE variable is set to any value. ([#382](https://github.com/ClickHouse/dbt-clickhouse/pull/382)) * It is now possible to pass query settings not only on table creation but also on query. ([#362](https://github.com/ClickHouse/dbt-clickhouse/pull/362)) @@ -13,7 +11,10 @@ ### Bug Fixes * Before this version, `split_part` macro used to add an extra quotation. that was fixed in ([#338](https://github.com/ClickHouse/dbt-clickhouse/pull/338)) - +### Release [1.8.4], 2024-09-17 +### Improvement +* The S3 help macro now support a `role_arn` parameter as an alternative way to provide authentication for S3 based models. Thanks to +[Mitchell Bregman](https://github.com/mitchbregs) for the contribution! ### Release [1.8.3], 2024-09-01 ### Bug Fixes diff --git a/dbt/adapters/clickhouse/__version__.py b/dbt/adapters/clickhouse/__version__.py index be6c9703..61aaff6b 100644 --- a/dbt/adapters/clickhouse/__version__.py +++ b/dbt/adapters/clickhouse/__version__.py @@ -1 +1 @@ -version = '1.8.4' +version = '1.8.5'