diff --git a/.changes/1.2.1.md b/.changes/1.2.1.md new file mode 100644 index 00000000..df9235e7 --- /dev/null +++ b/.changes/1.2.1.md @@ -0,0 +1,15 @@ +## dbt-trino 1.2.1 - August 25, 2022 +### Features +- Support `delete+insert` materialization ([#103](https://github.com/starburstdata/dbt-trino/issues/103), [#62](https://github.com/starburstdata/dbt-trino/pull/62)) +- Add support for persist_docs ([#76](https://github.com/starburstdata/dbt-trino/issues/76), [#77](https://github.com/starburstdata/dbt-trino/pull/77)) +- Add `merge` materialization ([#105](https://github.com/starburstdata/dbt-trino/issues/105), [#104](https://github.com/starburstdata/dbt-trino/pull/104)) +### Under the Hood +- Improve developer experience (changie, pre-commit, black, isort) ([#97](https://github.com/starburstdata/dbt-trino/issues/97), [#98](https://github.com/starburstdata/dbt-trino/pull/98)) +- Implement Veracode SCA security scan ([#100](https://github.com/starburstdata/dbt-trino/issues/100), [#90](https://github.com/starburstdata/dbt-trino/pull/90)) +- Implement Dependabot for automated dependency updates ([#99](https://github.com/starburstdata/dbt-trino/issues/99), [#89](https://github.com/starburstdata/dbt-trino/pull/89)) +### Security +- Require pyyaml 6.0 ([#96](https://github.com/starburstdata/dbt-trino/issues/96), [#106](https://github.com/starburstdata/dbt-trino/pull/106)) + +### Contributors +- [@hovaesco](https://github.com/hovaesco) ([#77](https://github.com/starburstdata/dbt-trino/pull/77), [#104](https://github.com/starburstdata/dbt-trino/pull/104)) +- [@mdesmet](https://github.com/mdesmet) ([#62](https://github.com/starburstdata/dbt-trino/pull/62), [#98](https://github.com/starburstdata/dbt-trino/pull/98), [#90](https://github.com/starburstdata/dbt-trino/pull/90), [#89](https://github.com/starburstdata/dbt-trino/pull/89), [#106](https://github.com/starburstdata/dbt-trino/pull/106)) diff --git a/.changes/unreleased/Features-20220816-132608.yaml b/.changes/1.2.1/Features-20220816-132608.yaml similarity index 100% rename from .changes/unreleased/Features-20220816-132608.yaml rename to .changes/1.2.1/Features-20220816-132608.yaml diff --git a/.changes/unreleased/Features-20220816-180652.yaml b/.changes/1.2.1/Features-20220816-180652.yaml similarity index 100% rename from .changes/unreleased/Features-20220816-180652.yaml rename to .changes/1.2.1/Features-20220816-180652.yaml diff --git a/.changes/unreleased/Features-20220819-115505.yaml b/.changes/1.2.1/Features-20220819-115505.yaml similarity index 100% rename from .changes/unreleased/Features-20220819-115505.yaml rename to .changes/1.2.1/Features-20220819-115505.yaml diff --git a/.changes/unreleased/Security-20220822-131016.yaml b/.changes/1.2.1/Security-20220822-131016.yaml similarity index 100% rename from .changes/unreleased/Security-20220822-131016.yaml rename to .changes/1.2.1/Security-20220822-131016.yaml diff --git a/.changes/unreleased/Under the Hood-20220810-173529.yaml b/.changes/1.2.1/Under the Hood-20220810-173529.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20220810-173529.yaml rename to .changes/1.2.1/Under the Hood-20220810-173529.yaml diff --git a/.changes/unreleased/Under the Hood-20220811-175831.yaml b/.changes/1.2.1/Under the Hood-20220811-175831.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20220811-175831.yaml rename to .changes/1.2.1/Under the Hood-20220811-175831.yaml diff --git a/.changes/unreleased/Under the Hood-20220811-175950.yaml b/.changes/1.2.1/Under the Hood-20220811-175950.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20220811-175950.yaml rename to .changes/1.2.1/Under the Hood-20220811-175950.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4b8083..b84ab91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ - 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.2.1 - August 25, 2022 +### Features +- Support `delete+insert` materialization ([#103](https://github.com/starburstdata/dbt-trino/issues/103), [#62](https://github.com/starburstdata/dbt-trino/pull/62)) +- Add support for persist_docs ([#76](https://github.com/starburstdata/dbt-trino/issues/76), [#77](https://github.com/starburstdata/dbt-trino/pull/77)) +- Add `merge` materialization ([#105](https://github.com/starburstdata/dbt-trino/issues/105), [#104](https://github.com/starburstdata/dbt-trino/pull/104)) +### Under the Hood +- Improve developer experience (changie, pre-commit, black, isort) ([#97](https://github.com/starburstdata/dbt-trino/issues/97), [#98](https://github.com/starburstdata/dbt-trino/pull/98)) +- Implement Veracode SCA security scan ([#100](https://github.com/starburstdata/dbt-trino/issues/100), [#90](https://github.com/starburstdata/dbt-trino/pull/90)) +- Implement Dependabot for automated dependency updates ([#99](https://github.com/starburstdata/dbt-trino/issues/99), [#89](https://github.com/starburstdata/dbt-trino/pull/89)) +### Security +- Require pyyaml 6.0 ([#96](https://github.com/starburstdata/dbt-trino/issues/96), [#106](https://github.com/starburstdata/dbt-trino/pull/106)) + +### Contributors +- [@hovaesco](https://github.com/hovaesco) ([#77](https://github.com/starburstdata/dbt-trino/pull/77), [#104](https://github.com/starburstdata/dbt-trino/pull/104)) +- [@mdesmet](https://github.com/mdesmet) ([#62](https://github.com/starburstdata/dbt-trino/pull/62), [#98](https://github.com/starburstdata/dbt-trino/pull/98), [#90](https://github.com/starburstdata/dbt-trino/pull/90), [#89](https://github.com/starburstdata/dbt-trino/pull/89), [#106](https://github.com/starburstdata/dbt-trino/pull/106)) ## dbt-trino 1.2.0 (August 3, 2022) ### Features @@ -20,7 +35,6 @@ Contributors: * [@vivianhsu0214](https://github.com/vivianhsu0214) ([#78](https://github.com/starburstdata/dbt-trino/pull/78)) * [@mdesmet](https://github.com/mdesmet) ([#83](https://github.com/starburstdata/dbt-trino/pull/83)) - ## dbt-trino 1.1.1 (June 20, 2022) ### Fixes @@ -30,7 +44,6 @@ Contributors: Contributors: * [@findinpath](https://github.com/findinpath) ([#71](https://github.com/starburstdata/dbt-trino/pull/71)) * [@mdesmet](https://github.com/mdesmet) ([#74](https://github.com/starburstdata/dbt-trino/pull/74)) - ## dbt-trino 1.1.0 (May 9, 2022) ### Features @@ -51,7 +64,6 @@ Contributors: * [@hovaesco](https://github.com/hovaesco) ([#54](https://github.com/starburstdata/dbt-trino/pull/54), [#65](https://github.com/starburstdata/dbt-trino/pull/65), [#67](https://github.com/starburstdata/dbt-trino/pull/67)) * [@smith-m](https://github.com/smith-m) ([#65](https://github.com/starburstdata/dbt-trino/pull/65)) * [@mdesmet](https://github.com/mdesmet) ([#41](https://github.com/starburstdata/dbt-trino/pull/41), [#61](https://github.com/starburstdata/dbt-trino/pull/61)) - ## dbt-trino 1.0.3 (March 2, 2022) ### Features @@ -70,7 +82,6 @@ Contributors: * [@austenLacy](https://github.com/austenLacy) ([#45](https://github.com/starburstdata/dbt-trino/pull/45)) * [@rahulj51](https://github.com/rahulj51) ([#39](https://github.com/starburstdata/dbt-trino/pull/39)) * [@mdesmet](https://github.com/mdesmet) ([#44](https://github.com/starburstdata/dbt-trino/pull/44)) - ## dbt-trino 1.0.1 (January 24, 2022) ### Features @@ -86,7 +97,6 @@ Contributors: Contributors: * [@Haunfelder](https://github.com/Haunfelder) ([#24](https://github.com/starburstdata/dbt-trino/pull/24)) * [@hovaesco](https://github.com/hovaesco) ([#30](https://github.com/starburstdata/dbt-trino/pull/30), [#32](https://github.com/starburstdata/dbt-trino/pull/32), [#34](https://github.com/starburstdata/dbt-trino/pull/34)) - ## dbt-trino 1.0.0 (December 20, 2021) ### Features @@ -103,7 +113,6 @@ Contributors: Contributors: * [@findinpath](https://github.com/findinpath) ([#15](https://github.com/starburstdata/dbt-trino/pull/15)) * [@hovaesco](https://github.com/hovaesco) ([#14](https://github.com/starburstdata/dbt-trino/pull/14), [#18](https://github.com/starburstdata/dbt-trino/pull/18), [#21](https://github.com/starburstdata/dbt-trino/pull/21), [#25](https://github.com/starburstdata/dbt-trino/pull/25)) - ## dbt-trino 0.21.0 (October 8, 2021) ### Features @@ -112,7 +121,6 @@ Contributors: ### Under the hood - Upgrade to dbt-core 0.21.0 ([#11](https://github.com/starburstdata/dbt-trino/pull/11)) - Contributors: * [@findinpath](https://github.com/findinpath) ([#10](https://github.com/starburstdata/dbt-trino/pull/10)) * [@hovaesco](https://github.com/hovaesco) ([#11](https://github.com/starburstdata/dbt-trino/pull/11)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index c203c5d8..eb1d9a0f 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.2.0" +version = "1.2.1"