From 06e6334a0690f4f10d0ce458aebdd5032b9510e9 Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Tue, 12 Mar 2024 13:22:01 +0100 Subject: [PATCH] Bumping version to 1.8.0b1 and generate CHANGELOG --- .changes/0.0.0.md | 1 + .changes/1.7.0.md | 14 --------- .changes/1.7.1.md | 12 ------- .changes/1.7.1/Features-20231129-195500.yaml | 7 ----- .changes/1.7.1/Features-20231201-103207.yaml | 7 ----- .../1.7.1/Under the Hood-20231003-161428.yaml | 7 ----- .../1.7.1/Under the Hood-20231206-171742.yaml | 7 ----- .changes/1.8.0-b1.md | 10 ++++++ .../Dependencies-20240306-121120.yaml | 0 .../Under the Hood-20240122-140131.yaml | 0 .../Under the Hood-20240306-121631.yaml | 0 .../Under the Hood-20240312-132326.yaml | 0 CHANGELOG.md | 31 +++++-------------- dbt/adapters/trino/__version__.py | 2 +- 14 files changed, 20 insertions(+), 78 deletions(-) delete mode 100644 .changes/1.7.0.md delete mode 100644 .changes/1.7.1.md delete mode 100644 .changes/1.7.1/Features-20231129-195500.yaml delete mode 100644 .changes/1.7.1/Features-20231201-103207.yaml delete mode 100644 .changes/1.7.1/Under the Hood-20231003-161428.yaml delete mode 100644 .changes/1.7.1/Under the Hood-20231206-171742.yaml create mode 100644 .changes/1.8.0-b1.md rename .changes/{unreleased => 1.8.0}/Dependencies-20240306-121120.yaml (100%) rename .changes/{unreleased => 1.8.0}/Under the Hood-20240122-140131.yaml (100%) rename .changes/{unreleased => 1.8.0}/Under the Hood-20240306-121631.yaml (100%) rename .changes/{unreleased => 1.8.0}/Under the Hood-20240312-132326.yaml (100%) diff --git a/.changes/0.0.0.md b/.changes/0.0.0.md index 6165e981..64cd3664 100644 --- a/.changes/0.0.0.md +++ b/.changes/0.0.0.md @@ -2,6 +2,7 @@ For information on prior major and minor releases, see their changelogs: +* [1.7](https://github.com/starburstdata/dbt-trino/blob/1.7.latest/CHANGELOG.md) * [1.6](https://github.com/starburstdata/dbt-trino/blob/1.6.latest/CHANGELOG.md) * [1.5](https://github.com/starburstdata/dbt-trino/blob/1.5.latest/CHANGELOG.md) * [1.4](https://github.com/starburstdata/dbt-trino/blob/1.4.latest/CHANGELOG.md) diff --git a/.changes/1.7.0.md b/.changes/1.7.0.md deleted file mode 100644 index 9880d19d..00000000 --- a/.changes/1.7.0.md +++ /dev/null @@ -1,14 +0,0 @@ -## dbt-trino 1.7.0 - November 02, 2023 -### Breaking Changes -- Update dbt-core to 1.7.0rc1 ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#363](https://github.com/starburstdata/dbt-trino/pull/363)) -### Features -- Support limiting get_catalog by object name ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) -- Add date_spine macro ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) -### Fixes -- Fix materialized view cleanup bug. ([#366](https://github.com/starburstdata/dbt-trino/issues/366), [#367](https://github.com/starburstdata/dbt-trino/pull/367)) -### Under the Hood -- Remove no op `TYPE_LABELS` ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) -- [@wjhrdy](https://github.com/wjhrdy) ([#367](https://github.com/starburstdata/dbt-trino/pull/367)) diff --git a/.changes/1.7.1.md b/.changes/1.7.1.md deleted file mode 100644 index 34e836d2..00000000 --- a/.changes/1.7.1.md +++ /dev/null @@ -1,12 +0,0 @@ -## dbt-trino 1.7.1 - December 20, 2023 -### Features -- Support CREATE OR REPLACE in table materialization ([#371](https://github.com/starburstdata/dbt-trino/issues/371), [#377](https://github.com/starburstdata/dbt-trino/pull/377)) -- Add oauth_console authentication type ([#379](https://github.com/starburstdata/dbt-trino/pull/379)) -### Under the Hood -- Query table_comments without unrolling with UNION ALL ([#357](https://github.com/starburstdata/dbt-trino/pull/357)) -- Raise explicit error if location property is specified for snapshot ([#380](https://github.com/starburstdata/dbt-trino/pull/380)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#377](https://github.com/starburstdata/dbt-trino/pull/377), [#380](https://github.com/starburstdata/dbt-trino/pull/380)) -- [@findepi](https://github.com/findepi) ([#357](https://github.com/starburstdata/dbt-trino/pull/357)) -- [@hovaesco](https://github.com/hovaesco) ([#379](https://github.com/starburstdata/dbt-trino/pull/379)) diff --git a/.changes/1.7.1/Features-20231129-195500.yaml b/.changes/1.7.1/Features-20231129-195500.yaml deleted file mode 100644 index cbcf4374..00000000 --- a/.changes/1.7.1/Features-20231129-195500.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Support CREATE OR REPLACE in table materialization -time: 2023-11-29T19:55:00.460963+01:00 -custom: - Author: damian3031 - Issue: "371" - PR: "377" diff --git a/.changes/1.7.1/Features-20231201-103207.yaml b/.changes/1.7.1/Features-20231201-103207.yaml deleted file mode 100644 index ca50a873..00000000 --- a/.changes/1.7.1/Features-20231201-103207.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Add oauth_console authentication type -time: 2023-12-01T10:32:07.070436+01:00 -custom: - Author: hovaesco - Issue: "" - PR: "379" diff --git a/.changes/1.7.1/Under the Hood-20231003-161428.yaml b/.changes/1.7.1/Under the Hood-20231003-161428.yaml deleted file mode 100644 index 18c8413b..00000000 --- a/.changes/1.7.1/Under the Hood-20231003-161428.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Query table_comments without unrolling with UNION ALL -time: 2023-10-03T16:14:28.238801+02:00 -custom: - Author: findepi - Issue: "" - PR: "357" diff --git a/.changes/1.7.1/Under the Hood-20231206-171742.yaml b/.changes/1.7.1/Under the Hood-20231206-171742.yaml deleted file mode 100644 index 9d9836da..00000000 --- a/.changes/1.7.1/Under the Hood-20231206-171742.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Raise explicit error if location property is specified for snapshot -time: 2023-12-06T17:17:42.048225+01:00 -custom: - Author: damian3031 - Issue: "" - PR: "380" diff --git a/.changes/1.8.0-b1.md b/.changes/1.8.0-b1.md new file mode 100644 index 00000000..35ded953 --- /dev/null +++ b/.changes/1.8.0-b1.md @@ -0,0 +1,10 @@ +## dbt-trino 1.8.0-b1 - March 12, 2024 +### Under the Hood +- Add tests against Python 3.12 ([#383](https://github.com/starburstdata/dbt-trino/pull/383)) +- Upgrade Trino to 439, SEP to 435-e.1 ([#388](https://github.com/starburstdata/dbt-trino/pull/388)) +- Migrate to dbt-common and dbt-adapters package ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#390](https://github.com/starburstdata/dbt-trino/pull/390)) +### Dependencies +- Bump dev_requirements ([#388](https://github.com/starburstdata/dbt-trino/pull/388)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#383](https://github.com/starburstdata/dbt-trino/pull/383), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#390](https://github.com/starburstdata/dbt-trino/pull/390), [#388](https://github.com/starburstdata/dbt-trino/pull/388)) diff --git a/.changes/unreleased/Dependencies-20240306-121120.yaml b/.changes/1.8.0/Dependencies-20240306-121120.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20240306-121120.yaml rename to .changes/1.8.0/Dependencies-20240306-121120.yaml diff --git a/.changes/unreleased/Under the Hood-20240122-140131.yaml b/.changes/1.8.0/Under the Hood-20240122-140131.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240122-140131.yaml rename to .changes/1.8.0/Under the Hood-20240122-140131.yaml diff --git a/.changes/unreleased/Under the Hood-20240306-121631.yaml b/.changes/1.8.0/Under the Hood-20240306-121631.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240306-121631.yaml rename to .changes/1.8.0/Under the Hood-20240306-121631.yaml diff --git a/.changes/unreleased/Under the Hood-20240312-132326.yaml b/.changes/1.8.0/Under the Hood-20240312-132326.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20240312-132326.yaml rename to .changes/1.8.0/Under the Hood-20240312-132326.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 519a88e8..57892287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,36 +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.7.1 - December 20, 2023 -### Features -- Support CREATE OR REPLACE in table materialization ([#371](https://github.com/starburstdata/dbt-trino/issues/371), [#377](https://github.com/starburstdata/dbt-trino/pull/377)) -- Add oauth_console authentication type ([#379](https://github.com/starburstdata/dbt-trino/pull/379)) +## dbt-trino 1.8.0-b1 - March 12, 2024 ### Under the Hood -- Query table_comments without unrolling with UNION ALL ([#357](https://github.com/starburstdata/dbt-trino/pull/357)) -- Raise explicit error if location property is specified for snapshot ([#380](https://github.com/starburstdata/dbt-trino/pull/380)) +- Add tests against Python 3.12 ([#383](https://github.com/starburstdata/dbt-trino/pull/383)) +- Upgrade Trino to 439, SEP to 435-e.1 ([#388](https://github.com/starburstdata/dbt-trino/pull/388)) +- Migrate to dbt-common and dbt-adapters package ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#390](https://github.com/starburstdata/dbt-trino/pull/390)) +### Dependencies +- Bump dev_requirements ([#388](https://github.com/starburstdata/dbt-trino/pull/388)) ### Contributors -- [@damian3031](https://github.com/damian3031) ([#377](https://github.com/starburstdata/dbt-trino/pull/377), [#380](https://github.com/starburstdata/dbt-trino/pull/380)) -- [@findepi](https://github.com/findepi) ([#357](https://github.com/starburstdata/dbt-trino/pull/357)) -- [@hovaesco](https://github.com/hovaesco) ([#379](https://github.com/starburstdata/dbt-trino/pull/379)) -## dbt-trino 1.7.0 - November 02, 2023 -### Breaking Changes -- Update dbt-core to 1.7.0rc1 ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#363](https://github.com/starburstdata/dbt-trino/pull/363)) -### Features -- Support limiting get_catalog by object name ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) -- Add date_spine macro ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) -### Fixes -- Fix materialized view cleanup bug. ([#366](https://github.com/starburstdata/dbt-trino/issues/366), [#367](https://github.com/starburstdata/dbt-trino/pull/367)) -### Under the Hood -- Remove no op `TYPE_LABELS` ([#361](https://github.com/starburstdata/dbt-trino/issues/361), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#363](https://github.com/starburstdata/dbt-trino/pull/363), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368), [#368](https://github.com/starburstdata/dbt-trino/pull/368)) -- [@wjhrdy](https://github.com/wjhrdy) ([#367](https://github.com/starburstdata/dbt-trino/pull/367)) +- [@damian3031](https://github.com/damian3031) ([#383](https://github.com/starburstdata/dbt-trino/pull/383), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#390](https://github.com/starburstdata/dbt-trino/pull/390), [#388](https://github.com/starburstdata/dbt-trino/pull/388)) ## Previous Releases For information on prior major and minor releases, see their changelogs: +* [1.7](https://github.com/starburstdata/dbt-trino/blob/1.7.latest/CHANGELOG.md) * [1.6](https://github.com/starburstdata/dbt-trino/blob/1.6.latest/CHANGELOG.md) * [1.5](https://github.com/starburstdata/dbt-trino/blob/1.5.latest/CHANGELOG.md) * [1.4](https://github.com/starburstdata/dbt-trino/blob/1.4.latest/CHANGELOG.md) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index 116d5667..6496f3e2 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.7.1" +version = "1.8.0b1"