Skip to content

Commit

Permalink
Bumping version to 1.3.0 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and mdesmet committed Oct 21, 2022
1 parent 8b989a6 commit 3a4f814
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changes/1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## dbt-trino 1.3.0 - October 21, 2022
### Breaking Changes
- By default incremental materializations will use views if all incremental operations can be applied atomically, please set `+views_enabled` to `false` in your incremental model if your connector doesn't support view creation to use a table instead. ([#160](https://github.com/starburstdata/dbt-trino/pull/160))
### Features
- Support for dbt 1.3 ([#160](https://github.com/starburstdata/dbt-trino/pull/160))
- added impersonate user config for ldap authentication ([#163](https://github.com/starburstdata/dbt-trino/issues/163), [#162](https://github.com/starburstdata/dbt-trino/pull/162))

### Contributors
- [@aezomz](https://github.com/aezomz) ([#162](https://github.com/starburstdata/dbt-trino/pull/162))
- [@mdesmet](https://github.com/mdesmet) ([#160](https://github.com/starburstdata/dbt-trino/pull/160), [#160](https://github.com/starburstdata/dbt-trino/pull/160))
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/starburstdata/dbt-trino/blob/master/CONTRIBUTING.md#adding-changelog-entry)
## dbt-trino 1.3.0 - October 13, 2022
## dbt-trino 1.3.0 - October 21, 2022
### Breaking Changes
- By default incremental materializations will use views if all incremental operations can be applied atomically, please set `+views_enabled` to `false` in your incremental model if your connector doesn't support view creation to use a table instead. ([#160](https://github.com/starburstdata/dbt-trino/pull/160))
### Features
- Support for dbt 1.3 ([#160](https://github.com/starburstdata/dbt-trino/pull/160))
- added impersonate user config for ldap authentication ([#163](https://github.com/starburstdata/dbt-trino/issues/163), [#162](https://github.com/starburstdata/dbt-trino/pull/162))

### Contributors
- [@aezomz](https://github.com/aezomz) ([#162](https://github.com/starburstdata/dbt-trino/pull/162))
- [@mdesmet](https://github.com/mdesmet) ([#160](https://github.com/starburstdata/dbt-trino/pull/160), [#160](https://github.com/starburstdata/dbt-trino/pull/160))
## dbt-trino 1.2.3 - October 13, 2022
### Features
- Support `on_schema_change` on incremental models ([#48](https://github.com/starburstdata/dbt-trino/issues/48), [#134](https://github.com/starburstdata/dbt-trino/pull/134))
Expand Down

0 comments on commit 3a4f814

Please sign in to comment.