diff --git a/.changes/1.4.1.md b/.changes/1.4.1.md new file mode 100644 index 00000000..bb460904 --- /dev/null +++ b/.changes/1.4.1.md @@ -0,0 +1,19 @@ +## dbt-trino 1.4.1 - March 01, 2023 +### Breaking Changes +- Column types returned by the adapter methods are now returned as is, except for decimal, varchar and char. ([#126](https://github.com/starburstdata/dbt-trino/issues/126), [#242](https://github.com/starburstdata/dbt-trino/pull/242)) +### Fixes +- Handle unbound varchar data_type instead of defaulting to varchar(256) ([#35](https://github.com/starburstdata/dbt-trino/issues/35), [#194](https://github.com/starburstdata/dbt-trino/pull/194)) +- Include comments of sources or models from other catalogs in catalog.json artifact ([#228](https://github.com/starburstdata/dbt-trino/issues/228), [#230](https://github.com/starburstdata/dbt-trino/pull/230)) +### Under the Hood +- Add support for Python 3.11 ([#225](https://github.com/starburstdata/dbt-trino/issues/225), [#224](https://github.com/starburstdata/dbt-trino/pull/224)) +- Adjust master branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#243](https://github.com/starburstdata/dbt-trino/pull/243)) +### Dependencies +- Bump mypy from 0.991 to 1.0.0 ([#227](https://github.com/starburstdata/dbt-trino/pull/227)) +- Bump mypy from 1.0.0 to 1.0.1 ([#232](https://github.com/starburstdata/dbt-trino/pull/232)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#224](https://github.com/starburstdata/dbt-trino/pull/224), [#243](https://github.com/starburstdata/dbt-trino/pull/243)) +- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#227](https://github.com/starburstdata/dbt-trino/pull/227), [#232](https://github.com/starburstdata/dbt-trino/pull/232)) +- [@eminuzun](https://github.com/eminuzun) ([#230](https://github.com/starburstdata/dbt-trino/pull/230)) +- [@kalvinnchau](https://github.com/kalvinnchau) ([#194](https://github.com/starburstdata/dbt-trino/pull/194)) +- [@robbertDM](https://github.com/robbertDM) ([#242](https://github.com/starburstdata/dbt-trino/pull/242)) diff --git a/.changes/unreleased/Breaking Changes-20230228-135914.yaml b/.changes/1.4.1/Breaking Changes-20230228-135914.yaml similarity index 100% rename from .changes/unreleased/Breaking Changes-20230228-135914.yaml rename to .changes/1.4.1/Breaking Changes-20230228-135914.yaml diff --git a/.changes/unreleased/Dependencies-20230207-041256.yaml b/.changes/1.4.1/Dependencies-20230207-041256.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230207-041256.yaml rename to .changes/1.4.1/Dependencies-20230207-041256.yaml diff --git a/.changes/unreleased/Dependencies-20230220-052259.yaml b/.changes/1.4.1/Dependencies-20230220-052259.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230220-052259.yaml rename to .changes/1.4.1/Dependencies-20230220-052259.yaml diff --git a/.changes/unreleased/Fixes-20221209-114403.yaml b/.changes/1.4.1/Fixes-20221209-114403.yaml similarity index 100% rename from .changes/unreleased/Fixes-20221209-114403.yaml rename to .changes/1.4.1/Fixes-20221209-114403.yaml diff --git a/.changes/unreleased/Fixes-20230214-161602.yaml b/.changes/1.4.1/Fixes-20230214-161602.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230214-161602.yaml rename to .changes/1.4.1/Fixes-20230214-161602.yaml diff --git a/.changes/unreleased/Under the Hood-20230203-114039.yaml b/.changes/1.4.1/Under the Hood-20230203-114039.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230203-114039.yaml rename to .changes/1.4.1/Under the Hood-20230203-114039.yaml diff --git a/.changes/unreleased/Under the Hood-20230227-174404.yaml b/.changes/1.4.1/Under the Hood-20230227-174404.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230227-174404.yaml rename to .changes/1.4.1/Under the Hood-20230227-174404.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf84d11..5c35fd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ - 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.4.1 - March 01, 2023 +### Breaking Changes +- Column types returned by the adapter methods are now returned as is, except for decimal, varchar and char. ([#126](https://github.com/starburstdata/dbt-trino/issues/126), [#242](https://github.com/starburstdata/dbt-trino/pull/242)) +### Fixes +- Handle unbound varchar data_type instead of defaulting to varchar(256) ([#35](https://github.com/starburstdata/dbt-trino/issues/35), [#194](https://github.com/starburstdata/dbt-trino/pull/194)) +- Include comments of sources or models from other catalogs in catalog.json artifact ([#228](https://github.com/starburstdata/dbt-trino/issues/228), [#230](https://github.com/starburstdata/dbt-trino/pull/230)) +### Under the Hood +- Add support for Python 3.11 ([#225](https://github.com/starburstdata/dbt-trino/issues/225), [#224](https://github.com/starburstdata/dbt-trino/pull/224)) +- Adjust master branch to backport convention ([#231](https://github.com/starburstdata/dbt-trino/issues/231), [#243](https://github.com/starburstdata/dbt-trino/pull/243)) +### Dependencies +- Bump mypy from 0.991 to 1.0.0 ([#227](https://github.com/starburstdata/dbt-trino/pull/227)) +- Bump mypy from 1.0.0 to 1.0.1 ([#232](https://github.com/starburstdata/dbt-trino/pull/232)) + +### Contributors +- [@damian3031](https://github.com/damian3031) ([#224](https://github.com/starburstdata/dbt-trino/pull/224), [#243](https://github.com/starburstdata/dbt-trino/pull/243)) +- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#227](https://github.com/starburstdata/dbt-trino/pull/227), [#232](https://github.com/starburstdata/dbt-trino/pull/232)) +- [@eminuzun](https://github.com/eminuzun) ([#230](https://github.com/starburstdata/dbt-trino/pull/230)) +- [@kalvinnchau](https://github.com/kalvinnchau) ([#194](https://github.com/starburstdata/dbt-trino/pull/194)) +- [@robbertDM](https://github.com/robbertDM) ([#242](https://github.com/starburstdata/dbt-trino/pull/242)) ## dbt-trino 1.4.0 - January 30, 2023 ### Features - Added new connection property `timezone` ([#213](https://github.com/starburstdata/dbt-trino/issues/213), [#214](https://github.com/starburstdata/dbt-trino/pull/214)) diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index d619c757..6abaa204 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.4.0" +version = "1.4.1"