Skip to content

Commit 9be339a

Browse files
authored
Merge pull request #386 from ClickHouse/release-1.8.4-housekeeping
update CHANGELOG.md for version 1.8.4
2 parents d3271c8 + 8eabe42 commit 9be339a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
### Unreleased
2-
### Improvement
3-
* 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))
4-
* Truncated stack trace for database errors for cleaner output when HIDE_STACK_TRACE variable is set to any value.
1+
### Release [1.8.4], 2024-11-19
52

63
### New Features
74
* 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))
85

9-
### Release [1.8.4], 2024-09-17
106
### Improvement
117
* The S3 help macro now support a `role_arn` parameter as an alternative way to provide authentication for S3 based models. Thanks to
12-
[Mitchell Bregman](https://github.com/mitchbregs) for the contribution!
8+
[Mitchell Bregman](https://github.com/mitchbregs) for the contribution! ([#356](https://github.com/ClickHouse/dbt-clickhouse/pull/356))
9+
* 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))
10+
* 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))
11+
* 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))
12+
13+
### Bug Fixes
14+
* 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))
15+
16+
1317

1418
### Release [1.8.3], 2024-09-01
1519
### Bug Fixes

0 commit comments

Comments
 (0)