From f69fda9daff68928d2c061af59de14d4a380be7e Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 4 Nov 2024 17:31:45 +0000 Subject: [PATCH] Bumping version to 1.8.3 and generate CHANGELOG --- .changes/1.8.3.md | 9 +++++++++ .../{unreleased => 1.8.3}/Features-20241015-174143.yaml | 0 .../Under the Hood-20241103-212520.yaml | 0 CHANGELOG.md | 9 +++++++++ dbt/adapters/trino/__version__.py | 2 +- 5 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .changes/1.8.3.md rename .changes/{unreleased => 1.8.3}/Features-20241015-174143.yaml (100%) rename .changes/{unreleased => 1.8.3}/Under the Hood-20241103-212520.yaml (100%) diff --git a/.changes/1.8.3.md b/.changes/1.8.3.md new file mode 100644 index 00000000..2b72a4c3 --- /dev/null +++ b/.changes/1.8.3.md @@ -0,0 +1,9 @@ +## dbt-trino 1.8.3 - November 04, 2024 +### Features +- Add file_format and table_format configurations ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) +### Under the Hood +- Enable SSL verification by default ([#441](https://github.com/starburstdata/dbt-trino/issues/441), [#442](https://github.com/starburstdata/dbt-trino/pull/442)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) +- [@mdesmet](https://github.com/mdesmet) ([#442](https://github.com/starburstdata/dbt-trino/pull/442)) diff --git a/.changes/unreleased/Features-20241015-174143.yaml b/.changes/1.8.3/Features-20241015-174143.yaml similarity index 100% rename from .changes/unreleased/Features-20241015-174143.yaml rename to .changes/1.8.3/Features-20241015-174143.yaml diff --git a/.changes/unreleased/Under the Hood-20241103-212520.yaml b/.changes/1.8.3/Under the Hood-20241103-212520.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20241103-212520.yaml rename to .changes/1.8.3/Under the Hood-20241103-212520.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 415c0ca5..f2b6ab66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ - 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.8.3 - November 04, 2024 +### Features +- Add file_format and table_format configurations ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) +### Under the Hood +- Enable SSL verification by default ([#441](https://github.com/starburstdata/dbt-trino/issues/441), [#442](https://github.com/starburstdata/dbt-trino/pull/442)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) +- [@mdesmet](https://github.com/mdesmet) ([#442](https://github.com/starburstdata/dbt-trino/pull/442)) ## dbt-trino 1.8.2 - September 24, 2024 ### Features - Added update_type and rowcount to dbt commands SQL status in CLI output ([#428](https://github.com/starburstdata/dbt-trino/issues/428), [#429](https://github.com/starburstdata/dbt-trino/pull/429)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index ba22724d..eaf9d19e 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.8.2" +version = "1.8.3"