Skip to content

Commit

Permalink
Bumping version to 1.4.1 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and damian3031 committed Mar 1, 2023
1 parent 4fca48d commit 1f4690a
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .changes/1.4.1.md
Original file line number Diff line number Diff line change
@@ -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))
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/trino/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.4.0"
version = "1.4.1"

0 comments on commit 1f4690a

Please sign in to comment.